Class ExportConfiguration


  • public class ExportConfiguration
    extends Object
    • Constructor Detail

      • ExportConfiguration

        public ExportConfiguration()
    • Method Detail

      • getOutputFileName

        public String getOutputFileName()
      • isPageOnly

        public boolean isPageOnly()
      • isSelectionOnly

        public boolean isSelectionOnly()
      • getEncodingType

        public String getEncodingType()
      • getPreProcessor

        public javax.el.MethodExpression getPreProcessor()
      • setPreProcessor

        public ExportConfiguration setPreProcessor​(javax.el.MethodExpression preProcessor)
      • getPostProcessor

        public javax.el.MethodExpression getPostProcessor()
      • setPostProcessor

        public ExportConfiguration setPostProcessor​(javax.el.MethodExpression postProcessor)
      • getOnTableRender

        public javax.el.MethodExpression getOnTableRender()
      • setOnTableRender

        public ExportConfiguration setOnTableRender​(javax.el.MethodExpression onTableRender)