Uses of Interface
javax.portlet.PortletConfig
-
-
Uses of PortletConfig in javax.portlet
Classes in javax.portlet that implement PortletConfig Modifier and Type Class Description classGenericPortletTheGenericPortletclass provides a default implementation for thePortletinterface.Fields in javax.portlet declared as PortletConfig Modifier and Type Field Description private PortletConfigGenericPortlet. configMethods in javax.portlet that return PortletConfig Modifier and Type Method Description PortletConfigGenericPortlet. getPortletConfig()Returns the PortletConfig object of this portlet.Methods in javax.portlet with parameters of type PortletConfig Modifier and Type Method Description voidGenericPortlet. init(PortletConfig config)Called by the portlet container to indicate to a portlet that the portlet is being placed into service.voidPortlet. init(PortletConfig config)Called by the portlet container to indicate to a portlet that the portlet is being placed into service.
-