org.apache.geronimo.jasper
Class JspServletOptions
java.lang.Object
org.apache.geronimo.jasper.JspServletOptions
- All Implemented Interfaces:
- org.apache.jasper.Options
public class JspServletOptions
- extends Object
- implements org.apache.jasper.Options
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspServletOptions
public JspServletOptions(ServletConfig config,
ServletContext context)
- Create an EmbeddedServletOptions object using data available from
ServletConfig and ServletContext. Most calls are delegated to it.
genStringAsCharArray
public boolean genStringAsCharArray()
- Specified by:
genStringAsCharArray in interface org.apache.jasper.Options
getCache
public Map getCache()
- Specified by:
getCache in interface org.apache.jasper.Options
getCheckInterval
public int getCheckInterval()
- Specified by:
getCheckInterval in interface org.apache.jasper.Options
getClassDebugInfo
public boolean getClassDebugInfo()
- Specified by:
getClassDebugInfo in interface org.apache.jasper.Options
getClassPath
public String getClassPath()
- Specified by:
getClassPath in interface org.apache.jasper.Options
getCompiler
public String getCompiler()
- Specified by:
getCompiler in interface org.apache.jasper.Options
getCompilerClassName
public String getCompilerClassName()
- Specified by:
getCompilerClassName in interface org.apache.jasper.Options
getCompilerSourceVM
public String getCompilerSourceVM()
- Specified by:
getCompilerSourceVM in interface org.apache.jasper.Options
getCompilerTargetVM
public String getCompilerTargetVM()
- Specified by:
getCompilerTargetVM in interface org.apache.jasper.Options
getDevelopment
public boolean getDevelopment()
- Specified by:
getDevelopment in interface org.apache.jasper.Options
getDisplaySourceFragment
public boolean getDisplaySourceFragment()
- Specified by:
getDisplaySourceFragment in interface org.apache.jasper.Options
getErrorOnUseBeanInvalidClassAttribute
public boolean getErrorOnUseBeanInvalidClassAttribute()
- Specified by:
getErrorOnUseBeanInvalidClassAttribute in interface org.apache.jasper.Options
getFork
public boolean getFork()
- Specified by:
getFork in interface org.apache.jasper.Options
getIeClassId
public String getIeClassId()
- Specified by:
getIeClassId in interface org.apache.jasper.Options
getJavaEncoding
public String getJavaEncoding()
- Specified by:
getJavaEncoding in interface org.apache.jasper.Options
getJspConfig
public org.apache.jasper.compiler.JspConfig getJspConfig()
- Specified by:
getJspConfig in interface org.apache.jasper.Options
getKeepGenerated
public boolean getKeepGenerated()
- Specified by:
getKeepGenerated in interface org.apache.jasper.Options
getMappedFile
public boolean getMappedFile()
- Specified by:
getMappedFile in interface org.apache.jasper.Options
getModificationTestInterval
public int getModificationTestInterval()
- Specified by:
getModificationTestInterval in interface org.apache.jasper.Options
getScratchDir
public File getScratchDir()
- Specified by:
getScratchDir in interface org.apache.jasper.Options
getSendErrorToClient
public boolean getSendErrorToClient()
- Specified by:
getSendErrorToClient in interface org.apache.jasper.Options
getTagPluginManager
public org.apache.jasper.compiler.TagPluginManager getTagPluginManager()
- Specified by:
getTagPluginManager in interface org.apache.jasper.Options
getTldLocationsCache
public org.apache.jasper.compiler.TldLocationsCache getTldLocationsCache()
- Specified by:
getTldLocationsCache in interface org.apache.jasper.Options
getTrimSpaces
public boolean getTrimSpaces()
- Specified by:
getTrimSpaces in interface org.apache.jasper.Options
isCaching
public boolean isCaching()
- Specified by:
isCaching in interface org.apache.jasper.Options
isPoolingEnabled
public boolean isPoolingEnabled()
- Specified by:
isPoolingEnabled in interface org.apache.jasper.Options
isSmapDumped
public boolean isSmapDumped()
- Specified by:
isSmapDumped in interface org.apache.jasper.Options
isSmapSuppressed
public boolean isSmapSuppressed()
- Specified by:
isSmapSuppressed in interface org.apache.jasper.Options
isXpoweredBy
public boolean isXpoweredBy()
- Specified by:
isXpoweredBy in interface org.apache.jasper.Options
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.