org.apache.geronimo.jasper
Class JspServletOptions
java.lang.Object
   org.apache.geronimo.jasper.JspServletOptions
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:
- genStringAsCharArrayin interface- org.apache.jasper.Options
 
- 
 
getCache
public Map getCache()
- 
- Specified by:
- getCachein interface- org.apache.jasper.Options
 
- 
 
getCheckInterval
public int getCheckInterval()
- 
- Specified by:
- getCheckIntervalin interface- org.apache.jasper.Options
 
- 
 
getClassDebugInfo
public boolean getClassDebugInfo()
- 
- Specified by:
- getClassDebugInfoin interface- org.apache.jasper.Options
 
- 
 
getClassPath
public String getClassPath()
- 
- Specified by:
- getClassPathin interface- org.apache.jasper.Options
 
- 
 
getCompiler
public String getCompiler()
- 
- Specified by:
- getCompilerin interface- org.apache.jasper.Options
 
- 
 
getCompilerClassName
public String getCompilerClassName()
- 
- Specified by:
- getCompilerClassNamein interface- org.apache.jasper.Options
 
- 
 
getCompilerSourceVM
public String getCompilerSourceVM()
- 
- Specified by:
- getCompilerSourceVMin interface- org.apache.jasper.Options
 
- 
 
getCompilerTargetVM
public String getCompilerTargetVM()
- 
- Specified by:
- getCompilerTargetVMin interface- org.apache.jasper.Options
 
- 
 
getDevelopment
public boolean getDevelopment()
- 
- Specified by:
- getDevelopmentin interface- org.apache.jasper.Options
 
- 
 
getDisplaySourceFragment
public boolean getDisplaySourceFragment()
- 
- Specified by:
- getDisplaySourceFragmentin interface- org.apache.jasper.Options
 
- 
 
getErrorOnUseBeanInvalidClassAttribute
public boolean getErrorOnUseBeanInvalidClassAttribute()
- 
- Specified by:
- getErrorOnUseBeanInvalidClassAttributein interface- org.apache.jasper.Options
 
- 
 
getFork
public boolean getFork()
- 
- Specified by:
- getForkin interface- org.apache.jasper.Options
 
- 
 
getIeClassId
public String getIeClassId()
- 
- Specified by:
- getIeClassIdin interface- org.apache.jasper.Options
 
- 
 
getJavaEncoding
public String getJavaEncoding()
- 
- Specified by:
- getJavaEncodingin interface- org.apache.jasper.Options
 
- 
 
getJspConfig
public org.apache.jasper.compiler.JspConfig getJspConfig()
- 
- Specified by:
- getJspConfigin interface- org.apache.jasper.Options
 
- 
 
getKeepGenerated
public boolean getKeepGenerated()
- 
- Specified by:
- getKeepGeneratedin interface- org.apache.jasper.Options
 
- 
 
getMappedFile
public boolean getMappedFile()
- 
- Specified by:
- getMappedFilein interface- org.apache.jasper.Options
 
- 
 
getModificationTestInterval
public int getModificationTestInterval()
- 
- Specified by:
- getModificationTestIntervalin interface- org.apache.jasper.Options
 
- 
 
getScratchDir
public File getScratchDir()
- 
- Specified by:
- getScratchDirin interface- org.apache.jasper.Options
 
- 
 
getSendErrorToClient
public boolean getSendErrorToClient()
- 
- Specified by:
- getSendErrorToClientin interface- org.apache.jasper.Options
 
- 
 
getTagPluginManager
public org.apache.jasper.compiler.TagPluginManager getTagPluginManager()
- 
- Specified by:
- getTagPluginManagerin interface- org.apache.jasper.Options
 
- 
 
getTldLocationsCache
public org.apache.jasper.compiler.TldLocationsCache getTldLocationsCache()
- 
- Specified by:
- getTldLocationsCachein interface- org.apache.jasper.Options
 
- 
 
getTrimSpaces
public boolean getTrimSpaces()
- 
- Specified by:
- getTrimSpacesin interface- org.apache.jasper.Options
 
- 
 
isCaching
public boolean isCaching()
- 
- Specified by:
- isCachingin interface- org.apache.jasper.Options
 
- 
 
isPoolingEnabled
public boolean isPoolingEnabled()
- 
- Specified by:
- isPoolingEnabledin interface- org.apache.jasper.Options
 
- 
 
isSmapDumped
public boolean isSmapDumped()
- 
- Specified by:
- isSmapDumpedin interface- org.apache.jasper.Options
 
- 
 
isSmapSuppressed
public boolean isSmapSuppressed()
- 
- Specified by:
- isSmapSuppressedin interface- org.apache.jasper.Options
 
- 
 
isXpoweredBy
public boolean isXpoweredBy()
- 
- Specified by:
- isXpoweredByin interface- org.apache.jasper.Options
 
- 
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.