org.apache.tools.ant.taskdefs.optional.jsp
public class JspNameMangler extends Object implements JspMangler
| Field Summary | |
|---|---|
| static String[] | keywords
this is the list of keywords which can not be used as classnames |
| Method Summary | |
|---|---|
| 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 |
Parameters: jspFile file
Returns: java filename
Parameters: path not used
Returns: null always.