|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.portal.struts.command.StrutsViewCommand
com.ibm.portal.struts.command.StrutsViewActionCommand
public class StrutsViewActionCommand
Command pattern class used to execute a render action. When the request processor detects a Struts action that implements the IStrutsPrepareRender action, the ViewCommandFactory will create this command object. When this command object is executed, the Struts action will be executed.
| Field Summary | |
|---|---|
protected static MessageResources |
messages
The message resources for the Struts Portlet Framework. |
protected static java.lang.String |
URI
Name of request attribute for the URI string. |
| Fields inherited from class com.ibm.portal.struts.command.StrutsViewCommand |
|---|
CONTENT_TYPE, PREFIX |
| Constructor Summary | |
|---|---|
StrutsViewActionCommand()
Constructs the StrutsViewActionCommand object. |
|
StrutsViewActionCommand(java.lang.String uri,
PortletRequest request)
Construct the StrutsViewActionCommand object. |
|
| Method Summary | |
|---|---|
static void |
addAttributeNameToSave(java.lang.String attributeName)
Adds the name of an attribute from the object request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase. |
static void |
addAttributeTypeToSave(java.lang.Class attributeType)
Adds the class type of an attribute from the object request that needs to be saved if present for the execution of the IViewCommand in Portal's render phase. |
void |
execute(RenderRequest request,
RenderResponse response,
ViewCommandExecutionContext executionContext)
Executes the given command given the request and response objects. |
java.lang.String |
getUri(PortletRequest request)
Returns the URI. |
static void |
removeAttributeNameToSave(java.lang.String attributeName)
Removes the name of an attribute from the list of attribute names to save. |
static void |
removeAttributeTypeToSave(java.lang.Class attributeType)
Removes the class type of the request attribute from the list of attributes to save. |
void |
saveAttributes(PortletRequest request,
ViewCommandExecutionContext executionContext)
Saves the attributes specific to action rendering. |
void |
setUri(PortletRequest request,
java.lang.String uri)
Sets the URI for this command. |
| Methods inherited from class com.ibm.portal.struts.command.StrutsViewCommand |
|---|
addAttribute, getContentType, getPrefix, getRemoveOnModeChange, getSavedAttributes, getSavedCommand, removeAttribute, repopulateRequest, saveAsAttribute, saveAttribute, saveAttributes, saveCommand, saveCommand, setContentType, setContentType, setPrefix, setRemoveOnModeChange, setSavedAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String URI
protected static MessageResources messages
| Constructor Detail |
|---|
public StrutsViewActionCommand()
public StrutsViewActionCommand(java.lang.String uri,
PortletRequest request)
uri - the URI path to the JSPrequest - The request object to save context information from| Method Detail |
|---|
public java.lang.String getUri(PortletRequest request)
request - the portlet request object
public void setUri(PortletRequest request,
java.lang.String uri)
request - the portlet request objecturi - the URI for the JSP.
public void execute(RenderRequest request,
RenderResponse response,
ViewCommandExecutionContext executionContext)
throws PortletException
execute in interface IViewCommandexecute in class StrutsViewCommandrequest - The request objectresponse - The response objectexecutionContext - the execution context object
PortletException - if the request cannot be fulfilled
public void saveAttributes(PortletRequest request,
ViewCommandExecutionContext executionContext)
saveAttributes in class StrutsViewCommandrequest - the request objectexecutionContext - the context objectpublic static void addAttributeNameToSave(java.lang.String attributeName)
attributeName - the name of the attributepublic static void removeAttributeNameToSave(java.lang.String attributeName)
attributeName - the name of the attributepublic static void addAttributeTypeToSave(java.lang.Class attributeType)
attributeType - the attribute typepublic static void removeAttributeTypeToSave(java.lang.Class attributeType)
attributeType - the attribute type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||