| |
|
| java.lang.Object org.apache.jasper.EmbeddedServletOptions
EmbeddedServletOptions | final public class EmbeddedServletOptions implements Options(Code) | | A class to hold all init parameters specific to the JSP engine.
author: Anil K. Vijendran author: Hans Bergsten author: Pierre Delisle |
Field Summary | |
public boolean | fork Should Ant fork its java compiles of JSP pages. |
fork | public boolean fork(Code) | | Should Ant fork its java compiles of JSP pages.
|
EmbeddedServletOptions | public EmbeddedServletOptions(ServletConfig config, ServletContext context)(Code) | | Create an EmbeddedServletOptions object using data available from
ServletConfig and ServletContext.
|
genStringAsCharArray | public boolean genStringAsCharArray()(Code) | | Are Text strings to be generated as char arrays?
|
getCheckInterval | public int getCheckInterval()(Code) | | Background JSP compile thread check intervall
|
getClassDebugInfo | public boolean getClassDebugInfo()(Code) | | Should class files be compiled with debug information?
|
getClassPath | public String getClassPath()(Code) | | What classpath should I use while compiling the servlets
generated from JSP files?
|
getCompiler | public String getCompiler()(Code) | | Compiler to use.
|
getCompilerClassName | public String getCompilerClassName()(Code) | | Java compiler class to use.
|
getDevelopment | public boolean getDevelopment()(Code) | | Is Jasper being used in development mode?
|
getDisplaySourceFragment | public boolean getDisplaySourceFragment()(Code) | | Should we include a source fragment in exception messages, which could be displayed
to the developer ?
|
getErrorOnUseBeanInvalidClassAttribute | public boolean getErrorOnUseBeanInvalidClassAttribute()(Code) | | |
getFork | public boolean getFork()(Code) | | |
getIeClassId | public String getIeClassId()(Code) | | Class ID for use in the plugin tag when the browser is IE.
|
getKeepGenerated | public boolean getKeepGenerated()(Code) | | Are we keeping generated code around?
|
getMappedFile | public boolean getMappedFile()(Code) | | Are we supporting HTML mapped servlets?
|
getModificationTestInterval | public int getModificationTestInterval()(Code) | | Modification test interval.
|
getScratchDir | public File getScratchDir()(Code) | | What is my scratch dir?
|
getSendErrorToClient | public boolean getSendErrorToClient()(Code) | | Should errors be sent to client or thrown into stderr?
|
getTrimSpaces | public boolean getTrimSpaces()(Code) | | Should white spaces between directives or actions be trimmed?
|
isCaching | public boolean isCaching()(Code) | | |
isPoolingEnabled | public boolean isPoolingEnabled()(Code) | | |
isSmapDumped | public boolean isSmapDumped()(Code) | | Should SMAP info for JSR45 debugging be dumped to a file?
|
isSmapSuppressed | public boolean isSmapSuppressed()(Code) | | Is the generation of SMAP info for JSR45 debuggin suppressed?
|
isXpoweredBy | public boolean isXpoweredBy()(Code) | | Is generation of X-Powered-By response header enabled/disabled?
|
setErrorOnUseBeanInvalidClassAttribute | public void setErrorOnUseBeanInvalidClassAttribute(boolean b)(Code) | | |
|
|
|