|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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)
setAttribute in interface IStrutsPortletMessageattribute - the attribute valuepublic java.lang.Object getAttribute()
getAttribute in interface IStrutsPortletMessagenullpublic void setConcretePortletName(java.lang.String name)
setConcretePortletName in interface IStrutsPortletMessagename - the concrete portlet namepublic java.lang.String getConcretePortletName()
getConcretePortletName in interface IStrutsPortletMessagenullpublic void setStrutsAction(java.lang.String action)
setStrutsAction in interface IStrutsPortletMessageaction - the Struts actionpublic java.lang.String getStrutsAction()
getStrutsAction in interface IStrutsPortletMessagenullpublic void setStrutsForward(java.lang.String forward)
setStrutsForward in interface IStrutsPortletMessageforward - the Struts forwardpublic java.lang.String getStrutsForward()
getStrutsForward in interface IStrutsPortletMessagenull
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||