Uses of Interface
javax.portlet.BaseURL
-
Packages that use BaseURL Package Description javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. -
-
Uses of BaseURL in javax.portlet
Subinterfaces of BaseURL in javax.portlet Modifier and Type Interface Description interface
PortletURL
ThePortletURL
interface represents a URL that reference the portlet itself.interface
ResourceURL
TheResourceURL
defines a resource URL that when clicked will result in aserveResource
call of theResourceServingPortlet
interface.
-