org.apache.tiles.velocity.template
Interface Executable
- All Known Implementing Classes:
- AddAttributeVModel, DefinitionVModel, GetAsStringVModel, ImportAttributeVModel, InsertAttributeVModel, InsertDefinitionVModel, InsertTemplateVModel, PutAttributeVModel
public interface Executable
It represents an object that can be executed under a Velocity+Servlet context.
- Since:
- 2.2.0
- Version:
- $Rev: 765774 $ $Date: 2009-04-16 23:43:00 +0200 (gio, 16 apr 2009) $
execute
org.apache.velocity.runtime.Renderable execute(HttpServletRequest request,
HttpServletResponse response,
org.apache.velocity.context.Context velocityContext,
Map<String,Object> params)
- Executes the command.
- Parameters:
request
- The HTTP request.response
- The HTTP response-velocityContext
- The Velocity context.params
- The map of the parameters.
- Returns:
- A renderable object. It does not necessary render anything.
- Since:
- 2.2.0
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.