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 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