@Deprecated
public interface BodyExecutable
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.
|
void start(HttpServletRequest request, HttpServletResponse response, Context velocityContext, java.util.Map<java.lang.String,java.lang.Object> params)
request
- The HTTP request.response
- The HTTP response-velocityContext
- The Velocity context.params
- The map of the parameters.Renderable end(HttpServletRequest request, HttpServletResponse response, Context velocityContext)
request
- The HTTP request.response
- The HTTP response-velocityContext
- The Velocity context.