org.apache.jasper
public final class EmbeddedServletOptions extends Object implements Options
| Field Summary | |
|---|---|
| boolean | fork
Should Ant fork its java compiles of JSP pages. |
| Constructor Summary | |
|---|---|
| EmbeddedServletOptions(ServletConfig config, ServletContext context)
Create an EmbeddedServletOptions object using data available from
ServletConfig and ServletContext. | |
| Method Summary | |
|---|---|
| boolean | genStringAsCharArray()
Are Text strings to be generated as char arrays? |
| Map | getCache() |
| int | getCheckInterval()
Background JSP compile thread check intervall |
| boolean | getClassDebugInfo()
Should class files be compiled with debug information? |
| String | getClassPath()
What classpath should I use while compiling the servlets
generated from JSP files? |
| String | getCompiler()
Compiler to use. |
| String | getCompilerSourceVM() |
| String | getCompilerTargetVM() |
| boolean | getDevelopment()
Is Jasper being used in development mode? |
| boolean | getErrorOnUseBeanInvalidClassAttribute() |
| boolean | getFork() |
| String | getIeClassId()
Class ID for use in the plugin tag when the browser is IE. |
| String | getJavaEncoding() |
| JspConfig | getJspConfig() |
| boolean | getKeepGenerated()
Are we keeping generated code around? |
| boolean | getMappedFile()
Are we supporting HTML mapped servlets? |
| int | getModificationTestInterval()
Modification test interval. |
| String | getProperty(String name) |
| File | getScratchDir()
What is my scratch dir? |
| boolean | getSendErrorToClient()
Should errors be sent to client or thrown into stderr? |
| TagPluginManager | getTagPluginManager() |
| TldLocationsCache | getTldLocationsCache() |
| boolean | getTrimSpaces()
Should white spaces between directives or actions be trimmed? |
| boolean | isCaching() |
| boolean | isPoolingEnabled() |
| boolean | isSmapDumped()
Should SMAP info for JSR45 debugging be dumped to a file? |
| boolean | isSmapSuppressed()
Is the generation of SMAP info for JSR45 debuggin suppressed? |
| boolean | isXpoweredBy()
Is generation of X-Powered-By response header enabled/disabled? |
| void | setErrorOnUseBeanInvalidClassAttribute(boolean b) |
| void | setProperty(String name, String value) |
| void | setTldLocationsCache(TldLocationsCache tldC) |
See Also: Options
See Also: Options