Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » jasper » [javadoc | source]
org.apache.jasper
public final class: EmbeddedServletOptions [javadoc | source]
java.lang.Object
   org.apache.jasper.EmbeddedServletOptions

All Implemented Interfaces:
    Options

A class to hold all init parameters specific to the JSP engine.
Field Summary
public  boolean fork    Should Ant fork its java compiles of JSP pages. 
Constructor:
 public EmbeddedServletOptions(ServletConfig config,
    ServletContext context) 
    Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext.
Method from org.apache.jasper.EmbeddedServletOptions Summary:
genStringAsCharArray,   getCache,   getCheckInterval,   getClassDebugInfo,   getClassPath,   getCompiler,   getCompilerClassName,   getCompilerSourceVM,   getCompilerTargetVM,   getDevelopment,   getDisplaySourceFragment,   getErrorOnUseBeanInvalidClassAttribute,   getFork,   getIeClassId,   getJavaEncoding,   getJspConfig,   getKeepGenerated,   getMappedFile,   getModificationTestInterval,   getProperty,   getScratchDir,   getSendErrorToClient,   getTagPluginManager,   getTldLocationsCache,   getTrimSpaces,   isCaching,   isPoolingEnabled,   isSmapDumped,   isSmapSuppressed,   isXpoweredBy,   setErrorOnUseBeanInvalidClassAttribute,   setProperty,   setTldLocationsCache
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jasper.EmbeddedServletOptions Detail:
 public boolean genStringAsCharArray() 
    Are Text strings to be generated as char arrays?
 public Map getCache() 
 public int getCheckInterval() 
    Background JSP compile thread check intervall
 public boolean getClassDebugInfo() 
    Should class files be compiled with debug information?
 public String getClassPath() 
    What classpath should I use while compiling the servlets generated from JSP files?
 public String getCompiler() 
    Compiler to use.
 public String getCompilerClassName() 
    Java compiler class to use.
 public String getCompilerSourceVM() 
 public String getCompilerTargetVM() 
 public boolean getDevelopment() 
    Is Jasper being used in development mode?
 public boolean getDisplaySourceFragment() 
    Should we include a source fragment in exception messages, which could be displayed to the developer ?
 public boolean getErrorOnUseBeanInvalidClassAttribute() 
 public boolean getFork() 
 public String getIeClassId() 
    Class ID for use in the plugin tag when the browser is IE.
 public String getJavaEncoding() 
 public JspConfig getJspConfig() 
 public boolean getKeepGenerated() 
    Are we keeping generated code around?
 public boolean getMappedFile() 
    Are we supporting HTML mapped servlets?
 public int getModificationTestInterval() 
    Modification test interval.
 public String getProperty(String name) 
 public File getScratchDir() 
    What is my scratch dir?
 public boolean getSendErrorToClient() 
Deprecated!
    Should errors be sent to client or thrown into stderr?
 public TagPluginManager getTagPluginManager() 
 public TldLocationsCache getTldLocationsCache() 
 public boolean getTrimSpaces() 
    Should white spaces between directives or actions be trimmed?
 public boolean isCaching() 
 public boolean isPoolingEnabled() 
 public boolean isSmapDumped() 
    Should SMAP info for JSR45 debugging be dumped to a file?
 public boolean isSmapSuppressed() 
    Is the generation of SMAP info for JSR45 debuggin suppressed?
 public boolean isXpoweredBy() 
    Is generation of X-Powered-By response header enabled/disabled?
 public  void setErrorOnUseBeanInvalidClassAttribute(boolean b) 
 public  void setProperty(String name,
    String value) 
 public  void setTldLocationsCache(TldLocationsCache tldC)