|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSRPBaseRequest
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 |
---|
java.lang.String getSessionID()
java.lang.String getPortletInstanceKey()
java.lang.String getNavigationalState()
java.lang.String getWindowState()
java.lang.String getMode()
ClientData getClientData()
ClientData
structure which carries
information about the end user agent.
ClientData
specifying the user agent.java.lang.String[] getLocales()
java.lang.String[] getModes()
java.lang.String[] getWindowStates()
java.lang.String[] getMimeTypes()
java.lang.String[] getCharacterEncodingSet()
boolean isModeSupported(java.lang.String wsrpMode)
wsrpMode
- The wsrp mode
boolean isWindowStateSupported(java.lang.String wsrpWindowState)
wsrpWindowState
- The wsrp window state
java.lang.String getUserAuthentication()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |