Class JSPConfig

java.lang.Object
org.wildfly.extension.undertow.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)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.undertow.servlet.api.ServletInfo
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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 Details

    • createJSPServletInfo

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