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