WebSphere:*,type=PortletApplication
ExcludeAccessCheck:
MBean PortletApplication
Information about a Portlet Application.
Attribute Summary | |
java.lang.String | id The id of the application. |
java.lang.String | version The version of the application. |
java.lang.String | webApplicationContextRoot The context root of the web application this portlet application belongs to. |
java.util.List | portletMBeanNames All portlet names belonging to this portletapplication. |
java.lang.String | webApplicationName The name of the corresponding web application this portlet application belongs to. |
java.lang.String | earApplicationName The name identifying the enterprise application this portlet application belongs to. |
java.util.Collection | customPortletModes All custom portlet modes supported by this portletapplication. |
java.util.List | portalManagedCustomModes All custom portlet modes specified by this portletapplication that are defined to be portal-managed. |
java.util.Collection | customWindowStates All custom window states supported by this portletapplication. |
java.util.Collection | userAttributes All user attributes specified for this portletapplication. |
java.util.List | securityConstraints All security constraints defined for this portletapplication. |
java.util.Map | filterMappings All filter mapping information of a portlet as a map. |
java.util.Map | filters All filter information of a portlet as a map. |
java.util.Map | eventDefinitions All event information of a portlet as a map. |
java.util.Map | publicRenderParameters All public render parameter information of a portlet as a map. |
java.util.Map | containerRuntimeOptions All supported container runtime options set in the PortletApplication DD. |
Attributes inherited from MBean J2EEManagedObject |
objectName , stateManageable , statisticsProvider , eventProvider |
Attributes inherited from MBean StatisticsProvider |
stats |
Notification Summary | |
portletapplication.starting A portlet application is being started. | |
portletapplication.started A portlet application is now started. | |
portletapplication.stopping A portlet application is being stopped | |
portletapplication.stopped A portlet application is now stopped |
Attribute Detail |
public java.lang.String id
public java.lang.String version
public java.lang.String webApplicationContextRoot
public java.util.List portletMBeanNames
public java.lang.String webApplicationName
public java.lang.String earApplicationName
public java.util.Collection customPortletModes
public java.util.List portalManagedCustomModes
public java.util.Collection customWindowStates
public java.util.Collection userAttributes
public java.util.List securityConstraints
[java.util.Map] a security constraint represented as a map
|
null
unless marked as an optional entry.public java.util.Map filterMappings
[java.util.Map] a filter mapping represented as a map
|
null
.public java.util.Map filters
[java.util.Map] a filter represented as a map
|
null
.public java.util.Map eventDefinitions
[java.util.Map] an event represented as a map
|
null
.public java.util.Map publicRenderParameters
[java.util.Map] a public render parameter represented as a map
|
null
.public java.util.Map containerRuntimeOptions
[java.util.Map] the container runtime options
|
null
.Notification Detail |