Class JSPConfig


  • public class JSPConfig
    extends Object
    Author:
    Tomaz Cerar (c) 2013 Red Hat Inc.
    • Constructor Summary

      Constructors 
      Constructor Description
      JSPConfig​(boolean developmentMode, boolean disabled, boolean keepGenerated, boolean trimSpaces, boolean tagPooling, boolean mappedFile, int checkInterval, int modificationTestInterval, boolean recompileOnFail, boolean smap, boolean dumpSmap, boolean genStringAsCharArray, boolean errorOnUseBeanInvalidClassAttribute, String scratchDir, String sourceVm, String targetVm, String javaEncoding, boolean xPoweredBy, boolean displaySourceFragment, boolean optimizeScriptlets)  
    • Constructor Detail

      • JSPConfig

        public JSPConfig​(boolean developmentMode,
                         boolean disabled,
                         boolean keepGenerated,
                         boolean trimSpaces,
                         boolean tagPooling,
                         boolean mappedFile,
                         int checkInterval,
                         int modificationTestInterval,
                         boolean recompileOnFail,
                         boolean smap,
                         boolean dumpSmap,
                         boolean genStringAsCharArray,
                         boolean errorOnUseBeanInvalidClassAttribute,
                         String scratchDir,
                         String sourceVm,
                         String targetVm,
                         String javaEncoding,
                         boolean xPoweredBy,
                         boolean displaySourceFragment,
                         boolean optimizeScriptlets)
    • Method Detail

      • createJSPServletInfo

        public io.undertow.servlet.api.ServletInfo createJSPServletInfo()