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