Uses of Class
org.apache.jasper.compiler.Compiler

Packages that use Compiler
org.apache.jasper   
org.apache.jasper.compiler   
 

Uses of Compiler in org.apache.jasper
 

Methods in org.apache.jasper that return Compiler
 Compiler JasperEngineContext.createCompiler()
           
 Compiler JspEngineContext.createCompiler()
          Create a "Compiler" object based on some init param data.
 Compiler JspCompilationContext.createCompiler()
          Create a "Compiler" object based on some init param data.
 Compiler CommandLineContext.createCompiler()
          Create a "Compiler" object based on some init param data.
 

Uses of Compiler in org.apache.jasper.compiler
 

Subclasses of Compiler in org.apache.jasper.compiler
 class CommandLineCompiler
          Overrides some methods so that we get the desired effects.
 class JspCompiler
          JspCompiler is an implementation of Compiler with a funky code mangling and code generation scheme! The reason that it is both a sub-class of compiler and an implementation of mangler is because the isOutDated method that is overridden and the name mangulation both depend on the actual existance of other class and java files.
 



Copyright ? 2001 Apache Software Foundation. All Rights Reserved.