org.apache.tools.ant.taskdefs.optional.jsp
public interface JspMangler
Method Summary | |
---|---|
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 |
Parameters: jspFile file
Returns: java filename
Parameters: path the path to map.
Returns: the mapped path.