public java.lang.String
mapJspToJavaName
(java.io.File jspFile)
[Specified in JspMangler]
map from a jsp file to a java filename; does not do packages
map from a jsp file to a java filename; does not do packages
Returns:
java filename
Parameters: - jspFile - file
public java.lang.String
mapPath
(java.lang.String path)
[Specified in JspMangler]
taking in the substring representing the path relative to the source dir
return a new string representing the destination path
not supported, as jasper in tomcat4.0 doesnt either
taking in the substring representing the path relative to the source dir return a new string representing the destination path not supported, as jasper in tomcat4.0 doesnt either
Returns:
null always.
Parameters: - path - not used