Class PageCollection

    • Method Detail

      • isExpandBeforeAfterHooks

        public boolean isExpandBeforeAfterHooks()
        Check if before and after hooks should be expanded.
        Returns:
        true if they should be expanded.
      • setExpandBeforeAfterHooks

        public void setExpandBeforeAfterHooks​(boolean expandBeforeAfterHooks)
        Set if before and after hooks should be expanded.
        Parameters:
        expandBeforeAfterHooks - true if they should be expanded.
      • isExpandStepHooks

        public boolean isExpandStepHooks()
        Check if step hooks should be expanded.
        Returns:
        true if they should be expanded.
      • setExpandStepHooks

        public void setExpandStepHooks​(boolean expandStepHooks)
        Set if step hooks should be expanded.
        Parameters:
        expandStepHooks - true if they should be expanded.
      • isExpandDocStrings

        public boolean isExpandDocStrings()
        Check if doc strings should be expanded.
        Returns:
        true if they should be expanded.
      • setExpandDocStrings

        public void setExpandDocStrings​(boolean expandDocStrings)
        Sheck if doc strings should be expanded.
        Parameters:
        expandDocStrings - true if they should be expanded.
      • isExpandAttachments

        public boolean isExpandAttachments()
        Check if attachments should be expanded.
        Returns:
        true if they should be expanded.
      • setExpandAttachments

        public void setExpandAttachments​(boolean expandAttachments)
        Set if attachments should be expanded.
        Parameters:
        expandAttachments - true if they should be expanded.
      • getPageTitle

        public String getPageTitle()
        Get the page title.
        Returns:
        The page title.
      • setCustomParameters

        public void setCustomParameters​(List<CustomParameter> customParameters)
        Set custom parameters.
        Parameters:
        customParameters - The CustomParameter list.
      • hasCustomParameters

        public boolean hasCustomParameters()
        Check if there are custom parameters.
        Returns:
        true if there are custom parameters.
      • getNavigationLinks

        public List<Link> getNavigationLinks()
        Get custom navigation links.
        Returns:
        The Link list.
      • setNavigationLinks

        public void setNavigationLinks​(List<Link> links)
        Set custom navigation links.
        Parameters:
        links - The Link list.