FileDocCategorySizeDatePackage
JspMangler.javaAPI DocApache Ant 1.701564Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant.taskdefs.optional.jsp

JspMangler

public interface JspMangler
This is an interface to the Mangler service that jspc needs to map JSP file names to java files. Note the complete lack of correlation with Jasper's mangler interface.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringmapJspToJavaName(java.io.File jspFile)
map from a jsp file to a java filename; does not do packages

param
jspFile file
return
java filename

public java.lang.StringmapPath(java.lang.String path)
taking in the substring representing the path relative to the source dir return a new string representing the destination path

param
path the path to map.
return
the mapped path.