Uses of Interface
jakarta.portlet.PortletConfig
-
Packages that use PortletConfig Package Description jakarta.portlet The jakarta.portlet package defines the API for the Jakarta Portlet Specification V4.0.jakarta.portlet.filter The jakarta.portlet.filter package defines the filter APIs for the Jakarta Portlet Specification. -
-
Uses of PortletConfig in jakarta.portlet
Classes in jakarta.portlet that implement PortletConfig Modifier and Type Class Description classGenericPortletTheGenericPortletclass provides a default implementation for thePortletinterface.Methods in jakarta.portlet that return PortletConfig Modifier and Type Method Description PortletConfigGenericPortlet. getPortletConfig()Returns the PortletConfig object of this portlet.Methods in jakarta.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. -
Uses of PortletConfig in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement PortletConfig Modifier and Type Class Description classPortletConfigWrapperThePortletConfigWrapperprovides a convenient implementation of thePortletConfiginterface that can be subclassed by developers.Fields in jakarta.portlet.filter declared as PortletConfig Modifier and Type Field Description protected PortletConfigPortletConfigWrapper. wrappedMethods in jakarta.portlet.filter that return PortletConfig Modifier and Type Method Description PortletConfigPortletConfigWrapper. getWrapped()Gets the wrapped object.Methods in jakarta.portlet.filter with parameters of type PortletConfig Modifier and Type Method Description voidPortletConfigWrapper. setWrapped(PortletConfig wrapped)Sets the wrapped object.Constructors in jakarta.portlet.filter with parameters of type PortletConfig Constructor Description PortletConfigWrapper(PortletConfig wrapped)
-