Uses of Interface
org.apache.jasper.Options

Packages that use Options
org.apache.jasper   
org.apache.jasper.runtime   
org.apache.jasper.servlet   
 

Uses of Options in org.apache.jasper
 

Classes in org.apache.jasper that implement Options
 class EmbededServletOptions
          A class to hold all init parameters specific to the JSP engine.
 class JasperOptionsImpl
          Another implementation of Options, backed by a Properties file and with no external dependencies.
 class JspC
          Shell for the jspc compiler.
 

Methods in org.apache.jasper that return Options
 Options JspEngineContext.getOptions()
          Get hold of the Options object for this context.
 Options CommandLineContext.getOptions()
          Get hold of the Options object for this context.
 Options JasperEngineContext.getOptions()
          Get hold of the Options object for this context.
 Options JspCompilationContext.getOptions()
          Get hold of the Options object for this context.
 

Methods in org.apache.jasper with parameters of type Options
 void JasperEngineContext.setOptions(Options options)
           
 

Constructors in org.apache.jasper with parameters of type Options
JspEngineContext(JasperLoader loader, java.lang.String classpath, javax.servlet.ServletContext context, java.lang.String jspFile, boolean isErrPage, Options options, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
CommandLineContext(JasperLoader newLoader, java.lang.String newClassPath, java.lang.String newJspFile, java.lang.String newUriBase, java.lang.String newUriRoot, boolean newErrPage, Options newOptions)
           
 

Uses of Options in org.apache.jasper.runtime
 

Fields in org.apache.jasper.runtime declared as Options
protected  Options JspLoader.options
           
 

Methods in org.apache.jasper.runtime with parameters of type Options
 void JspLoader.setOptions(Options options)
           
 

Uses of Options in org.apache.jasper.servlet
 

Fields in org.apache.jasper.servlet declared as Options
protected  Options JspServlet.options
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.