Uses of Interface
jakarta.portlet.ActionURL
-
Packages that use ActionURL 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 ActionURL in jakarta.portlet
Classes in jakarta.portlet with type parameters of type ActionURL Modifier and Type Interface Description interfacePortletURLGenerationListener<T extends PortletURL & RenderURL,U extends PortletURL & ActionURL>Portlet applications can register portlet URL listeners in order to filter URLs before they get generated.Methods in jakarta.portlet with type parameters of type ActionURL Modifier and Type Method Description <T extends PortletURL & ActionURL>
TMimeResponse. createActionURL()Creates an action URL targeting the portlet.<T extends PortletURL & ActionURL>
TResourceResponse. createActionURL()Methods in jakarta.portlet that return ActionURL Modifier and Type Method Description ActionURLMimeResponse. createActionURL(MimeResponse.Copy option)Creates an action URL targeting the portlet.ActionURLResourceResponse. createActionURL(MimeResponse.Copy option) -
Uses of ActionURL in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement ActionURL Modifier and Type Class Description classActionURLWrapperTheActionURLWrapperprovides a convenient implementation of theActionURLinterface that can be subclassed by developers.Methods in jakarta.portlet.filter with type parameters of type ActionURL Modifier and Type Method Description <T extends PortletURL & ActionURL>
TMimeResponseWrapper. createActionURL()Methods in jakarta.portlet.filter that return ActionURL Modifier and Type Method Description ActionURLMimeResponseWrapper. createActionURL(MimeResponse.Copy option)ActionURLActionURLWrapper. getWrapped()Gets the wrapped object.Methods in jakarta.portlet.filter with parameters of type ActionURL Modifier and Type Method Description voidActionURLWrapper. setWrapped(ActionURL wrapped)Sets the wrapped object.Constructors in jakarta.portlet.filter with parameters of type ActionURL Constructor Description ActionURLWrapper(ActionURL wrapped)
-