|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.apache.tiles.velocity.template.InsertTemplateVModel
@Deprecated public class InsertTemplateVModel
Wraps InsertTemplateModel to be used in Velocity. For the list of
parameters, see
InsertTemplateModel.start(org.apache.tiles.TilesContainer, Object...)
, InsertTemplateModel.end(org.apache.tiles.TilesContainer,
String, String, String, String, String, Object...) and
InsertTemplateModel.execute(org.apache.tiles.TilesContainer,
String, String, String, String, String, Object...).
| Constructor Summary | |
|---|---|
InsertTemplateVModel(InsertTemplateModel model,
ServletContext servletContext)
Deprecated. Constructor. |
|
| 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. |
org.apache.velocity.runtime.Renderable |
execute(HttpServletRequest request,
HttpServletResponse response,
org.apache.velocity.context.Context velocityContext,
Map<String,Object> params)
Deprecated. Executes the command. |
void |
start(HttpServletRequest request,
HttpServletResponse response,
org.apache.velocity.context.Context velocityContext,
Map<String,Object> params)
Deprecated. Starts the execution of the commands. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InsertTemplateVModel(InsertTemplateModel model,
ServletContext servletContext)
model - The template model.servletContext - The servlet context.| Method Detail |
|---|
public org.apache.velocity.runtime.Renderable execute(HttpServletRequest request,
HttpServletResponse response,
org.apache.velocity.context.Context velocityContext,
Map<String,Object> params)
execute in interface Executablerequest - The HTTP request.response - The HTTP response-velocityContext - The Velocity context.params - The map of the parameters.
public org.apache.velocity.runtime.Renderable end(HttpServletRequest request,
HttpServletResponse response,
org.apache.velocity.context.Context velocityContext)
end in interface BodyExecutablerequest - The HTTP request.response - The HTTP response-velocityContext - The Velocity context.
public void start(HttpServletRequest request,
HttpServletResponse response,
org.apache.velocity.context.Context velocityContext,
Map<String,Object> params)
start in interface BodyExecutablerequest - 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 | |||||||||