public class JspNameMangler extends Object implements JspMangler
| Modifier and Type | Field and Description |
|---|---|
static String[] |
keywords
this is the list of keywords which can not be used as classnames
|
| Constructor and Description |
|---|
JspNameMangler() |
| Modifier and Type | Method and Description |
|---|---|
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 doesn't either
|
public static final String[] keywords
public String mapJspToJavaName(File jspFile)
mapJspToJavaName in interface JspManglerjspFile - filepublic String mapPath(String path)
mapPath in interface JspManglerpath - not used