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(ServletConfig config, ServletContext context)Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleangenStringAsCharArray()Indicates whether text strings are to be generated as char arrays.java.util.Map<java.lang.String,TagLibraryInfo>getCache()The web-application wide cache for the TagLibraryInfo tag library descriptors, used ifOptions.isCaching()returnstrue.intgetCheckInterval()booleangetClassDebugInfo()java.lang.StringgetClassPath()java.lang.StringgetCompiler()Compiler to use.java.lang.StringgetCompilerClassName()java.lang.StringgetCompilerSourceVM()java.lang.StringgetCompilerTargetVM()booleangetDevelopment()Main development flag, which enables detailed error reports with sources, as well automatic recompilation of JSPs and tag files.booleangetDisplaySourceFragment()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()The boolean flag to tell Ant whether to fork JSP page compilations.java.lang.StringgetIeClassId()Deprecated.java.lang.StringgetJavaEncoding()JspConfiggetJspConfig()intgetJspIdleTimeout()booleangetKeepGenerated()booleangetMappedFile()intgetMaxLoadedJsps()The maximum number of loaded jsps per web-application.intgetModificationTestInterval()java.lang.StringgetProperty(java.lang.String name)booleangetQuoteAttributeEL()booleangetRecompileOnFail()java.io.FilegetScratchDir()booleangetStrictQuoteEscaping()TagPluginManagergetTagPluginManager()TldCachegetTldCache()The cache that maps URIs, resource paths and parsed TLD files for the various tag libraries 'exposed' by the web application.TrimSpacesOptiongetTrimSpaces()java.lang.StringgetUseNonstandardTagOptimizations()A string containing a comma-separated list of names to which custom tag implementations should be applied.booleanisCaching()booleanisPoolingEnabled()booleanisSmapDumped()This setting is ignored if suppressSmap() istrue.booleanisSmapSuppressed()booleanisXpoweredBy()voidsetErrorOnUseBeanInvalidClassAttribute(boolean b)voidsetProperty(java.lang.String name, java.lang.String value)voidsetQuoteAttributeEL(boolean b)voidsetTldCache(TldCache tldCache)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jasper.Options
getGeneratedJavaAddTimestamp
-
-
-
-
Constructor Detail
-
EmbeddedServletOptions
public EmbeddedServletOptions(ServletConfig config, ServletContext context)
Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext.- Parameters:
config- The Servlet configcontext- The Servlet context
-
-
Method Detail
-
getProperty
public java.lang.String getProperty(java.lang.String name)
-
setProperty
public void setProperty(java.lang.String name, java.lang.String value)
-
setQuoteAttributeEL
public void setQuoteAttributeEL(boolean b)
-
getQuoteAttributeEL
public boolean getQuoteAttributeEL()
- Specified by:
getQuoteAttributeELin interfaceOptions- Returns:
trueif EL expressions used within attributes should have the quoting rules in JSP.1.6 applied to the expression.
-
getKeepGenerated
public boolean getKeepGenerated()
- Specified by:
getKeepGeneratedin interfaceOptions- Returns:
trueto keep the generated source
-
getTrimSpaces
public TrimSpacesOption getTrimSpaces()
- Specified by:
getTrimSpacesin interfaceOptions- Returns:
TrimSpacesOption.TRUEto remove template text that consists only of whitespace from the output completely,TrimSpacesOption.SINGLEto replace such template text with a single space,TrimSpacesOption.FALSEto leave such template text unchanged orTrimSpacesOption.EXTENDEDto remove template text that consists only of whitespace and to replace any sequence of whitespace and new lines within template text with a single new line.
-
getUseNonstandardTagOptimizations
public java.lang.String getUseNonstandardTagOptimizations()
Description copied from interface:OptionsA string containing a comma-separated list of names to which custom tag implementations should be applied. Unknown or unused tag entries are harmless. Generally defined via an init parameter on the JspServlet.- Specified by:
getUseNonstandardTagOptimizationsin interfaceOptions- Returns:
- which tags to use
-
isPoolingEnabled
public boolean isPoolingEnabled()
- Specified by:
isPoolingEnabledin interfaceOptions- Returns:
trueif tag handler pooling is enabled,falseotherwise.
-
getMappedFile
public boolean getMappedFile()
- Specified by:
getMappedFilein interfaceOptions- Returns:
trueif HTML mapped Servlets are supported.
-
getClassDebugInfo
public boolean getClassDebugInfo()
- Specified by:
getClassDebugInfoin interfaceOptions- Returns:
trueif debug information in included in compiled classes.
-
getCheckInterval
public int getCheckInterval()
- Specified by:
getCheckIntervalin interfaceOptions- Returns:
- background compile thread check interval in seconds
-
getModificationTestInterval
public int getModificationTestInterval()
- Specified by:
getModificationTestIntervalin interfaceOptions- Returns:
- modification test interval.
-
getRecompileOnFail
public boolean getRecompileOnFail()
- Specified by:
getRecompileOnFailin interfaceOptions- Returns:
trueif re-compile will occur on a failure.
-
getDevelopment
public boolean getDevelopment()
Description copied from interface:OptionsMain development flag, which enables detailed error reports with sources, as well automatic recompilation of JSPs and tag files. This setting should usually befalsewhen running in production.- Specified by:
getDevelopmentin interfaceOptions- Returns:
trueif Jasper is in development mode
-
isSmapSuppressed
public boolean isSmapSuppressed()
- Specified by:
isSmapSuppressedin interfaceOptions- Returns:
trueto suppress generation of SMAP info for JSR45 debugging.
-
isSmapDumped
public boolean isSmapDumped()
Description copied from interface:OptionsThis setting is ignored if suppressSmap() istrue.- Specified by:
isSmapDumpedin interfaceOptions- Returns:
trueto write SMAP info for JSR45 debugging to a file.
-
genStringAsCharArray
public boolean genStringAsCharArray()
Description copied from interface:OptionsIndicates whether text strings are to be generated as char arrays.- Specified by:
genStringAsCharArrayin interfaceOptions- Returns:
trueif text strings are to be generated as char arrays,falseotherwise
-
getIeClassId
@Deprecated public java.lang.String getIeClassId()
Deprecated.Description copied from interface:OptionsGets the class-id value that is sent to Internet Explorer when using <jsp:plugin> tags.- Specified by:
getIeClassIdin interfaceOptions- Returns:
- Class-id value
-
getScratchDir
public java.io.File getScratchDir()
- Specified by:
getScratchDirin interfaceOptions- Returns:
- the work folder
-
getClassPath
public java.lang.String getClassPath()
- Specified by:
getClassPathin interfaceOptions- Returns:
- the classpath used to compile generated Servlets
-
isXpoweredBy
public boolean isXpoweredBy()
- Specified by:
isXpoweredByin interfaceOptions- Returns:
trueto generate a X-Powered-By response header.
-
getCompiler
public java.lang.String getCompiler()
Description copied from interface:OptionsCompiler to use.If
null(the default), the java compiler from Eclipse JDT project, bundled with Tomcat, will be used. Otherwise, thejavactask from Apache Ant will be used to call an external java compiler and the value of this option will be passed to it. See Apache Ant documentation for the possible values.- Specified by:
getCompilerin interfaceOptions- Returns:
- the compiler name
-
getCompilerTargetVM
public java.lang.String getCompilerTargetVM()
- Specified by:
getCompilerTargetVMin interfaceOptions- Returns:
- the compiler target VM, e.g. 1.8.
-
getCompilerSourceVM
public java.lang.String getCompilerSourceVM()
- Specified by:
getCompilerSourceVMin interfaceOptions- Returns:
- the compiler source VM, e.g. 1.8.
-
getCompilerClassName
public java.lang.String getCompilerClassName()
- Specified by:
getCompilerClassNamein interfaceOptions- Returns:
- Jasper Java compiler class to use.
-
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- Returns:
trueto get an error
-
setErrorOnUseBeanInvalidClassAttribute
public void setErrorOnUseBeanInvalidClassAttribute(boolean b)
-
getTldCache
public TldCache getTldCache()
Description copied from interface:OptionsThe cache that maps URIs, resource paths and parsed TLD files for the various tag libraries 'exposed' by the web application. A tag library is 'exposed' either explicitly in web.xml or implicitly via the uri tag in the TLD of a taglib deployed in a jar file (WEB-INF/lib).- Specified by:
getTldCachein interfaceOptions- Returns:
- the instance of the TldCache for the web-application.
-
setTldCache
public void setTldCache(TldCache tldCache)
-
getJavaEncoding
public java.lang.String getJavaEncoding()
- Specified by:
getJavaEncodingin interfaceOptions- Returns:
- Java platform encoding to generate the JSP page servlet.
-
getFork
public boolean getFork()
Description copied from interface:OptionsThe boolean flag to tell Ant whether to fork JSP page compilations.Is used only when Jasper uses an external java compiler (wrapped through a
javacApache Ant task).
-
getJspConfig
public JspConfig getJspConfig()
- Specified by:
getJspConfigin interfaceOptions- Returns:
- JSP configuration information specified in web.xml.
-
getTagPluginManager
public TagPluginManager getTagPluginManager()
- Specified by:
getTagPluginManagerin interfaceOptions- Returns:
- a Tag Plugin Manager
-
isCaching
public boolean isCaching()
-
getCache
public java.util.Map<java.lang.String,TagLibraryInfo> getCache()
Description copied from interface:OptionsThe web-application wide cache for the TagLibraryInfo tag library descriptors, used ifOptions.isCaching()returnstrue.Using this cache avoids the cost of repeating the parsing of a tag library descriptor XML file (performed by TagLibraryInfoImpl.parseTLD).
-
getDisplaySourceFragment
public boolean getDisplaySourceFragment()
- Specified by:
getDisplaySourceFragmentin interfaceOptions- Returns:
trueto include a source fragment in exception messages.
-
getMaxLoadedJsps
public int getMaxLoadedJsps()
Description copied from interface:OptionsThe maximum number of loaded jsps per web-application. If there are more jsps loaded, they will be unloaded. If unset or less than 0, no jsps are unloaded.- Specified by:
getMaxLoadedJspsin interfaceOptions- Returns:
- The JSP count
-
getJspIdleTimeout
public int getJspIdleTimeout()
- Specified by:
getJspIdleTimeoutin interfaceOptions- Returns:
- the idle time in seconds after which a JSP is unloaded. If unset or less or equal than 0, no jsps are unloaded.
-
getStrictQuoteEscaping
public boolean getStrictQuoteEscaping()
- Specified by:
getStrictQuoteEscapingin interfaceOptions- Returns:
trueif the quote escaping required by section JSP.1.6 of the JSP specification should be applied to scriplet expression.
-
-