Class CrawlableAsyncUrlFragmentAwarePage

    • Constructor Detail

      • CrawlableAsyncUrlFragmentAwarePage

        public CrawlableAsyncUrlFragmentAwarePage()
    • Method Detail

      • onInitialRequest

        protected abstract void onInitialRequest​(PageParameters parameters)
      • onEscapedFragmentIncome

        protected abstract void onEscapedFragmentIncome​(PageParameters parameters)
        This is the callback for when your page was called synchronously with the '_escaped_fragment_' URL query parameter. All escaped URL fragment parameters were put in the given PageParameters.
        Parameters:
        parameters - PageParameters received