Uses of Class
org.apache.jasper.JspCompilationContext

Packages that use JspCompilationContext
org.apache.jasper   
org.apache.jasper.compiler   
org.apache.jasper.servlet   
org.apache.jasper.xmlparser   
 

Uses of JspCompilationContext in org.apache.jasper
 

Methods in org.apache.jasper with parameters of type JspCompilationContext
 void JspC.generateWebMapping(String file, JspCompilationContext clctxt)
           
 

Uses of JspCompilationContext in org.apache.jasper.compiler
 

Fields in org.apache.jasper.compiler declared as JspCompilationContext
protected  JspCompilationContext Compiler.ctxt
           
 

Methods in org.apache.jasper.compiler that return JspCompilationContext
 JspCompilationContext Compiler.getCompilationContext()
           
 

Methods in org.apache.jasper.compiler with parameters of type JspCompilationContext
static InputStream JspUtil.getInputStream(String fname, JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err)
           
 void AntJavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging)
           
 void JDTJavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging)
           
 

Constructors in org.apache.jasper.compiler with parameters of type JspCompilationContext
Compiler(JspCompilationContext ctxt, JspServletWrapper jsw)
           
Compiler(JspCompilationContext ctxt, JspServletWrapper jsw, boolean jspcMode)
           
TagLibraryInfoImpl(JspCompilationContext ctxt, org.apache.jasper.compiler.ParserController pc, String prefix, String uriIn, String[] location, ErrorDispatcher err)
          Constructor which builds a TagLibraryInfoImpl by parsing a TLD.
 

Uses of JspCompilationContext in org.apache.jasper.servlet
 

Methods in org.apache.jasper.servlet that return JspCompilationContext
 JspCompilationContext JspServletWrapper.getJspEngineContext()
           
 

Uses of JspCompilationContext in org.apache.jasper.xmlparser
 

Methods in org.apache.jasper.xmlparser with parameters of type JspCompilationContext
static Object[] XMLEncodingDetector.getEncoding(String fname, JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err)
          Autodetects the encoding of the XML document supplied by the given input stream.
 



Copyright © 2007 Mort Bay Consulting. All Rights Reserved.