| Interface | Description | 
|---|---|
| JspMangler | This is an interface to the Mangler service that jspc needs to map
 JSP file names to java files. | 
| Class | Description | 
|---|---|
| Jasper41Mangler | this class implements the name mangling rules of the jasper in tomcat4.1.x
 which is likely to remain for some time | 
| JspC | Runs a JSP compiler. | 
| JspC.WebAppParameter | static inner class used as a parameter element | 
| JspNameMangler | This is a class derived from the Jasper code
 (org.apache.jasper.compiler.CommandLineCompiler) to map from a JSP filename
 to a valid Java classname. | 
| WLJspc | Precompiles JSP's using WebLogic's JSP compiler (weblogic.jspc). |