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.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 mappings defined for this portletapplication. |
java.util.Map | filters All filters defined for this portletapplication. |
java.util.Map | eventDefinitions All events defined for this portletapplication. |
java.util.Map | publicRenderParameters All public render parameters defined for this portletapplication. |
java.util.Map | containerRuntimeOptions All container runtime options 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.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
public java.util.Map filterMappings
public java.util.Map filters
public java.util.Map eventDefinitions
public java.util.Map publicRenderParameters
public java.util.Map containerRuntimeOptions
Notification Detail |
---|