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