public class Jasper41Mangler extends Object implements JspMangler
| Constructor and Description |
|---|
Jasper41Mangler() |
| 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
|
public String mapJspToJavaName(File jspFile)
mapJspToJavaName in interface JspManglerjspFile - filepublic String mapPath(String path)
mapPath in interface JspManglerpath - not used.