org.pentaho.platform.util.web
Class SimpleUrlFactory
java.lang.Object
org.pentaho.platform.util.web.SimpleUrlFactory
- All Implemented Interfaces:
- IPentahoUrlFactory
public class SimpleUrlFactory
- extends Object
- implements IPentahoUrlFactory
SimpleUrlFactory
public SimpleUrlFactory(String baseUrl)
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