WebSphere:*,type=Portlet
MBean Portlet
Information about a portlet belonging to a specific portletapplication.
Attribute Summary | |
java.lang.String | id The id of the portlet. |
java.lang.String | name The name of the portlet. |
java.util.Locale | defaultLocale The default locale of the portlet. |
java.util.Map | initParameters The init parameters specified by the portlet. |
java.util.Map | preferences All preferences specified for this portlet. |
java.lang.String | portletApplicationName The name of the portlet application this portlet belongs to. |
java.util.Map | contentTypes The portlet's content types and its corresponding portlet modes. |
java.util.List | supportedLanguages All locales supported by this PortletApplication as defined within the portlet. |
java.util.Map | languageInformation All language information of a portlet as a map. |
java.lang.Integer | expirationCache The duration in seconds for the cache to expire. |
Attributes inherited from MBean J2EEManagedObject |
objectName , stateManageable , statisticsProvider , eventProvider |
Attributes inherited from MBean StatisticsProvider |
stats |
Operation Summary | |
java.util.Map | getLanguageInformation( All information for a specific language of a portlet as a map. |
Attribute Detail |
public java.lang.String id
public java.lang.String name
public java.util.Locale defaultLocale
public java.util.Map initParameters
public java.util.Map preferences
public java.lang.String portletApplicationName
public java.util.Map contentTypes
public java.util.List supportedLanguages
public java.util.Map languageInformation
key [java.util.Locale]: The locale of the language
value [java.lang.String] Array[5] of the following strings: All information for the specific language
public java.lang.Integer expirationCache
Operation Detail |
public java.util.Map getLanguageInformation(java.util.Locale locale
)
key [java.lang.String] | value [java.lang.String] |
---|---|
Language.Info.Title | Title. This value cannot be NULL. |
Language.Info.ShortTitle | Short Title. This value can be NULL. |
Language.Info.Description | Description. This value can be NULL. |
Language.Info.DisplayName | Display Name. This value can be NULL. |
Language.Info.Keywords | Keywords. This value can be NULL or may contain several comma separated keywords. Please refer to the Java Portlet Specification 1.0 for further information. |
locale
-
The locale of the language for which the information is retrieved.