Constructor and Description |
---|
SpringMVCEntity() |
Modifier and Type | Method and Description |
---|---|
Namer |
getConverter() |
Entity |
getEntity() |
Namer |
getFormatter() |
Namer |
getPrinter() |
Namer |
getRestController() |
String |
getRestUrl() |
String |
getRestUrlPath() |
String |
getRestUrlSubPath() |
String |
getUrl() |
String |
getUrlPath() |
String |
getUrlSubPath() |
String |
getViewPath() |
void |
init(Entity entity)
Invoked by Celerio, when the EntitySpi implementation is binded on an entity instance.
|
String |
velocityVar()
The var name under which this EntitySpi is available during template evaluation.
|
public String velocityVar()
EntitySpi
velocityVar()
methods returns myextension
,
the corresponding EntitySpi implementation instance is given by $entity.myextension
.velocityVar
in interface EntitySpi
public void init(Entity entity)
EntitySpi
public String getUrl()
public String getUrlSubPath()
public String getUrlPath()
public String getViewPath()
public String getRestUrlSubPath()
public String getRestUrlPath()
public String getRestUrl()
public Entity getEntity()
public Namer getFormatter()
public Namer getPrinter()
public Namer getConverter()
public Namer getRestController()
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.