Uses of Interface
jakarta.portlet.RenderState
-
Packages that use RenderState 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 RenderState in jakarta.portlet
Subinterfaces of RenderState in jakarta.portlet Modifier and Type Interface Description interfaceActionRequestTheActionRequestrepresents the request sent to the portlet to handle an action.
It extends the ClientDataRequest interface and provides action request information to portlets.interfaceActionResponseTheActionResponseinterface represents the portlet response to an action request.interfaceActionURLAn action URL is created withMimeResponse.createActionURL().interfaceBaseURLTheBaseURLdefines the basic capabilities of a portlet URL pointing back to the portlet.interfaceClientDataRequestTheClientDataRequestrepresents the request information of the HTTP request issued from the client to the portal.
It extends the PortletRequest interface.interfaceEventRequestTheEventRequestrepresents the request sent to the portlet to handle an event.interfaceEventResponseTheEventResponseinterface represents the portlet response to an event request.interfaceHeaderRequestTag interface designating a header request object.interfaceMutableRenderStateProvides read-write access to the render state.interfacePortletRequestThePortletRequestdefines the base interface to provide client request information to a portlet.interfacePortletURLThePortletURLinterface represents a URL that reference the portlet itself.interfaceRenderRequestTheRenderRequestrepresents the request sent to the portlet to handle a render.interfaceRenderURLThis is a marker interface for a render URL.interfaceResourceRequestTheResourceRequestinterface represents the request send to the portlet for rendering resources.interfaceResourceURLTheResourceURLdefines a resource URL that when clicked will result in aserveResourcecall of theResourceServingPortletinterface.interfaceStateAwareResponseTheStateAwareResponserepresents a response that can modify render state information or send events. -
Uses of RenderState in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement RenderState Modifier and Type Class Description classActionRequestWrapperTheActionRequestWrapperprovides a convenient implementation of theActionRequestinterface that can be subclassed by developers.classActionResponseWrapperTheActionResponseWrapperprovides a convenient implementation of theActionResponseinterface that can be subclassed by developers.classActionURLWrapperTheActionURLWrapperprovides a convenient implementation of theActionURLinterface that can be subclassed by developers.classBaseURLWrapperTheBaseURLWrapperprovides a convenient implementation of theBaseURLinterface that can be subclassed by developers.classClientDataRequestWrapperTheClientDataRequestWrapperprovides a convenient implementation of theClientDataRequestinterface that can be subclassed by developers.classEventRequestWrapperTheEventRequestWrapperprovides a convenient implementation of theEventRequestinterface that can be subclassed by developers.classEventResponseWrapperTheEventResponseWrapperprovides a convenient implementation of theEventResponseinterface that can be subclassed by developers.classHeaderRequestWrapperTheHeaderRequestWrapperprovides a convenient implementation of theHeaderRequestinterface that can be subclassed by developers.classMutableRenderStateWrapperTheMutableRenderStateWrapperprovides a convenient implementation of theMutableRenderStateinterface that can be subclassed by developers.classPortletRequestWrapperThePortletRequestWrapperprovides a convenient implementation of thePortletRequestinterface and is extended by other request wrappers.classPortletURLWrapperThePortletURLWrapperprovides a convenient implementation of thePortletURLinterface that can be subclassed by developers.classRenderRequestWrapperTheRenderRequestWrapperprovides a convenient implementation of theRenderRequestinterface that can be subclassed by developers.classRenderStateWrapperTheRenderStateWrapperprovides a convenient implementation of theRenderStateinterface that can be subclassed by developers.classRenderURLWrapperTheRenderURLWrapperprovides a convenient implementation of theRenderURLinterface that can be subclassed by developers.classResourceRequestWrapperTheResourceRequestWrapperprovides a convenient implementation of theResourceRequestinterface that can be subclassed by developers.classResourceURLWrapperTheResourceURLWrapperprovides a convenient implementation of theResourceURLinterface that can be subclassed by developers.classStateAwareResponseWrapperTheStateAwareResponseWrapperprovides a convenient implementation of theStateAwareResponseinterface that can be subclassed by developers.Fields in jakarta.portlet.filter declared as RenderState Modifier and Type Field Description protected RenderStateRenderStateWrapper. wrappedMethods in jakarta.portlet.filter that return RenderState Modifier and Type Method Description RenderStateRenderStateWrapper. getWrapped()Gets the wrapped object.Methods in jakarta.portlet.filter with parameters of type RenderState Modifier and Type Method Description voidRenderStateWrapper. setWrapped(RenderState wrapped)Sets the wrapped object.Constructors in jakarta.portlet.filter with parameters of type RenderState Constructor Description RenderStateWrapper(RenderState wrapped)
-