@Deprecated public class AddListAttributeVModel extends java.lang.Object implements BodyExecutable
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 and Description |
---|
AddListAttributeVModel(AddListAttributeModel model)
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 AddListAttributeVModel(AddListAttributeModel model)
model
- The template model.public Renderable end(HttpServletRequest request, HttpServletResponse response, Context velocityContext)
end
in interface BodyExecutable
request
- 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 BodyExecutable
request
- The HTTP request.response
- The HTTP response-velocityContext
- The Velocity context.params
- The map of the parameters.