| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.portal.struts.command.ViewCommandExecutionContext
public class ViewCommandExecutionContext
The ViewCommandExecutionContext class is a context object that is passed
to the execute method of an IViewCommand. This is a generic context object that
is provided so the StrutsViewCommand implementation has access to the objects
necessary to render the view.
| Constructor Summary | |
|---|---|
| ViewCommandExecutionContext(PortletContext portletContext,
ModuleContext moduleContext,
ServletContext servletContext)
Construct the ViewCommandExecutionContext object | |
| ServletContext, PageContext)">ViewCommandExecutionContext(PortletContext portletContext,
ModuleContext moduleContext,
ServletContext servletContext,
PageContext pageContext)
Construct the ViewCommandExecutionContext object | |
| Method Summary | |
|---|---|
| ModuleContext | getModuleContext()
Return the ModuleContext object |
| PageContext | getPageContext()
Return the PageContext object |
| PortletContext | getPortletContext()
Return the PortletContext object |
| ServletContext | getServletContext()
Return the ServletContext object |
| void | setModuleContext(ModuleContext context)
Set the ModuleContext |
| void | setPageContext(PageContext pageContext)
Set the PageContext object |
| Methods inherited from class java.lang.Object |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewCommandExecutionContext(PortletContext portletContext,
ModuleContext moduleContext,
ServletContext servletContext)
public ViewCommandExecutionContext(PortletContext portletContext,
ModuleContext moduleContext,
ServletContext servletContext,
PageContext pageContext)
| Method Detail |
|---|
public PortletContext getPortletContext()
public ModuleContext getModuleContext()
public void setModuleContext(ModuleContext context)
public ServletContext getServletContext()
public PageContext getPageContext()
nullpublic void setPageContext(PageContext pageContext)
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||