org.apache.tools.ant.taskdefs.optional.jsp
Class JspNameMangler
java.lang.Object
org.apache.tools.ant.taskdefs.optional.jsp.JspNameMangler
- JspMangler
public class JspNameMangler
extends java.lang.Object
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.
static String[] | keywords - this is the list of keywords which can not be used as classnames
|
String | mapJspToJavaName(File jspFile) - map from a jsp file to a java filename; does not do packages
|
String | mapPath(String path) - 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
|
keywords
public static final String[] keywords
this is the list of keywords which can not be used as classnames
mapJspToJavaName
public String mapJspToJavaName(File jspFile)
map from a jsp file to a java filename; does not do packages
- mapJspToJavaName in interface JspMangler
mapPath
public String mapPath(String path)
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
- mapPath in interface JspMangler