| 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 | Class and Description |
|---|---|
class |
JSPSetting<T extends JSPSetting>
JSP container configuration.
|
interface |
JSPSettingConfigurator<T extends JSPSetting> |
| 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.