|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wsrp2.consumer.adapters.WSRPBaseRequestAdapter
public class WSRPBaseRequestAdapter
| Constructor Summary | |
|---|---|
WSRPBaseRequestAdapter()
|
|
| Method Summary | |
|---|---|
ClientData |
getClientData()
Get the ClientData structure which carries information about
the end user agent. |
Extension[] |
getExtensions()
|
java.lang.String[] |
getLocales()
Get the locales which are supported by the portlet according to the client connecting to it. |
java.lang.String[] |
getMarkupCharacterSets()
Get the character sets the consumer wants the remote portlet to use for encoding the markup. |
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 |
getNavigationalState()
Get the current navigational state of the portlet |
NamedString[] |
getNavigationalValues()
Get the current navigational values 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 |
getValidateTag()
|
java.lang.String[] |
getValidNewModes()
Get the list of wsrp modes which are supported by the portlet. |
java.lang.String[] |
getValidNewWindowStates()
Get the list of wsrp window states which are supported by the portlet. |
java.lang.String |
getWindowState()
Get the current window state of the portlet |
boolean |
isModeSupported(java.lang.String wsrpMode)
Checks wether a given wsrp mode is supported by the portlet. |
boolean |
isSecureClientCommunication()
|
boolean |
isWindowStateSupported(java.lang.String wsrpWindowState)
Checks wether a given wsrp window state is supported by the portlet. |
void |
setClientData(ClientData clientData)
|
void |
setExtensions(Extension[] extensions)
|
void |
setLocales(java.lang.String[] locales)
|
void |
setMarkupCharacterSets(java.lang.String[] markupCharacterSets)
|
void |
setMimeTypes(java.lang.String[] mimeTypes)
|
void |
setMode(java.lang.String mode)
|
void |
setNavigationalState(java.lang.String navigationalState)
|
void |
setNavigationalValues(NamedString[] navigationalValues)
|
void |
setPortletInstanceKey(java.lang.String portletInstanceKey)
|
void |
setSecureClientCommunication(boolean secureClientCommunication)
|
void |
setSessionID(java.lang.String sessionID)
|
void |
setUserAuthentication(java.lang.String userAuthentication)
|
void |
setValidateTag(java.lang.String validateTag)
|
void |
setValidNewModes(java.lang.String[] validNewModes)
|
void |
setValidNewWindowStates(java.lang.String[] validNewWindowStates)
|
void |
setWindowState(java.lang.String windowState)
|
| 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 java.lang.String getSessionID()
WSRPBaseRequest
getSessionID in interface WSRPBaseRequestpublic void setSessionID(java.lang.String sessionID)
public java.lang.String getPortletInstanceKey()
WSRPBaseRequest
getPortletInstanceKey in interface WSRPBaseRequestpublic void setPortletInstanceKey(java.lang.String portletInstanceKey)
public java.lang.String getNavigationalState()
WSRPBaseRequest
getNavigationalState in interface WSRPBaseRequestpublic void setNavigationalState(java.lang.String navigationalState)
public java.lang.String getWindowState()
WSRPBaseRequest
getWindowState in interface WSRPBaseRequestpublic void setWindowState(java.lang.String windowState)
public java.lang.String getMode()
WSRPBaseRequest
getMode in interface WSRPBaseRequestpublic void setMode(java.lang.String mode)
public ClientData getClientData()
WSRPBaseRequestClientData structure which carries information about
the end user agent.
getClientData in interface WSRPBaseRequestClientData specifying the user agent.public void setClientData(ClientData clientData)
public java.lang.String[] getLocales()
WSRPBaseRequest
getLocales in interface WSRPBaseRequestpublic void setLocales(java.lang.String[] locales)
public java.lang.String[] getValidNewModes()
WSRPBaseRequest
getValidNewModes in interface WSRPBaseRequestpublic void setValidNewModes(java.lang.String[] validNewModes)
public java.lang.String[] getValidNewWindowStates()
WSRPBaseRequest
getValidNewWindowStates in interface WSRPBaseRequestpublic void setValidNewWindowStates(java.lang.String[] validNewWindowStates)
public java.lang.String[] getMimeTypes()
WSRPBaseRequest
getMimeTypes in interface WSRPBaseRequestpublic void setMimeTypes(java.lang.String[] mimeTypes)
public java.lang.String[] getMarkupCharacterSets()
WSRPBaseRequest
getMarkupCharacterSets in interface WSRPBaseRequestpublic void setMarkupCharacterSets(java.lang.String[] markupCharacterSets)
public boolean isModeSupported(java.lang.String wsrpMode)
WSRPBaseRequest
isModeSupported in interface WSRPBaseRequestwsrpMode - The wsrp mode
public boolean isWindowStateSupported(java.lang.String wsrpWindowState)
WSRPBaseRequest
isWindowStateSupported in interface WSRPBaseRequestwsrpWindowState - The wsrp window state
public NamedString[] getNavigationalValues()
WSRPBaseRequest
getNavigationalValues in interface WSRPBaseRequestpublic void setNavigationalValues(NamedString[] navigationalValues)
public java.lang.String getValidateTag()
getValidateTag in interface WSRPBaseRequestpublic void setValidateTag(java.lang.String validateTag)
public Extension[] getExtensions()
getExtensions in interface WSRPBaseRequestpublic void setExtensions(Extension[] extensions)
public boolean isSecureClientCommunication()
isSecureClientCommunication in interface WSRPBaseRequestpublic void setSecureClientCommunication(boolean secureClientCommunication)
public java.lang.String getUserAuthentication()
WSRPBaseRequest
getUserAuthentication in interface WSRPBaseRequestpublic void setUserAuthentication(java.lang.String userAuthentication)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||