Uses of Interface
org.pentaho.platform.api.engine.IPentahoUrl

Packages that use IPentahoUrl
org.pentaho.platform.api.engine   
org.pentaho.platform.util.web   
org.pentaho.platform.web.portal   
 

Uses of IPentahoUrl in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that return IPentahoUrl
 IPentahoUrl IPentahoUrlFactory.getActionUrlBuilder()
          Gets a builder for action URLs.
 IPentahoUrl IPentahoUrlFactory.getDisplayUrlBuilder()
          Returns a URL builder for contructing URLs that are generated for user feedback (e.g.
 

Uses of IPentahoUrl in org.pentaho.platform.util.web
 

Classes in org.pentaho.platform.util.web that implement IPentahoUrl
 class SimpleUrl
           
 

Methods in org.pentaho.platform.util.web that return IPentahoUrl
 IPentahoUrl SimpleUrlFactory.getActionUrlBuilder()
           
 IPentahoUrl SimpleUrlFactory.getDisplayUrlBuilder()
           
 

Uses of IPentahoUrl in org.pentaho.platform.web.portal
 

Classes in org.pentaho.platform.web.portal that implement IPentahoUrl
 class PortletUrl
           
 

Methods in org.pentaho.platform.web.portal that return IPentahoUrl
 IPentahoUrl PortletUrlFactory.getActionUrlBuilder()
          Get a URL builder that is appropriate for building action URLs.
 IPentahoUrl PortletUrlFactory.getDisplayUrlBuilder()
          Get a URL builder that is appropriate for building render URLs.