Interface DirectExportBean

    • Method Detail

      • getDirectExport

        boolean getDirectExport()
        Returns if the export bean was called by a Direct Export link (new page enforced)
        Returns:
        a boolean value indicating if the request comes from a Direct Export link
      • setDirectExport

        void setDirectExport​(boolean value)
        Sets if the export bean was called by a Direct Export link (new page enforced)
        Parameters:
        value - a boolean value indicating if the request comes from a Direct Export link
      • getSkipOutput

        boolean getSkipOutput()
        Get if this bean shall not generate any output - if it is only used for processing other information
        Returns:
        boolean value indicating if the output of this bean should be rendered to the user or not.
      • setSkipOutput

        void setSkipOutput​(boolean value)
        Sets if this bean shall not generate any output - if it is only used for processing other information
        Parameters:
        value - boolean value indicating if the output of this bean should be rendered to the user or not.