|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.apache.tiles.velocity.template.AddListAttributeVModel
public class AddListAttributeVModel
Wraps AddListAttributeModel to be used in Velocity. For the list of
parameters, see
AddListAttributeModel#start(java.util.Stack, String)
and AddListAttributeModel#end(java.util.Stack).
| Constructor Summary | |
|---|---|
AddListAttributeVModel(AddListAttributeModel model)
Constructor. |
|
| Method Summary | |
|---|---|
Renderable |
end(HttpServletRequest request,
HttpServletResponse response,
Context velocityContext)
Ends the execution of the commands. |
void |
start(HttpServletRequest request,
HttpServletResponse response,
Context velocityContext,
Map<String,Object> params)
Starts the execution of the commands. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddListAttributeVModel(AddListAttributeModel model)
model - The template model.| Method Detail |
|---|
public Renderable end(HttpServletRequest request,
HttpServletResponse response,
Context velocityContext)
end in interface BodyExecutablerequest - The HTTP request.response - The HTTP response-velocityContext - The Velocity context.
public void start(HttpServletRequest request,
HttpServletResponse response,
Context velocityContext,
Map<String,Object> params)
start in interface BodyExecutablerequest - The HTTP request.response - The HTTP response-velocityContext - The Velocity context.params - The map of the parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||