| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStrutsPortletMessage
The IStrutsPortletMessage
class defines the interface for the
PortletMessage that can be sent to the WpsStrutsPortlet. The attribute that is
sent in the portlet message can be retrieved in the Struts action as a request
attribute with the name WpsStrutsConstants.SPF_MESSAGE_ATTRIBUTE.
The application should use the property broker instead of portlet messaging.
Method Summary | |
---|---|
java.lang.Object | getAttribute()
Returns the object set in the portlet message. |
java.lang.String | getConcretePortletName()
Returns the 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)
The attribute that is passed to the message listener on the WpsStrutsPortlet. |
void | setConcretePortletName(java.lang.String name)
Sets the concrete portlet name for an additional level of filtering. |
void | setStrutsAction(java.lang.String action)
Sets the name of the Struts action that will be executed. |
void | setStrutsForward(java.lang.String forward)
Sets the name of a Struts forward that will be executed. |
Method Detail |
---|
void setAttribute(java.lang.Object attribute)
java.lang.Object getAttribute()
null
if not setvoid setConcretePortletName(java.lang.String name)
java.lang.String getConcretePortletName()
null
if not setvoid setStrutsAction(java.lang.String action)
java.lang.String getStrutsAction()
null
if not setvoid setStrutsForward(java.lang.String forward)
java.lang.String getStrutsForward()
null if not set
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |