com.ibm.portal.struts.command
Class StrutsViewXmlCommand
java.lang.Object
com.ibm.portal.struts.command.StrutsViewCommand
com.ibm.portal.struts.command.StrutsViewXmlCommand
- All Implemented Interfaces:
- IViewCommand, java.io.Serializable
Deprecated. 5.1
public class StrutsViewXmlCommand
- extends StrutsViewCommand
The StrutsViewXMLCommand
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:
- 5.1
- See Also:
- IStrutsPrepareRender,
Serialized Form
Field Summary |
protected static MessageResources
| messages
Deprecated. The message resources for the Struts Portlet Framework.
|
Constructor Summary |
PortletRequest, com.ibm.portal.struts.command.ViewCommandExecutionContext)">StrutsViewXmlCommand(java.lang.String xmlURI,
PortletRequest request,
ViewCommandExecutionContext executionContext)
Deprecated. Construct this StrutsViewXmlCommand command
|
Method Summary |
void
| RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">execute(RenderRequest request,
RenderResponse response,
ViewCommandExecutionContext executionContext)
Deprecated. Execute the given command given the request and response objects
|
Methods inherited from class com.ibm.portal.struts.command.StrutsViewCommand |
addAttribute, addAttributeNameToSave, addAttributeTypeToSave, PortletRequest)">getContentType, getPrefix, getRemoveOnModeChange, getSavedAttributes, PortletResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">getSavedCommand, removeAttribute, removeAttributeNameToSave, removeAttributeTypeToSave, RenderRequest)">repopulateRequest, saveAsAttribute, saveAttribute, saveAttributes, saveAttributes, saveCommand, PortletResponse, java.lang.String)">saveCommand, setContentType, setContentType, setPrefix, setRemoveOnModeChange, setSavedAttributes
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
messages
protected static MessageResources messages
- Deprecated.
- The message resources for the Struts Portlet Framework.
PortletRequest, com.ibm.portal.struts.command.ViewCommandExecutionContext)">
StrutsViewXmlCommand
public StrutsViewXmlCommand(java.lang.String xmlURI,
PortletRequest request,
ViewCommandExecutionContext executionContext)
- Deprecated.
- Construct this StrutsViewXmlCommand command
- Parameters:
- xmlURI - the uri path to the XML content
- request - the portlet request object
RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">
execute
public void execute(RenderRequest request,
RenderResponse response,
ViewCommandExecutionContext executionContext)
throws PortletException
- Deprecated.
- Execute the given command given the request and response objects
- Specified by:
- RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">execute in interface IViewCommand
- Overrides:
- execute in class StrutsViewCommand
- Parameters:
- request - The request object
- request - The response object
- executionContext - the execution context object
- response - the response object
- Throws:
- PortletException - if the command can be executed