Uses of Interface
javax.portlet.PortletConfig

Uses of PortletConfig in javax.portlet
 

Classes in javax.portlet that implement PortletConfig
 class GenericPortlet
          The GenericPortlet class provides a default implementation for the Portlet interface.
 

Fields in javax.portlet declared as PortletConfig
private  PortletConfig GenericPortlet.config
           
 

Methods in javax.portlet that return PortletConfig
 PortletConfig GenericPortlet.getPortletConfig()
          Returns the PortletConfig object of this portlet.
 

Methods in javax.portlet with parameters of type PortletConfig
 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.