@Deprecated public class PutListAttributeVModel extends java.lang.Object implements BodyExecutable
PutListAttributeModel to be used in Velocity. For the list of
parameters, see
PutListAttributeModel#start(java.util.Stack, String, boolean)
AND PutListAttributeModel#end(org.apache.tiles.TilesContainer, java.util.Stack, String, boolean, Object...).| Constructor and Description |
|---|
PutListAttributeVModel(PutListAttributeModel model,
ServletContext servletContext)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Renderable |
end(HttpServletRequest request,
HttpServletResponse response,
Context velocityContext)
Deprecated.
Ends the execution of the commands.
|
void |
start(HttpServletRequest request,
HttpServletResponse response,
Context velocityContext,
java.util.Map<java.lang.String,java.lang.Object> params)
Deprecated.
Starts the execution of the commands.
|
public PutListAttributeVModel(PutListAttributeModel model, ServletContext servletContext)
model - The template model.servletContext - The servlet context.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,
java.util.Map<java.lang.String,java.lang.Object> params)
start in interface BodyExecutablerequest - The HTTP request.response - The HTTP response-velocityContext - The Velocity context.params - The map of the parameters.