Uses of Interface
javax.portlet.PortletConfig
-
Packages that use PortletConfig Package Description javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. -
-
Uses of PortletConfig in javax.portlet
Classes in javax.portlet that implement PortletConfig Modifier and Type Class Description class
GenericPortlet
TheGenericPortlet
class provides a default implementation for thePortlet
interface.Methods in javax.portlet that return PortletConfig Modifier and Type Method Description PortletConfig
GenericPortlet. getPortletConfig()
Returns the PortletConfig object of this portlet.Methods in javax.portlet with parameters of type PortletConfig Modifier and Type Method Description void
GenericPortlet. init(PortletConfig config)
Called by the portlet container to indicate to a portlet that the portlet is being placed into service.void
Portlet. init(PortletConfig config)
Called by the portlet container to indicate to a portlet that the portlet is being placed into service.
-