WebSphere:*,type=Portlet
ExcludeAccessCheck:
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 | preferencesValidatorName Returns the class name of the preferences validator specified for this portlet. |
java.util.List | readOnlyPreferenceNames All preference names specified for this portlet to be read-only. |
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.lang.String | resourceBundleName The name of the resource bundle that is defined for this portlet 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. |
java.lang.String | cacheScope The caching scope that is defined for this portlet within the portlet. |
java.util.List | supportedPublicRenderParameters All public render parameter identifiers supported by this portlet as defined within the portlet. |
java.util.List | supportedProcessingEvents All events supported to be processed by this portlet as defined within the portlet. |
java.util.List | supportedPublishingEvents All events supported to be published by this portlet as defined within the portlet. |
java.util.Map | containerRuntimeOptions All supported container runtime options set in the portlet. |
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 preferencesValidatorName
public java.util.List readOnlyPreferenceNames
public java.lang.String portletApplicationName
public java.util.Map contentTypes
public java.util.List supportedLanguages
public java.lang.String resourceBundleName
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
public java.lang.String cacheScope
public java.util.List supportedPublicRenderParameters
public java.util.List supportedProcessingEvents
public java.util.List supportedPublishingEvents
public java.util.Map containerRuntimeOptions
[java.util.Map] the container runtime options
|
null
.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.