Uses of Interface
jakarta.portlet.Mutable
-
Packages that use Mutable 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 Mutable in jakarta.portlet
Subinterfaces of Mutable in jakarta.portlet Modifier and Type Interface Description interfaceActionResponseTheActionResponseinterface represents the portlet response to an action request.interfaceActionURLAn action URL is created withMimeResponse.createActionURL().interfaceEventResponseTheEventResponseinterface represents the portlet response to an event request.interfaceMutableActionParametersAction parameters are additional portlet parameters added to the portlet URL or provided by the client that extend the state information provided by the render parameters.interfaceMutablePortletParametersTheMutablePortletParametersprovides methods that allow setting parameters to define a potential future render state.interfaceMutableRenderParametersProvides methods that allow setting parameters to define a potential future render state.interfaceMutableRenderStateProvides read-write access to the render state.interfaceMutableResourceParametersResource parameters are additional portlet parameters added to the URL that extend the state information provided by the render parameters.interfacePortletURLThePortletURLinterface represents a URL that reference the portlet itself.interfaceRenderURLThis is a marker interface for a render URL.interfaceStateAwareResponseTheStateAwareResponserepresents a response that can modify render state information or send events. -
Uses of Mutable in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement Mutable Modifier and Type Class Description classActionResponseWrapperTheActionResponseWrapperprovides a convenient implementation of theActionResponseinterface that can be subclassed by developers.classActionURLWrapperTheActionURLWrapperprovides a convenient implementation of theActionURLinterface that can be subclassed by developers.classEventResponseWrapperTheEventResponseWrapperprovides a convenient implementation of theEventResponseinterface that can be subclassed by developers.classMutableActionParametersWrapperTheMutableActionParametersWrapperprovides a convenient implementation of theMutableActionParametersinterface that can be subclassed by developers.classMutablePortletParametersWrapperTheMutablePortletParametersWrapperprovides a convenient implementation of theMutablePortletParametersinterface that can be subclassed by developers.classMutableRenderParametersWrapperTheMutableRenderParametersWrapperprovides a convenient implementation of theMutableRenderParametersinterface that can be subclassed by developers.classMutableRenderStateWrapperTheMutableRenderStateWrapperprovides a convenient implementation of theMutableRenderStateinterface that can be subclassed by developers.classMutableResourceParametersWrapperTheMutableResourceParametersWrapperprovides a convenient implementation of theMutableResourceParametersinterface that can be subclassed by developers.classPortletURLWrapperThePortletURLWrapperprovides a convenient implementation of thePortletURLinterface that can be subclassed by developers.classRenderURLWrapperTheRenderURLWrapperprovides a convenient implementation of theRenderURLinterface that can be subclassed by developers.classStateAwareResponseWrapperTheStateAwareResponseWrapperprovides a convenient implementation of theStateAwareResponseinterface that can be subclassed by developers.
-