|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.wsrp4j.consumer.driver.GenericWSRPBaseRequestImpl
public abstract class GenericWSRPBaseRequestImpl
| Field Summary | |
|---|---|
protected Logger |
logger
|
| Constructor Summary | |
|---|---|
GenericWSRPBaseRequestImpl()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String[] |
getCharacterEncodingSet()
Get the character sets the consumer wants the remote portlet to use for encoding the markup. |
abstract ClientData |
getClientData()
Get the ClientData structure which carries
information about the end user agent. |
abstract java.lang.String[] |
getLocales()
Get the locales which are supported by the portlet according to the client connecting to it. |
abstract java.lang.String[] |
getMimeTypes()
Get an array of mime types which are supported by the end user device. |
abstract java.lang.String |
getMode()
Get the current mode of the portlet |
abstract java.lang.String[] |
getModes()
Get the list of wsrp modes which are supported by the portlet. |
abstract java.lang.String |
getNavigationalState()
Get the current navigational state of the portlet |
abstract java.lang.String |
getPortletInstanceKey()
Get an opaque string which corresponds to a unique reference to this use of the portlet. |
abstract java.lang.String |
getSessionID()
Get the ID of the session context |
abstract java.lang.String |
getUserAuthentication()
Get the method which is used by the consumer to authenticate its users. |
abstract java.lang.String |
getWindowState()
Get the current window state of the portlet |
abstract 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Logger logger
| Constructor Detail |
|---|
public GenericWSRPBaseRequestImpl()
| Method Detail |
|---|
public abstract java.lang.String getSessionID()
WSRPBaseRequest
getSessionID in interface WSRPBaseRequestpublic abstract java.lang.String getPortletInstanceKey()
WSRPBaseRequest
getPortletInstanceKey in interface WSRPBaseRequestpublic abstract java.lang.String getNavigationalState()
WSRPBaseRequest
getNavigationalState in interface WSRPBaseRequestpublic abstract java.lang.String getWindowState()
WSRPBaseRequest
getWindowState in interface WSRPBaseRequestpublic abstract java.lang.String getMode()
WSRPBaseRequest
getMode in interface WSRPBaseRequestpublic abstract ClientData getClientData()
WSRPBaseRequestClientData structure which carries
information about the end user agent.
getClientData in interface WSRPBaseRequestClientData specifying the user agent.public abstract java.lang.String[] getLocales()
WSRPBaseRequest
getLocales in interface WSRPBaseRequestpublic abstract java.lang.String[] getModes()
WSRPBaseRequest
getModes in interface WSRPBaseRequestpublic abstract java.lang.String[] getWindowStates()
WSRPBaseRequest
getWindowStates in interface WSRPBaseRequestpublic abstract java.lang.String[] getMimeTypes()
WSRPBaseRequest
getMimeTypes in interface WSRPBaseRequestpublic abstract java.lang.String[] getCharacterEncodingSet()
WSRPBaseRequest
getCharacterEncodingSet in interface WSRPBaseRequestpublic 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 abstract java.lang.String getUserAuthentication()
WSRPBaseRequest
getUserAuthentication in interface WSRPBaseRequest
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||