Portlet container settings and custom properties
Use the administrative console and MBeans to manage portlet containers.
Subtopics
- Portlet container settings
Configure and manage the portlet container of this application server.- Portlet container custom properties
We can configure name-value pairs of data, where the name is a property key and the value is a string value that we can use to set internal system configuration properties. Defining a new property enables us to configure a setting beyond that which is available in the administrative console. The following is a list of the available Portlet container custom properties.- Portlet and PortletApplication MBeans
The MBeans of type portlet and portletapplication provide information about a given portlet application and its portlets. Through the MBean of type portletapplication, we can retrieve a list of names of all portlets that belong to a portlet application. By querying the MBean of type portlet with a given portlet name, we can retrieve portlet specific information from the MBean of type portlet.