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