Package org.apache.jasper
Class EmbeddedServletOptions
- java.lang.Object
-
- org.apache.jasper.EmbeddedServletOptions
-
-
Field Summary
Fields Modifier and Type Field Description booleanforkShould Ant fork its java compiles of JSP pages.
-
Constructor Summary
Constructors Constructor Description EmbeddedServletOptions(javax.servlet.ServletConfig config, javax.servlet.ServletContext context)Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangenStringAsByteArray()Are text strings to be generated as byte arrays, if the page is unbuffered?booleangenStringAsCharArray()Are Text strings to be generated as char arrays?intgetCheckInterval()Background JSP compile thread check intervallbooleangetClassDebugInfo()Should class files be compiled with debug information?StringgetClassPath()What classpath should I use while compiling the servlets generated from JSP files?StringgetCompiler()Compiler to use.StringgetCompilerClassName()The name of class that implements JavaCompiler, used for Java compilations.StringgetCompilerSourceVM()Compiler source VM, e.g.StringgetCompilerTargetVM()The compiler target VM, e.g.booleangetDevelopment()Is Jasper being used in development mode?booleangetErrorOnUseBeanInvalidClassAttribute()Returns true if Jasper issues a compilation error instead of a runtime Instantiation error if the class attribute specified in useBean action is invalid.booleangetFork()boolean flag to tell Ant whether to fork JSP page compilations.StringgetIeClassId()Class ID for use in the plugin tag when the browser is IE.intgetInitialCapacity()Gets initial capacity of HashMap which maps JSPs to their corresponding servlets.StringgetJavaEncoding()Java platform encoding to generate the JSP page servlet.JspConfiggetJspConfig()Obtain JSP configuration informantion specified in web.xml.booleangetKeepGenerated()Are we keeping generated code around?booleangetMappedFile()Are we supporting HTML mapped servlets?intgetModificationTestInterval()Modification test interval.StringgetProperty(String name)booleangetSaveBytecode()If class files are generated as byte arrays, should they be saved to disk at the end of compilations?FilegetScratchDir()What is my scratch dir?booleangetSendErrorToClient()Should errors be sent to client or thrown into stderr?StringgetSystemClassPath()Gets the system class path.TagPluginManagergetTagPluginManager()Obtain a Tag Plugin ManagerTldScannergetTldScanner()The cache for the location of the TLD's for the various tag libraries 'exposed' by the web application.booleangetTrimSpaces()Should white spaces between directives or actions be trimmed?booleangetUsePrecompiled()Returns the value of the usePrecompiled (or use-precompiled) init param.booleanisDefaultBufferNone()If the buffer attribute for the page directive is not specified, is the default "none"?booleanisPoolingEnabled()Returns true if tag handler pooling is enabled, false otherwise.booleanisSmapDumped()Should SMAP info for JSR45 debugging be dumped to a file?booleanisSmapSuppressed()Is the generation of SMAP info for JSR45 debuggin suppressed?booleanisValidationEnabled()booleanisXpoweredBy()Is generation of X-Powered-By response header enabled/disabled?voidsetErrorOnUseBeanInvalidClassAttribute(boolean b)voidsetProperty(String name, String value)
-
-
-
Method Detail
-
getKeepGenerated
public boolean getKeepGenerated()
Are we keeping generated code around?- Specified by:
getKeepGeneratedin interfaceOptions
-
getSaveBytecode
public boolean getSaveBytecode()
Description copied from interface:OptionsIf class files are generated as byte arrays, should they be saved to disk at the end of compilations?- Specified by:
getSaveBytecodein interfaceOptions
-
getTrimSpaces
public boolean getTrimSpaces()
Should white spaces between directives or actions be trimmed?- Specified by:
getTrimSpacesin interfaceOptions
-
isPoolingEnabled
public boolean isPoolingEnabled()
Description copied from interface:OptionsReturns true if tag handler pooling is enabled, false otherwise.- Specified by:
isPoolingEnabledin interfaceOptions
-
getMappedFile
public boolean getMappedFile()
Are we supporting HTML mapped servlets?- Specified by:
getMappedFilein interfaceOptions
-
getSendErrorToClient
public boolean getSendErrorToClient()
Should errors be sent to client or thrown into stderr?- Specified by:
getSendErrorToClientin interfaceOptions
-
getClassDebugInfo
public boolean getClassDebugInfo()
Should class files be compiled with debug information?- Specified by:
getClassDebugInfoin interfaceOptions
-
getCheckInterval
public int getCheckInterval()
Background JSP compile thread check intervall- Specified by:
getCheckIntervalin interfaceOptions
-
getModificationTestInterval
public int getModificationTestInterval()
Modification test interval.- Specified by:
getModificationTestIntervalin interfaceOptions
-
getDevelopment
public boolean getDevelopment()
Is Jasper being used in development mode?- Specified by:
getDevelopmentin interfaceOptions
-
isSmapSuppressed
public boolean isSmapSuppressed()
Is the generation of SMAP info for JSR45 debuggin suppressed?- Specified by:
isSmapSuppressedin interfaceOptions
-
isSmapDumped
public boolean isSmapDumped()
Should SMAP info for JSR45 debugging be dumped to a file?- Specified by:
isSmapDumpedin interfaceOptions
-
genStringAsCharArray
public boolean genStringAsCharArray()
Are Text strings to be generated as char arrays?- Specified by:
genStringAsCharArrayin interfaceOptions
-
genStringAsByteArray
public boolean genStringAsByteArray()
Description copied from interface:OptionsAre text strings to be generated as byte arrays, if the page is unbuffered?- Specified by:
genStringAsByteArrayin interfaceOptions
-
isDefaultBufferNone
public boolean isDefaultBufferNone()
Description copied from interface:OptionsIf the buffer attribute for the page directive is not specified, is the default "none"?- Specified by:
isDefaultBufferNonein interfaceOptions
-
getIeClassId
public String getIeClassId()
Class ID for use in the plugin tag when the browser is IE.- Specified by:
getIeClassIdin interfaceOptions
-
getScratchDir
public File getScratchDir()
What is my scratch dir?- Specified by:
getScratchDirin interfaceOptions
-
getClassPath
public String getClassPath()
What classpath should I use while compiling the servlets generated from JSP files?- Specified by:
getClassPathin interfaceOptions
-
getSystemClassPath
public String getSystemClassPath()
Gets the system class path.- Specified by:
getSystemClassPathin interfaceOptions- Returns:
- The system class path
-
isXpoweredBy
public boolean isXpoweredBy()
Is generation of X-Powered-By response header enabled/disabled?- Specified by:
isXpoweredByin interfaceOptions
-
getCompiler
public String getCompiler()
Compiler to use.- Specified by:
getCompilerin interfaceOptions
-
getCompilerTargetVM
public String getCompilerTargetVM()
Description copied from interface:OptionsThe compiler target VM, e.g. 1.1, 1.2, 1.3, 1.4, or 1.5.- Specified by:
getCompilerTargetVMin interfaceOptions- See Also:
Options.getCompilerTargetVM()
-
getCompilerSourceVM
public String getCompilerSourceVM()
Description copied from interface:OptionsCompiler source VM, e.g. 1.3, 1.4, or 1.5.- Specified by:
getCompilerSourceVMin interfaceOptions- See Also:
Options.getCompilerSourceVM()
-
getCompilerClassName
public String getCompilerClassName()
Description copied from interface:OptionsThe name of class that implements JavaCompiler, used for Java compilations.- Specified by:
getCompilerClassNamein interfaceOptions- See Also:
Options#getCompilerName
-
getErrorOnUseBeanInvalidClassAttribute
public boolean getErrorOnUseBeanInvalidClassAttribute()
Description copied from interface:OptionsReturns true if Jasper issues a compilation error instead of a runtime Instantiation error if the class attribute specified in useBean action is invalid.- Specified by:
getErrorOnUseBeanInvalidClassAttributein interfaceOptions
-
setErrorOnUseBeanInvalidClassAttribute
public void setErrorOnUseBeanInvalidClassAttribute(boolean b)
-
getTldScanner
public TldScanner getTldScanner()
Description copied from interface:OptionsThe cache for the location of the TLD's for the various tag libraries 'exposed' by the web application. A tag library is 'exposed' either explicitely in web.xml or implicitely via the uri tag in the TLD of a taglib deployed in a jar file (WEB-INF/lib).- Specified by:
getTldScannerin interfaceOptions- Returns:
- the instance of the TldScanner for the web-application.
-
getJavaEncoding
public String getJavaEncoding()
Description copied from interface:OptionsJava platform encoding to generate the JSP page servlet.- Specified by:
getJavaEncodingin interfaceOptions
-
getFork
public boolean getFork()
Description copied from interface:Optionsboolean flag to tell Ant whether to fork JSP page compilations.
-
getJspConfig
public JspConfig getJspConfig()
Description copied from interface:OptionsObtain JSP configuration informantion specified in web.xml.- Specified by:
getJspConfigin interfaceOptions
-
getTagPluginManager
public TagPluginManager getTagPluginManager()
Description copied from interface:OptionsObtain a Tag Plugin Manager- Specified by:
getTagPluginManagerin interfaceOptions
-
getInitialCapacity
public int getInitialCapacity()
Gets initial capacity of HashMap which maps JSPs to their corresponding servlets.- Specified by:
getInitialCapacityin interfaceOptions
-
getUsePrecompiled
public boolean getUsePrecompiled()
Returns the value of the usePrecompiled (or use-precompiled) init param.- Specified by:
getUsePrecompiledin interfaceOptions
-
isValidationEnabled
public boolean isValidationEnabled()
- Specified by:
isValidationEnabledin interfaceOptions
-
-