Package org.pentaho.platform.api.engine
Interface IPentahoUrlFactory
public interface IPentahoUrlFactory
Provides an interface around getting a URL object which can be used to construct a URL managing the parameters
that need to be built up.
- Author:
- jdixon
-
Method Summary
Modifier and TypeMethodDescriptionGets a builder for action URLs.Returns a URL builder for contructing URLs that are generated for user feedback (e.g.
-
Method Details
-
getActionUrlBuilder
IPentahoUrl getActionUrlBuilder()Gets a builder for action URLs. Action URLs are constructed for tasks like drill-down.- Returns:
- the action URL
-
getDisplayUrlBuilder
IPentahoUrl getDisplayUrlBuilder()Returns a URL builder for contructing URLs that are generated for user feedback (e.g. parameter input forms).- Returns:
- The URL builder
-