Jasper41Mangler
, JspNameMangler
public interface JspMangler
Modifier and Type | Method | 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
|
java.lang.String mapJspToJavaName(java.io.File jspFile)
jspFile
- filejava.lang.String mapPath(java.lang.String path)
path
- the path to map.