|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The WSRPRequest
is the base interface for all
requests to a consumer side invocation of a integrated remote portlet.
Specialized interfaces exist for markup and action calls.
MarkupRequest
,
InteractionRequest
Method Summary | |
java.lang.String[] |
getCharacterEncodingSet()
Get the character sets the consumer wants the remote portlet to use for encoding the markup. |
ClientData |
getClientData()
Get the ClientData structure which carries
information about the end user agent. |
java.lang.String[] |
getLocales()
Get the locales which are supported by the portlet according to the client connecting to it. |
java.lang.String[] |
getMimeTypes()
Get an array of mime types which are supported by the end user device. |
java.lang.String |
getMode()
Get the current mode of the portlet |
java.lang.String[] |
getModes()
Get the list of wsrp modes which are supported by the portlet. |
java.lang.String |
getNavigationalState()
Get the current navigational state of the portlet |
java.lang.String |
getPortletInstanceKey()
Get an opaque string which corresponds to a unique reference to this use of the portlet. |
java.lang.String |
getSessionID()
Get the ID of the session context |
java.lang.String |
getUserAuthentication()
Get the method which is used by the consumer to authenticate its users. |
java.lang.String |
getWindowState()
Get the current window state of the portlet |
java.lang.String[] |
getWindowStates()
Get the list of wsrp window states which are supported by the portlet. |
boolean |
isModeSupported(java.lang.String wsrpMode)
Checks wether a given wsrp mode is supported by the portlet. |
boolean |
isWindowStateSupported(java.lang.String wsrpWindowState)
Checks wether a given wsrp window state is supported by the portlet. |
Method Detail |
public java.lang.String getSessionID()
public java.lang.String getPortletInstanceKey()
public java.lang.String getNavigationalState()
public java.lang.String getWindowState()
public java.lang.String getMode()
public ClientData getClientData()
ClientData
structure which carries
information about the end user agent.
ClientData
specifying the user agent.public java.lang.String[] getLocales()
public java.lang.String[] getModes()
public java.lang.String[] getWindowStates()
public java.lang.String[] getMimeTypes()
public java.lang.String[] getCharacterEncodingSet()
public boolean isModeSupported(java.lang.String wsrpMode)
wsrpMode
- The wsrp mode
public boolean isWindowStateSupported(java.lang.String wsrpWindowState)
wsrpWindowState
- The wsrp window state
public java.lang.String getUserAuthentication()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |