getPortletStateChange() Returns a flag which is used to indicate the producer wether or not
the processing of portlets is allowed to modify the portlet state.
setPortletStateChange(StateChange portletStateChange) Set a flag which is used to indicate the producer wether or not
the processing of portlets is allowed to modify the portlet state.
Get the character sets the consumer wants the remote portlet to use for encoding the markup.
Valid character sets are defined here
Array of string representations of the character encoding.
Get an array of mime types which are supported by the consumer.
The order in the array defines the order of preference of the consumer.
An array of mimes types the consumer supports.
Get the locales which are supported by the consumer.
(ISO-639 + "_" + ISO-3166)
Array with String representations of the locales which aresupported by the consumer
Get the user registry of the consumer.
The consumer specific user registry
setCharacterEncodingSet
public void setCharacterEncodingSet(String[] charEncoding)(Code)
Set the character set the consumer wants the remote portlet to use for encoding the markup.
Valid character sets are defined here Parameters: charEncoding - Array of string representations of the character encoding.
Set the name of the consumer
Parameters: name - The new name of the consumer
setMimeTypes
public void setMimeTypes(String[] mimeTypes)(Code)
Set the mime types the consumer supports
The order in the array defines the order of preference of the consumer.
Parameters: mimeTypes - An array of mimes types the consumer supports.
Set the portlet registry of the consumer.
Parameters: portletRegistry - The consumer specific portlet registry
setPortletStateChange
public void setPortletStateChange(StateChange portletStateChange)(Code)
Set a flag which is used to indicate the producer wether or not
the processing of portlets is allowed to modify the portlet state.
Parameters: portletStateChange - A flag with one of the following values (OK, Clone, Fault)
Set the session handler of the consumer.
Parameters: sessionHandler - The consumer specific session handler
setSupportedLocales
public void setSupportedLocales(String[] locales)(Code)
Set the locales which are supported by the consumer.
Pattern: ISO-639 + "_" + ISO-3166
Parameters: locales - Array of String representations of the supported locales
setSupportedModes
public void setSupportedModes(String[] modes)(Code)
Set the portlet modes which are supported by the consumer.
Parameters: modes - Array of string representations of portlet modes
setSupportedWindowStates
public void setSupportedWindowStates(String[] states)(Code)
Set the window states which are supported by the consumer.
Parameters: states - Array of string representations of window states
Set the url rewriter for consumer url-rewriting
Parameters: urlRewriter - The consumer specific url rewriter
setUserAuthentication
public void setUserAuthentication(String authMethod)(Code)
Set the method of end user authentication used by the consumer..
Parameters: authMethod - String indicating how end-users are authenticated by the consumer.