Uses of Interface
jakarta.portlet.ResourceParameters
-
Packages that use ResourceParameters 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 ResourceParameters in jakarta.portlet
Subinterfaces of ResourceParameters in jakarta.portlet Modifier and Type Interface Description interfaceMutableResourceParametersResource parameters are additional portlet parameters added to the URL that extend the state information provided by the render parameters.Methods in jakarta.portlet that return ResourceParameters Modifier and Type Method Description ResourceParametersResourceRequest. getResourceParameters()Gets the resource parameters set for this request. -
Uses of ResourceParameters in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement ResourceParameters Modifier and Type Class Description classMutableResourceParametersWrapperTheMutableResourceParametersWrapperprovides a convenient implementation of theMutableResourceParametersinterface that can be subclassed by developers.classResourceParametersWrapperTheResourceParametersWrapperprovides a convenient implementation of theResourceParametersinterface that can be subclassed by developers.Methods in jakarta.portlet.filter that return ResourceParameters Modifier and Type Method Description ResourceParametersResourceRequestWrapper. getResourceParameters()ResourceParametersResourceParametersWrapper. getWrapped()Gets the wrapped object.Methods in jakarta.portlet.filter with parameters of type ResourceParameters Modifier and Type Method Description voidResourceParametersWrapper. setWrapped(ResourceParameters wrapped)Sets the wrapped object.Constructors in jakarta.portlet.filter with parameters of type ResourceParameters Constructor Description ResourceParametersWrapper(ResourceParameters wrapped)
-