Class DocumentLoaderOptions

    • Field Detail

      • extractAllScripts

        private boolean extractAllScripts
      • profile

        private java.lang.String profile
      • requestProfile

        private java.util.Collection<java.lang.String> requestProfile
    • Constructor Detail

      • DocumentLoaderOptions

        public DocumentLoaderOptions()
    • Method Detail

      • isExtractAllScripts

        public boolean isExtractAllScripts()
      • setExtractAllScripts

        public void setExtractAllScripts​(boolean extractAllScripts)
      • getProfile

        public java.lang.String getProfile()
      • setProfile

        public void setProfile​(java.lang.String profile)
      • getRequestProfile

        public java.util.Collection<java.lang.String> getRequestProfile()
      • setRequestProfile

        public void setRequestProfile​(java.util.Collection<java.lang.String> requestProfile)