@Deprecated public class ImportAttributeVModel extends java.lang.Object implements Executable
ImportAttributeModel
to be used in Velocity. For the list of
parameters, see
ImportAttributeModel.getImportedAttributes(org.apache.tiles.TilesContainer,
String, String, boolean, Object...)
.Constructor and Description |
---|
ImportAttributeVModel(ImportAttributeModel model,
ServletContext servletContext)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Renderable |
execute(HttpServletRequest request,
HttpServletResponse response,
Context velocityContext,
java.util.Map<java.lang.String,java.lang.Object> params)
Deprecated.
Executes the command.
|
public ImportAttributeVModel(ImportAttributeModel model, ServletContext servletContext)
model
- The template model.servletContext
- The servlet context.public Renderable execute(HttpServletRequest request, HttpServletResponse response, Context velocityContext, java.util.Map<java.lang.String,java.lang.Object> params)
execute
in interface Executable
request
- The HTTP request.response
- The HTTP response-velocityContext
- The Velocity context.params
- The map of the parameters.