public interface JspMangler
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
|