Uses of Interface
jakarta.portlet.BaseURL
-
Packages that use BaseURL 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 BaseURL in jakarta.portlet
Subinterfaces of BaseURL in jakarta.portlet Modifier and Type Interface Description interfaceActionURLAn action URL is created withMimeResponse.createActionURL().interfacePortletURLThePortletURLinterface represents a URL that reference the portlet itself.interfaceRenderURLThis is a marker interface for a render URL.interfaceResourceURLTheResourceURLdefines a resource URL that when clicked will result in aserveResourcecall of theResourceServingPortletinterface. -
Uses of BaseURL in jakarta.portlet.filter
Classes in jakarta.portlet.filter that implement BaseURL Modifier and Type Class Description classActionURLWrapperTheActionURLWrapperprovides a convenient implementation of theActionURLinterface that can be subclassed by developers.classBaseURLWrapperTheBaseURLWrapperprovides a convenient implementation of theBaseURLinterface 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.classResourceURLWrapperTheResourceURLWrapperprovides a convenient implementation of theResourceURLinterface that can be subclassed by developers.Methods in jakarta.portlet.filter that return BaseURL Modifier and Type Method Description BaseURLBaseURLWrapper. getWrapped()Gets the wrapped object.Methods in jakarta.portlet.filter with parameters of type BaseURL Modifier and Type Method Description voidBaseURLWrapper. setWrapped(BaseURL wrapped)Sets the wrapped object.Constructors in jakarta.portlet.filter with parameters of type BaseURL Constructor Description BaseURLWrapper(BaseURL wrapped)
-