| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wps.portlets.struts.WpsStrutsViewCommand
com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
com.ibm.wps.portlets.struts.WpsStrutsViewXmlCommand
public class WpsStrutsViewXmlCommand
The WpsStrutsViewXMLCommand class is a command pattern class used to
provide a mechanism to encapsulate the information needed to redisplay a view. This
particular subclass deals with XML pages against which XSLT stylesheets are applied.
| Field Summary | |
|---|---|
| protected static MessageResources | messages
Deprecated. The message resources for the Struts Portlet Framework. |
| Fields inherited from class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand |
|---|
| wpsStrutsTranscodingRequestWrapper |
| Fields inherited from class com.ibm.wps.portlets.struts.WpsStrutsViewCommand |
|---|
| LAST_MODIFIED, PREFIX |
| Constructor Summary | |
|---|---|
| WpsStrutsViewXmlCommand(java.lang.String xmlURI,
HttpServletRequest request,
ViewCommandExecutionContext executionContext)
Deprecated. Construct this WpsStrutsViewXmlCommand command | |
| Method Summary | |
|---|---|
| protected void | executeCommand(PortletRequest request,
PortletResponse response,
ViewCommandExecutionContext executionContext)
Deprecated. Execute the given command given the request and response objects |
| protected boolean | isDebugOn()
Deprecated. Returns true if debug is enabled |
| protected void | trace(java.lang.String method,
java.lang.String message)
Deprecated. Trace the message. |
| Methods inherited from class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand |
|---|
| execute, inStrutsPortletFilterContext, isWarnOn |
| Methods inherited from class java.lang.Object |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static MessageResources messages
| Constructor Detail |
|---|
public WpsStrutsViewXmlCommand(java.lang.String xmlURI,
HttpServletRequest request,
ViewCommandExecutionContext executionContext)
| Method Detail |
|---|
protected void executeCommand(PortletRequest request,
PortletResponse response,
ViewCommandExecutionContext executionContext)
protected void trace(java.lang.String method,
java.lang.String message)
protected boolean isDebugOn()
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||