Uses of Interface
jakarta.portlet.ActionParameters
-
Packages that use ActionParameters 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 ActionParameters in jakarta.portlet
Subinterfaces of ActionParameters 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.Methods in jakarta.portlet that return ActionParameters Modifier and Type Method Description ActionParametersActionRequest. getActionParameters()Gets the action parameters set for this request. -
Uses of ActionParameters in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement ActionParameters 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.Methods in jakarta.portlet.filter that return ActionParameters Modifier and Type Method Description ActionParametersActionRequestWrapper. getActionParameters()ActionParametersActionParametersWrapper. getWrapped()Gets the wrapped object.Methods in jakarta.portlet.filter with parameters of type ActionParameters Modifier and Type Method Description voidActionParametersWrapper. setWrapped(ActionParameters wrapped)Sets the wrapped object.Constructors in jakarta.portlet.filter with parameters of type ActionParameters Constructor Description ActionParametersWrapper(ActionParameters wrapped)
-