|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.apache.jasper.EmbeddedServletOptions
public final class EmbeddedServletOptions
A class to hold all init parameters specific to the JSP engine.
| 字段摘要 | |
|---|---|
boolean |
fork
Should Ant fork its java compiles of JSP pages. |
| 构造方法摘要 | |
|---|---|
EmbeddedServletOptions(ServletConfig config,
ServletContext context)
Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext. |
|
| 方法摘要 | |
|---|---|
boolean |
genStringAsByteArray()
Are text strings to be generated as byte arrays, if the page is unbuffered? |
boolean |
genStringAsCharArray()
Are Text strings to be generated as char arrays? |
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()
Compiler source VM, e.g. 1.3, 1.4, or 1.5. |
String |
getCompilerTargetVM()
The compiler target VM, e.g. 1.1, 1.2, 1.3, 1.4, or 1.5. |
boolean |
getDevelopment()
Is Jasper being used in development mode? |
boolean |
getErrorOnUseBeanInvalidClassAttribute()
Returns true if Jasper issues a compilation error instead of a runtime Instantiation error if the class attribute specified in useBean action is invalid. |
boolean |
getFork()
boolean flag to tell Ant whether to fork JSP page compilations. |
String |
getIeClassId()
Class ID for use in the plugin tag when the browser is IE. |
int |
getInitialCapacity()
Gets initial capacity of HashMap which maps JSPs to their corresponding servlets. |
String |
getJavaEncoding()
Java platform encoding to generate the JSP page servlet. |
JspConfig |
getJspConfig()
Obtain JSP configuration informantion specified in web.xml. |
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)
|
boolean |
getSaveBytecode()
If class files are generated as byte arrays, should they be saved to disk at the end of compilations? |
File |
getScratchDir()
What is my scratch dir? |
boolean |
getSendErrorToClient()
Should errors be sent to client or thrown into stderr? |
String |
getSystemClassPath()
Gets the system class path. |
TagPluginManager |
getTagPluginManager()
Obtain a Tag Plugin Manager |
TldScanner |
getTldScanner()
The cache for the location of the TLD's for the various tag libraries 'exposed' by the web application. |
boolean |
getTrimSpaces()
Should white spaces between directives or actions be trimmed? |
boolean |
getUsePrecompiled()
Returns the value of the usePrecompiled (or use-precompiled) init param. |
boolean |
isDefaultBufferNone()
If the buffer attribute for the page directive is not specified, is the default "none"? |
boolean |
isPoolingEnabled()
Returns true if tag handler pooling is enabled, false otherwise. |
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 |
isValidationEnabled()
|
boolean |
isXpoweredBy()
Is generation of X-Powered-By response header enabled/disabled? |
void |
setErrorOnUseBeanInvalidClassAttribute(boolean b)
|
void |
setProperty(String name,
String value)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public boolean fork
| 构造方法详细信息 |
|---|
public EmbeddedServletOptions(ServletConfig config,
ServletContext context)
| 方法详细信息 |
|---|
public String getProperty(String name)
public void setProperty(String name,
String value)
public boolean getKeepGenerated()
Options 中的 getKeepGeneratedpublic boolean getSaveBytecode()
Options 复制的描述
Options 中的 getSaveBytecodepublic boolean getTrimSpaces()
Options 中的 getTrimSpacespublic boolean isPoolingEnabled()
Options 复制的描述
Options 中的 isPoolingEnabledpublic boolean getMappedFile()
Options 中的 getMappedFilepublic boolean getSendErrorToClient()
Options 中的 getSendErrorToClientpublic boolean getClassDebugInfo()
Options 中的 getClassDebugInfopublic int getCheckInterval()
Options 中的 getCheckIntervalpublic int getModificationTestInterval()
Options 中的 getModificationTestIntervalpublic boolean getDevelopment()
Options 中的 getDevelopmentpublic boolean isSmapSuppressed()
Options 中的 isSmapSuppressedpublic boolean isSmapDumped()
Options 中的 isSmapDumpedpublic boolean genStringAsCharArray()
Options 中的 genStringAsCharArraypublic boolean genStringAsByteArray()
Options 复制的描述
Options 中的 genStringAsByteArraypublic boolean isDefaultBufferNone()
Options 复制的描述
Options 中的 isDefaultBufferNonepublic String getIeClassId()
Options 中的 getIeClassIdpublic File getScratchDir()
Options 中的 getScratchDirpublic String getClassPath()
Options 中的 getClassPathpublic String getSystemClassPath()
Options 中的 getSystemClassPathpublic boolean isXpoweredBy()
Options 中的 isXpoweredBypublic String getCompiler()
Options 中的 getCompilerpublic String getCompilerTargetVM()
Options 复制的描述
Options 中的 getCompilerTargetVMOptions.getCompilerTargetVM()public String getCompilerSourceVM()
Options 复制的描述
Options 中的 getCompilerSourceVMOptions.getCompilerSourceVM()public boolean getErrorOnUseBeanInvalidClassAttribute()
Options 复制的描述
Options 中的 getErrorOnUseBeanInvalidClassAttributepublic void setErrorOnUseBeanInvalidClassAttribute(boolean b)
public TldScanner getTldScanner()
Options 复制的描述
Options 中的 getTldScannerpublic String getJavaEncoding()
Options 复制的描述
Options 中的 getJavaEncodingpublic boolean getFork()
Options 复制的描述
Options 中的 getForkpublic JspConfig getJspConfig()
Options 复制的描述
Options 中的 getJspConfigpublic TagPluginManager getTagPluginManager()
Options 复制的描述
Options 中的 getTagPluginManagerpublic int getInitialCapacity()
Options 中的 getInitialCapacitypublic boolean getUsePrecompiled()
Options 中的 getUsePrecompiledpublic boolean isValidationEnabled()
Options 中的 isValidationEnabled
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||