Uses of Interface
jakarta.portlet.MutableRenderState
-
Packages that use MutableRenderState 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 MutableRenderState in jakarta.portlet
Subinterfaces of MutableRenderState 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.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 MutableRenderState in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement MutableRenderState 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.classMutableRenderStateWrapperTheMutableRenderStateWrapperprovides a convenient implementation of theMutableRenderStateinterface 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.Methods in jakarta.portlet.filter that return MutableRenderState Modifier and Type Method Description MutableRenderStateMutableRenderStateWrapper. getWrapped()Gets the wrapped object.Methods in jakarta.portlet.filter with parameters of type MutableRenderState Modifier and Type Method Description voidMutableRenderStateWrapper. setWrapped(MutableRenderState wrapped)Sets the wrapped object.Constructors in jakarta.portlet.filter with parameters of type MutableRenderState Constructor Description MutableRenderStateWrapper(MutableRenderState wrapped)
-