API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.taskdefs.optional.jsp. JspNameMangler View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      JspNameMangler
Implements
 JspMangler
Subclasses
Description
public class 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.
See also:   
Constructors
public JspNameMangler ()
Methods
Hide/Show inherited methods
public java.lang.String mapJspToJavaName (java.io.File jspFile) [Specified in JspMangler]
  map from a jsp file to a java filename; does not do packages
public java.lang.String mapPath (java.lang.String path) [Specified in JspMangler]
  taking in the substring representing the path relative to the source dir return a new string representing the destination path not supported, as jasper in tomcat4.0 doesnt either
Fields
Hide/Show inherited fields
publicfinalstatic java.lang.String keywords
this is the list of keywords which can not be used as classnames
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar