Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

com.ibm.wps.portlets.struts
Class WpsStrutsViewXmlCommand

java.lang.Object
  extended bycom.ibm.wps.portlets.struts.WpsStrutsViewCommand
      extended bycom.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
          extended bycom.ibm.wps.portlets.struts.WpsStrutsViewXmlCommand
All Implemented Interfaces:
IViewCommand, java.io.Serializable

public class WpsStrutsViewXmlCommand
extends WpsStrutsFilteredViewCommand

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.

Since:
4.1
See Also:
IStrutsPrepareRender, Serialized Form

Field Summary
protected static org.apache.struts.util.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, javax.servlet.http.HttpServletRequest request, ViewCommandExecutionContext executionContext)
          Deprecated. Construct this WpsStrutsViewXmlCommand command
 

Method Summary
protected  void executeCommand(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.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 com.ibm.wps.portlets.struts.WpsStrutsViewCommand
java.util.List)">addAttribute, addAttributeNameToSave, addAttributeTypeToSave, addParameterNameToSave, execute, getLastModified, getPrefix, getRemoveOnModeChange, getSavedAttributes, getSavedCommand, removeAttribute, removeAttributeNameToSave, removeAttributeTypeToSave, removeParameterNameToSave, repopulateRequest, saveAsAttribute, saveAsParameter, saveAttribute, saveAttributes, saveAttributes, saveCommand, saveCommand, saveParameter, saveParameters, setLastModified, setPrefix, setRemoveOnModeChange, java.util.Map)">setSavedAttributes
 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messages

protected static org.apache.struts.util.MessageResources messages
Deprecated. 
The message resources for the Struts Portlet Framework.

Constructor Detail

WpsStrutsViewXmlCommand

public WpsStrutsViewXmlCommand(java.lang.String xmlURI,
                               javax.servlet.http.HttpServletRequest request,
                               ViewCommandExecutionContext executionContext)
Deprecated. 
Construct this WpsStrutsViewXmlCommand command

Parameters:
xmlURI - the uri path to the XML content
request -
executionContext -

Method Detail

executeCommand

protected void executeCommand(org.apache.jetspeed.portlet.PortletRequest request,
                              org.apache.jetspeed.portlet.PortletResponse response,
                              ViewCommandExecutionContext executionContext)
Deprecated. 
Execute the given command given the request and response objects

Specified by:
executeCommand in class WpsStrutsFilteredViewCommand
Parameters:
request - The request object
executionContext - the execution context object

trace

protected void trace(java.lang.String method,
                     java.lang.String message)
Deprecated. 
Description copied from class: WpsStrutsFilteredViewCommand
Trace the message. Does not check to see if tracing is enabled.

Overrides:
trace in class WpsStrutsFilteredViewCommand
Parameters:
method - the method name
message - the message

isDebugOn

protected boolean isDebugOn()
Deprecated. 
Description copied from class: WpsStrutsFilteredViewCommand
Returns true if debug is enabled

Overrides:
isDebugOn in class WpsStrutsFilteredViewCommand
Returns:
true if debug is on

Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.