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.
setMimeTypes(String[] mimeTypes) Set the mime types the consumer supports
The order in the array defines the order of preference of the consumer.
public void
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 method which is used by the consumer to authenticate its users.
String indicating how end-users were authenticated by the consumer.
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.
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:StateChange.OK, StateChange.Clone, StateChange.Fault
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 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
setUserAuthentication
public void setUserAuthentication(String authMethod)(Code)
Set the method of end user authentication used by the consumer..
Parameters: authMethod - indicating how end-users are authenticated by the consumer.