@Deprecated
public interface Executable
| 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.
|
Renderable execute(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.