| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow | |
| org.wildfly.swarm.config.undertow.servlet_container |
| Modifier and Type | Method and Description |
|---|---|
JspSetting |
ServletContainer.jspSetting()
JSP container configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ServletContainer |
ServletContainer.jspSetting(JspSetting value)
JSP container configuration.
|
| Modifier and Type | Method and Description |
|---|---|
JspSetting |
JspSetting.checkInterval(Integer value)
Check interval for JSP updates using a background thread.
|
JspSetting |
JspSetting.development(Boolean value)
Enable Development mode which enables reloading JSP on-the-fly
|
JspSetting |
JspSetting.disabled(Boolean value)
Enable the JSP container.
|
JspSetting |
JspSetting.displaySourceFragment(Boolean value)
When a runtime error occurs, attempts to display corresponding JSP source fragment
|
JspSetting |
JspSetting.dumpSmap(Boolean value)
Write SMAP data to a file.
|
JspSetting |
JspSetting.errorOnUseBeanInvalidClassAttribute(Boolean value)
Enable errors when using a bad class in useBean.
|
JspSetting |
JspSetting.generateStringsAsCharArrays(Boolean value)
Generate String constants as char arrays.
|
JspSetting |
JspSetting.javaEncoding(String value)
Specify the encoding used for Java sources.
|
JspSetting |
JspSetting.keepGenerated(Boolean value)
Keep the generated Servlets.
|
JspSetting |
JspSetting.mappedFile(Boolean value)
Map to the JSP source.
|
JspSetting |
JspSetting.modificationTestInterval(Integer value)
Minimum amount of time between two tests for updates, in seconds.
|
JspSetting |
JspSetting.optimizeScriptlets(Boolean value)
If JSP scriptlets should be optimised to remove string concatenation
|
JspSetting |
JspSetting.recompileOnFail(Boolean value)
Retry failed JSP compilations on each request.
|
JspSetting |
JspSetting.scratchDir(String value)
Specify a different work directory.
|
JspSetting |
JspSetting.smap(Boolean value)
Enable SMAP.
|
JspSetting |
JspSetting.sourceVm(String value)
Source VM level for compilation.
|
JspSetting |
JspSetting.tagPooling(Boolean value)
Enable tag pooling.
|
JspSetting |
JspSetting.targetVm(String value)
Target VM level for compilation.
|
JspSetting |
JspSetting.trimSpaces(Boolean value)
Trim some spaces from the generated Servlet.
|
JspSetting |
JspSetting.xPoweredBy(Boolean value)
Enable advertising the JSP engine in x-powered-by.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.