WebSphere:*,type=PortletApplication
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.util.Collection | customPortletModes All custom portlet modes supported by this portletapplication. |
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. |
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.util.Collection customPortletModes
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.Notification Detail |