Method Summary |
|
public String[] | getCharacterEncodingSet() Get the character sets the consumer wants the remote portlet to use for encoding the markup. |
public ClientData | getClientData() Get the ClientData structure which carries
information about the end user agent. |
public String[] | getLocales() Get the locales which are supported by the portlet according to the client connecting to it. |
public String[] | getMimeTypes() Get an array of mime types which are supported by the end user device.
The order in the array defines the order of preference of the end user. |
public String | getMode() |
public String[] | getModes() Get the list of wsrp modes which are supported by the portlet.
This should returned the list of all actuall supported modes and
not necessarily the modes returned in the portlet description of the producer. |
public String | getNavigationalState() |
public String | getPortletInstanceKey() Get an opaque string which corresponds to a unique reference to this use of the portlet. |
public String | getSessionID() |
public String | getUserAuthentication() Get the method which is used by the consumer to authenticate its users. |
public String | getWindowState() |
public String[] | getWindowStates() Get the list of wsrp window states which are supported by the portlet.
This should returned the list of all actuall supported window states and
not necessarily the window states returned in the portlet description of the producer. |
public boolean | isModeSupported(String wsrpMode) Checks wether a given wsrp mode is supported by the portlet. |
public boolean | isWindowStateSupported(String wsrpWindowState) Checks wether a given wsrp window state is supported by the portlet. |