Uses of Interface
jakarta.portlet.MutablePortletParameters
-
Packages that use MutablePortletParameters 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 MutablePortletParameters in jakarta.portlet
Subinterfaces of MutablePortletParameters in jakarta.portlet Modifier and Type Interface Description 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.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.Methods in jakarta.portlet that return MutablePortletParameters Modifier and Type Method Description MutablePortletParametersMutablePortletParameters. add(PortletParameters params)Adds the parameters from the inputPortletParametersobject if they are not already present.MutablePortletParametersPortletParameters. clone()Returns aMutablePortletParametersobject encapsulating a copy of the same parameters as the original object.MutablePortletParametersMutablePortletParameters. set(PortletParameters params)Makes the public and private parameters identical to those of the input PortletParameters object. -
Uses of MutablePortletParameters in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement MutablePortletParameters Modifier and Type Class Description 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.Methods in jakarta.portlet.filter that return MutablePortletParameters Modifier and Type Method Description MutablePortletParametersMutablePortletParametersWrapper. add(PortletParameters params)MutablePortletParametersPortletParametersWrapper. clone()MutablePortletParametersMutablePortletParametersWrapper. getWrapped()Gets the wrapped object.MutablePortletParametersMutablePortletParametersWrapper. set(PortletParameters params)Methods in jakarta.portlet.filter with parameters of type MutablePortletParameters Modifier and Type Method Description voidMutablePortletParametersWrapper. setWrapped(MutablePortletParameters wrapped)Sets the wrapped object.Constructors in jakarta.portlet.filter with parameters of type MutablePortletParameters Constructor Description MutablePortletParametersWrapper(MutablePortletParameters wrapped)
-