Uses of Interface
jakarta.portlet.PortletParameters
-
Packages that use PortletParameters 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 PortletParameters in jakarta.portlet
Subinterfaces of PortletParameters in jakarta.portlet Modifier and Type Interface Description interfaceActionParametersAction 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.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.interfaceMutableResourceParametersResource parameters are additional portlet parameters added to the URL that extend the state information provided by the render parameters.interfaceRenderParametersProvides access to render parameters, which make up part of the render state.interfaceResourceParametersResource parameters are additional portlet parameters added to the URL that extend the state information provided by the render parameters.Methods in jakarta.portlet with parameters of type PortletParameters Modifier and Type Method Description MutablePortletParametersMutablePortletParameters. add(PortletParameters params)Adds the parameters from the inputPortletParametersobject if they are not already present.MutablePortletParametersMutablePortletParameters. set(PortletParameters params)Makes the public and private parameters identical to those of the input PortletParameters object. -
Uses of PortletParameters in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement PortletParameters Modifier and Type Class Description classActionParametersWrapperTheActionParametersWrapperprovides a convenient implementation of theActionParametersinterface 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.classMutableResourceParametersWrapperTheMutableResourceParametersWrapperprovides a convenient implementation of theMutableResourceParametersinterface that can be subclassed by developers.classPortletParametersWrapperThePortletParametersWrapperprovides a convenient implementation of thePortletParametersinterface that can be subclassed by developers.classRenderParametersWrapperTheRenderParametersWrapperprovides a convenient implementation of theRenderParametersinterface that can be subclassed by developers.classResourceParametersWrapperTheResourceParametersWrapperprovides a convenient implementation of theResourceParametersinterface that can be subclassed by developers.Fields in jakarta.portlet.filter declared as PortletParameters Modifier and Type Field Description protected PortletParametersPortletParametersWrapper. wrappedMethods in jakarta.portlet.filter that return PortletParameters Modifier and Type Method Description PortletParametersPortletParametersWrapper. getWrapped()Gets the wrapped object.Methods in jakarta.portlet.filter with parameters of type PortletParameters Modifier and Type Method Description MutablePortletParametersMutablePortletParametersWrapper. add(PortletParameters params)MutablePortletParametersMutablePortletParametersWrapper. set(PortletParameters params)voidPortletParametersWrapper. setWrapped(PortletParameters wrapped)Sets the wrapped object.Constructors in jakarta.portlet.filter with parameters of type PortletParameters Constructor Description PortletParametersWrapper(PortletParameters wrapped)
-