|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wsrp.consumer.adapters.WSRPBaseRequestAdapter
public class WSRPBaseRequestAdapter
| Constructor Summary | |
|---|---|
WSRPBaseRequestAdapter()
|
|
| Method Summary | |
|---|---|
String[] |
getCharacterEncodingSet()
Get the character sets the consumer wants the remote portlet to use for encoding the markup. |
org.exoplatform.services.wsrp.type.ClientData |
getClientData()
Get the ClientData structure which carries information about
the end user agent. |
String[] |
getLocales()
Get the locales which are supported by the portlet according to the client connecting to it. |
String[] |
getMimeTypes()
Get an array of mime types which are supported by the end user device. |
String |
getMode()
Get the current mode of the portlet |
String[] |
getModes()
Get the list of wsrp modes which are supported by the portlet. |
String |
getNavigationalState()
Get the current navigational state of the portlet |
String |
getPortletInstanceKey()
Get an opaque string which corresponds to a unique reference to this use of the portlet. |
String |
getSessionID()
Get the ID of the session context |
String |
getUserAuthentication()
Get the method which is used by the consumer to authenticate its users. |
String |
getWindowState()
Get the current window state of the portlet |
String[] |
getWindowStates()
Get the list of wsrp window states which are supported by the portlet. |
boolean |
isModeSupported(String wsrpMode)
Checks wether a given wsrp mode is supported by the portlet. |
boolean |
isWindowStateSupported(String wsrpWindowState)
Checks wether a given wsrp window state is supported by the portlet. |
void |
setCharacterEncodingSet(String[] characterEncodingSet)
|
void |
setClientData(org.exoplatform.services.wsrp.type.ClientData clientData)
|
void |
setLocales(String[] locales)
|
void |
setMimeTypes(String[] mimeTypes)
|
void |
setMode(String mode)
|
void |
setModes(String[] modes)
|
void |
setNavigationalState(String navigationalState)
|
void |
setPortletInstanceKey(String portletInstanceKey)
|
void |
setSessionID(String sessionID)
|
void |
setUserAuthentication(String userAuthentication)
|
void |
setWindowState(String windowState)
|
void |
setWindowStates(String[] windowStates)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSRPBaseRequestAdapter()
| Method Detail |
|---|
public String getSessionID()
WSRPBaseRequest
getSessionID in interface WSRPBaseRequestpublic void setSessionID(String sessionID)
public String getPortletInstanceKey()
WSRPBaseRequest
getPortletInstanceKey in interface WSRPBaseRequestpublic void setPortletInstanceKey(String portletInstanceKey)
public String getNavigationalState()
WSRPBaseRequest
getNavigationalState in interface WSRPBaseRequestpublic void setNavigationalState(String navigationalState)
public String getWindowState()
WSRPBaseRequest
getWindowState in interface WSRPBaseRequestpublic void setWindowState(String windowState)
public String getMode()
WSRPBaseRequest
getMode in interface WSRPBaseRequestpublic void setMode(String mode)
public org.exoplatform.services.wsrp.type.ClientData getClientData()
WSRPBaseRequestClientData structure which carries information about
the end user agent.
getClientData in interface WSRPBaseRequestClientData specifying the user agent.public void setClientData(org.exoplatform.services.wsrp.type.ClientData clientData)
public String[] getLocales()
WSRPBaseRequest
getLocales in interface WSRPBaseRequestpublic void setLocales(String[] locales)
public String[] getModes()
WSRPBaseRequest
getModes in interface WSRPBaseRequestpublic void setModes(String[] modes)
public String[] getWindowStates()
WSRPBaseRequest
getWindowStates in interface WSRPBaseRequestpublic void setWindowStates(String[] windowStates)
public String[] getMimeTypes()
WSRPBaseRequest
getMimeTypes in interface WSRPBaseRequestpublic void setMimeTypes(String[] mimeTypes)
public String[] getCharacterEncodingSet()
WSRPBaseRequest
getCharacterEncodingSet in interface WSRPBaseRequestpublic void setCharacterEncodingSet(String[] characterEncodingSet)
public String getUserAuthentication()
WSRPBaseRequest
getUserAuthentication in interface WSRPBaseRequestpublic void setUserAuthentication(String userAuthentication)
public boolean isModeSupported(String wsrpMode)
WSRPBaseRequest
isModeSupported in interface WSRPBaseRequestwsrpMode - The wsrp mode
public boolean isWindowStateSupported(String wsrpWindowState)
WSRPBaseRequest
isWindowStateSupported in interface WSRPBaseRequestwsrpWindowState - The wsrp window state
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||