|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a request from the end-user to the swing consumer as result
of an interaction (e.g. click on hyperlink) of the end-user with the
representation of a remote portlet.
Due to the two phase protocol of WSRP this request carries information
which need to be passed back to the producer in order to process the
interaction at the producer-side.
Method Summary | |
void |
addFormParameter(String name,
String value)
Add any parameters to the request. |
oasis.names.tc.wsrp.v1.types.NamedString[] |
getFormParameters()
Get all form parameters from the request. |
String |
getInteractionState()
Get the interaction state of the portlet. |
void |
setInteractionState(String state)
Set the interaction state of a portlet which should be passed to the producer. |
Method Detail |
public void setInteractionState(String state)
state
- the interaction state of a portletpublic String getInteractionState()
public void addFormParameter(String name, String value)
name
- The key which identifies the parametervalue
- The value of the parameterpublic oasis.names.tc.wsrp.v1.types.NamedString[] getFormParameters()
NamedString
array contains all parameter key/value pairs
and can directly be passed to the form parameter field in WSRP.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |