Uses of Interface
javax.portlet.PortletURL

Packages that use PortletURL
javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. 
javax.portlet.filter The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. 
 

Uses of PortletURL in javax.portlet
 

Methods in javax.portlet that return PortletURL
 PortletURL ResourceResponse.createActionURL()
           
 PortletURL MimeResponse.createActionURL()
          Creates a portlet URL targeting the portlet.
 PortletURL ResourceResponse.createRenderURL()
           
 PortletURL MimeResponse.createRenderURL()
          Creates a portlet URL targeting the portlet.
 

Methods in javax.portlet with parameters of type PortletURL
 void PortletURLGenerationListener.filterActionURL(PortletURL actionURL)
          Callback being called by the portlet container before toString or write are executed on action URLs.
 void PortletURLGenerationListener.filterRenderURL(PortletURL renderURL)
          Callback being called by the portlet container before toString or write are executed on render URLs.
 

Uses of PortletURL in javax.portlet.filter
 

Methods in javax.portlet.filter that return PortletURL
 PortletURL ResourceResponseWrapper.createActionURL()
          The default behavior of this method is to call createActionURL() on the wrapped response object.
 PortletURL RenderResponseWrapper.createActionURL()
          The default behavior of this method is to call createActionURL() on the wrapped response object.
 PortletURL ResourceResponseWrapper.createRenderURL()
          The default behavior of this method is to call createRenderURL() on the wrapped response object.
 PortletURL RenderResponseWrapper.createRenderURL()
          The default behavior of this method is to call createRenderURL() on the wrapped response object.