|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewContext | |
org.codehaus.plexus.summit.pipeline.valve | |
org.codehaus.plexus.summit.pull | |
org.codehaus.plexus.summit.renderer | |
org.codehaus.plexus.summit.view |
Uses of ViewContext in org.codehaus.plexus.summit.pipeline.valve |
Methods in org.codehaus.plexus.summit.pipeline.valve with parameters of type ViewContext | |
protected void |
CreateViewContextValve.populateViewContext(RunData data,
ViewContext viewContext)
Populate the velocityContext. |
Uses of ViewContext in org.codehaus.plexus.summit.pull |
Methods in org.codehaus.plexus.summit.pull with parameters of type ViewContext | |
void |
DefaultPullService.populateContext(ViewContext context,
RunData data)
|
protected void |
DefaultPullService.populateWithGlobalTools(ViewContext context)
|
protected void |
DefaultPullService.populateWithRequestTools(ViewContext context,
RunData data)
|
protected void |
DefaultPullService.populateWithSessionTools(ViewContext context,
RunData data)
An attempt to populate the session with tools. |
void |
DefaultPullService.releaseTools(ViewContext context)
|
protected void |
DefaultPullService.releaseTools(ViewContext context,
java.util.Map tools)
|
void |
PullService.populateContext(ViewContext context,
RunData data)
Populate the given context with all request, session and persistent scope tools (it is assumed that the context already wraps the global context, and thus already contains the global tools). |
void |
PullService.releaseTools(ViewContext context)
Release tool instances from the given context to the object pool |
Uses of ViewContext in org.codehaus.plexus.summit.renderer |
Constructors in org.codehaus.plexus.summit.renderer with parameters of type ViewContext | |
VelocityContextAdapter(ViewContext context)
Constructor |
Uses of ViewContext in org.codehaus.plexus.summit.view |
Classes in org.codehaus.plexus.summit.view that implement ViewContext | |
class |
DefaultViewContext
Default ViewContext implementation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |