Package org.wildfly.extension.undertow
Class JSPConfig
java.lang.Object
org.wildfly.extension.undertow.JSPConfig
- Author:
- Tomaz Cerar (c) 2013 Red Hat Inc.
-
Constructor Summary
ConstructorsConstructorDescriptionJSPConfig(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
-
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()
-