Uses of Interface
org.apache.jasper.JspCompilationContext

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

Uses of JspCompilationContext in org.apache.jasper
 

Classes in org.apache.jasper that implement JspCompilationContext
 class CommandLineContext
          Holds data used on a per-page compilation context that would otherwise spill over to other pages being compiled.
 class JasperEngineContext
          Alternative implementation of JspCompilationContext ( in addition to the servlet and standalone ).
 class JspEngineContext
          A place holder for various things that are used through out the JSP engine.
 

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 with parameters of type JspCompilationContext
static JspReader JspReader.createJspReader(java.lang.String file, JspCompilationContext ctx, java.lang.String encoding)
           
 void Generator.init(JspCompilationContext ctxt)
           
 void TagBeginGenerator.init(JspCompilationContext ctxt)
           
 void PluginGenerator.init(JspCompilationContext ctxt)
           
 

Constructors in org.apache.jasper.compiler with parameters of type JspCompilationContext
TagLibraryInfoImpl(JspCompilationContext ctxt, java.lang.String prefix, java.lang.String uriIn)
           
JspReader(java.lang.String file, JspCompilationContext ctx, java.lang.String encoding)
           
JspCompiler(JspCompilationContext ctxt)
           
Compiler(JspCompilationContext ctxt)
           
 

Uses of JspCompilationContext in org.apache.jasper.servlet
 

Methods in org.apache.jasper.servlet with parameters of type JspCompilationContext
 boolean JspServlet.isOutDated(java.io.File jsp, JspCompilationContext ctxt, Mangler mangler)
          Determines whether the current JSP class is older than the JSP file from whence it came
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.