@Deprecated public class ImportAttributeVModel extends 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,
javax.servlet.ServletContext servletContext)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.velocity.runtime.Renderable |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.velocity.context.Context velocityContext,
Map<String,Object> params)
Deprecated.
Executes the command.
|
public ImportAttributeVModel(ImportAttributeModel model, javax.servlet.ServletContext servletContext)
model - The template model.servletContext - The servlet context.public org.apache.velocity.runtime.Renderable execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.velocity.context.Context velocityContext,
Map<String,Object> params)
execute in interface Executablerequest - The HTTP request.response - The HTTP response-velocityContext - The Velocity context.params - The map of the parameters.Copyright © 2025. All rights reserved.