org.pentaho.platform.util.web
Class SimpleUrlFactory

java.lang.Object
  extended by org.pentaho.platform.util.web.SimpleUrlFactory
All Implemented Interfaces:
IPentahoUrlFactory

public class SimpleUrlFactory
extends Object
implements IPentahoUrlFactory


Constructor Summary
SimpleUrlFactory(String baseUrl)
           
 
Method Summary
 IPentahoUrl getActionUrlBuilder()
          Gets a builder for action URLs.
 IPentahoUrl getDisplayUrlBuilder()
          Returns a URL builder for contructing URLs that are generated for user feedback (e.g.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleUrlFactory

public SimpleUrlFactory(String baseUrl)
Method Detail

getActionUrlBuilder

public IPentahoUrl getActionUrlBuilder()
Description copied from interface: IPentahoUrlFactory
Gets a builder for action URLs. Action URLs are constructed for tasks like drill-down.

Specified by:
getActionUrlBuilder in interface IPentahoUrlFactory
Returns:
the action URL

getDisplayUrlBuilder

public IPentahoUrl getDisplayUrlBuilder()
Description copied from interface: IPentahoUrlFactory
Returns a URL builder for contructing URLs that are generated for user feedback (e.g. parameter input forms).

Specified by:
getDisplayUrlBuilder in interface IPentahoUrlFactory
Returns:
The URL builder