|
||||||||||
| 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(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.velocity.context.Context velocityContext)
Deprecated. Ends the execution of the commands. |
void |
start(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.velocity.context.Context velocityContext,
java.util.Map<java.lang.String,java.lang.Object> params)
Deprecated. Starts the execution of the commands. |
| Method Detail |
|---|
void start(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.apache.velocity.context.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.
org.apache.velocity.runtime.Renderable end(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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 | |||||||||