Class WebsiteDiscoveryFilter.WebsiteRequest

  • Enclosing class:
    WebsiteDiscoveryFilter

    public static class WebsiteDiscoveryFilter.WebsiteRequest
    extends Object
    Represents a website driven request.
    Since:
    6.2.0
    Version:
    $Revision: 19963 $ $Date: 2017-02-21 19:28:29 -0300 (Tue, 21 Feb 2017) $
    • Constructor Detail

      • WebsiteRequest

        public WebsiteRequest​(IWebsiteBaseURL baseURL,
                              String adjustmentBasePath)
        Creates a new instance with the given base URL and adjustment path.
        Parameters:
        baseURL - the base URL.
        adjustmentBasePath - the adjustment path.
        Since:
        6.2.0
    • Method Detail

      • getBaseURL

        public IWebsiteBaseURL getBaseURL()
        Returns the baseURL.
        Returns:
        the baseURL
        Since:
        6.2.0
      • getAdjustmentBasePath

        public String getAdjustmentBasePath()
        Returns the adjustmentBasePath.
        Returns:
        the basePath
        Since:
        6.2.0