org.apache.tools.ant.taskdefs.optional.jsp
public class Jasper41Mangler extends Object implements JspMangler
See Also: "org.apache.jasper.JspCompilationContext"
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 not used.
Returns: null as this is not implemented.
UNKNOWN: