|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VelocityManager | |
|---|---|
| com.opensymphony.webwork.dispatcher | Classes for action dispatching in WebWork (the Controller part of MVC). |
| com.opensymphony.webwork.portlet.result | |
| com.opensymphony.webwork.views.velocity | Classes for views using Velocity. |
| Uses of VelocityManager in com.opensymphony.webwork.dispatcher |
|---|
| Methods in com.opensymphony.webwork.dispatcher with parameters of type VelocityManager | |
|---|---|
protected org.apache.velocity.context.Context |
VelocityResult.createContext(VelocityManager velocityManager,
com.opensymphony.xwork.util.OgnlValueStack stack,
HttpServletRequest request,
HttpServletResponse response,
String location)
Creates the VelocityContext that we'll use to render this page. |
| Uses of VelocityManager in com.opensymphony.webwork.portlet.result |
|---|
| Methods in com.opensymphony.webwork.portlet.result with parameters of type VelocityManager | |
|---|---|
protected org.apache.velocity.context.Context |
PortletVelocityResult.createContext(VelocityManager velocityManager,
com.opensymphony.xwork.util.OgnlValueStack stack,
HttpServletRequest request,
HttpServletResponse response,
String location)
Creates the VelocityContext that we'll use to render this page. |
| Uses of VelocityManager in com.opensymphony.webwork.views.velocity |
|---|
| Methods in com.opensymphony.webwork.views.velocity that return VelocityManager | |
|---|---|
static VelocityManager |
VelocityManager.getInstance()
retrieve an instance to the current VelocityManager |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||