Uses of Interface
jakarta.portlet.ResourceURL
-
Packages that use ResourceURL 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 ResourceURL in jakarta.portlet
Methods in jakarta.portlet that return ResourceURL Modifier and Type Method Description ResourceURLMimeResponse. createResourceURL()Creates a resource URL targeting the portlet.ResourceURLResourceResponse. createResourceURL()Methods in jakarta.portlet with parameters of type ResourceURL Modifier and Type Method Description voidPortletURLGenerationListener. filterResourceURL(ResourceURL resourceURL)Callback being called by the portlet container beforetoStringorwriteare executed on resource URLs. -
Uses of ResourceURL in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement ResourceURL Modifier and Type Class Description classResourceURLWrapperTheResourceURLWrapperprovides a convenient implementation of theResourceURLinterface that can be subclassed by developers.Methods in jakarta.portlet.filter that return ResourceURL Modifier and Type Method Description ResourceURLMimeResponseWrapper. createResourceURL()ResourceURLResourceURLWrapper. getWrapped()Gets the wrapped object.Methods in jakarta.portlet.filter with parameters of type ResourceURL Modifier and Type Method Description voidResourceURLWrapper. setWrapped(ResourceURL wrapped)Sets the wrapped object.Constructors in jakarta.portlet.filter with parameters of type ResourceURL Constructor Description ResourceURLWrapper(ResourceURL wrapped)
-