|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface Executable
It represents an object that can be executed under a Velocity+Servlet context.
| Method Summary | |
|---|---|
org.apache.velocity.runtime.Renderable |
execute(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. Executes the command. |
| Method Detail |
|---|
org.apache.velocity.runtime.Renderable execute(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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||