Uses of Interface
org.apache.jasper.compiler.Mangler

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

Uses of Mangler in org.apache.jasper.compiler
 

Classes in org.apache.jasper.compiler that implement Mangler
 class CommandLineCompiler
          Overrides some methods so that we get the desired effects.
 class JasperMangler
          Mangler implementation - use the directory of the jsp file as a package name, minimize "special" encoding - in general, simpler and predictible names for the common case.
 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.
 

Fields in org.apache.jasper.compiler declared as Mangler
protected  Mangler Compiler.mangler
           
 

Methods in org.apache.jasper.compiler with parameters of type Mangler
 void Compiler.setMangler(Mangler mangler)
          Set Mangler which will be used as part of compile().
 

Uses of Mangler in org.apache.jasper.servlet
 

Methods in org.apache.jasper.servlet with parameters of type Mangler
 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.