| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
public class WpsStrutsPortletMessage
The WpsStrutsPortletMessage
class is the implementation of the
IStrutsPortletMessage interface that can be sent to the WpsStrutsPortlet.
Constructor Summary | |
---|---|
WpsStrutsPortletMessage()
Constructor for the WpsStrutsPortletMessage class. |
Method Summary | |
---|---|
java.lang.Object | getAttribute()
Returns the object set in the portlet message. |
java.lang.String | getConcretePortletName()
Returns the set name of the concrete portlet. |
java.lang.String | getStrutsAction()
Returns the Struts action. |
java.lang.String | getStrutsForward()
Returns the Struts forward. |
void | setAttribute(java.lang.Object attribute)
Sets an attribute that can be passed to the WpsStrutsPortlet. |
void | setConcretePortletName(java.lang.String name)
Allows specifying the concrete portlet name for an additional level of filtering. |
void | setStrutsAction(java.lang.String action)
Allows specifying the name of the action that will be executed. |
void | setStrutsForward(java.lang.String forward)
Allows specifying the name of a Struts forward that will be executed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WpsStrutsPortletMessage()
Method Detail |
---|
public void setAttribute(java.lang.Object attribute)
public java.lang.Object getAttribute()
null
public void setConcretePortletName(java.lang.String name)
public java.lang.String getConcretePortletName()
null
public void setStrutsAction(java.lang.String action)
public java.lang.String getStrutsAction()
null
public void setStrutsForward(java.lang.String forward)
public java.lang.String getStrutsForward()
null
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |