public class JspNameMangler extends java.lang.Object implements JspMangler
Modifier and Type | Field and Description |
---|---|
static java.lang.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 |
---|---|
java.lang.String |
mapJspToJavaName(java.io.File jspFile)
map from a jsp file to a java filename; does not do packages
|
java.lang.String |
mapPath(java.lang.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 java.lang.String[] keywords
public java.lang.String mapJspToJavaName(java.io.File jspFile)
mapJspToJavaName
in interface JspMangler
jspFile
- filepublic java.lang.String mapPath(java.lang.String path)
mapPath
in interface JspMangler
path
- not used