Uses of Interface
jakarta.portlet.PortletURL
-
Packages that use PortletURL 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 PortletURL in jakarta.portlet
Classes in jakarta.portlet with type parameters of type PortletURL 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.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.Subinterfaces of PortletURL in jakarta.portlet Modifier and Type Interface Description interfaceActionURLAn action URL is created withMimeResponse.createActionURL().interfaceRenderURLThis is a marker interface for a render URL.Methods in jakarta.portlet with type parameters of type PortletURL Modifier and Type Method Description <T extends PortletURL & ActionURL>
TMimeResponse. createActionURL()Creates an action URL targeting the portlet.<T extends PortletURL & ActionURL>
TResourceResponse. createActionURL()<T extends PortletURL & RenderURL>
TMimeResponse. createRenderURL()Creates a render URL targeting the portlet.<T extends PortletURL & RenderURL>
TResourceResponse. createRenderURL() -
Uses of PortletURL in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement PortletURL Modifier and Type Class Description classActionURLWrapperTheActionURLWrapperprovides a convenient implementation of theActionURLinterface that can be subclassed by developers.classPortletURLWrapperThePortletURLWrapperprovides a convenient implementation of thePortletURLinterface that can be subclassed by developers.classRenderURLWrapperTheRenderURLWrapperprovides a convenient implementation of theRenderURLinterface that can be subclassed by developers.Methods in jakarta.portlet.filter with type parameters of type PortletURL Modifier and Type Method Description <T extends PortletURL & ActionURL>
TMimeResponseWrapper. createActionURL()<T extends PortletURL & RenderURL>
TMimeResponseWrapper. createRenderURL()Methods in jakarta.portlet.filter that return PortletURL Modifier and Type Method Description PortletURLPortletURLWrapper. getWrapped()Gets the wrapped object.Methods in jakarta.portlet.filter with parameters of type PortletURL Modifier and Type Method Description voidPortletURLWrapper. setWrapped(PortletURL wrapped)Sets the wrapped object.Constructors in jakarta.portlet.filter with parameters of type PortletURL Constructor Description PortletURLWrapper(PortletURL wrapped)
-