Package org.pentaho.platform.api.engine
Interface IPentahoUrlFactory
- 
public interface IPentahoUrlFactoryProvides 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPentahoUrlgetActionUrlBuilder()Gets a builder for action URLs.IPentahoUrlgetDisplayUrlBuilder()Returns a URL builder for contructing URLs that are generated for user feedback (e.g. 
 - 
 
- 
- 
Method Detail
- 
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
 
 
 - 
 
 -