|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface BodyExecutable
It represents an object that can be executed, with a body with "start" and "end" operation, under a Velocity+Servlet context.
Method Summary | |
---|---|
org.apache.velocity.runtime.Renderable |
end(HttpServletRequest request,
HttpServletResponse response,
org.apache.velocity.context.Context velocityContext)
Deprecated. Ends the execution of the commands. |
void |
start(HttpServletRequest request,
HttpServletResponse response,
org.apache.velocity.context.Context velocityContext,
Map<String,Object> params)
Deprecated. Starts the execution of the commands. |
Method Detail |
---|
void start(HttpServletRequest request, HttpServletResponse response, org.apache.velocity.context.Context velocityContext, Map<String,Object> params)
request
- The HTTP request.response
- The HTTP response-velocityContext
- The Velocity context.params
- The map of the parameters.org.apache.velocity.runtime.Renderable end(HttpServletRequest request, HttpServletResponse response, org.apache.velocity.context.Context velocityContext)
request
- The HTTP request.response
- The HTTP response-velocityContext
- The Velocity context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |