Class Jasper41Mangler
java.lang.Object
org.apache.tools.ant.taskdefs.optional.jsp.Jasper41Mangler
- All Implemented Interfaces:
- JspMangler
this class implements the name mangling rules of the jasper in tomcat4.1.x
 which is likely to remain for some time
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Jasper41Manglerpublic Jasper41Mangler()
 
- 
- 
Method Details- 
mapJspToJavaNamemap from a jsp file to a java filename; does not do packages- Specified by:
- mapJspToJavaNamein interface- JspMangler
- Parameters:
- jspFile- file
- Returns:
- java filename
 
- 
mapPathtaking in the substring representing the path relative to the source dir return a new string representing the destination path- Specified by:
- mapPathin interface- JspMangler
- Parameters:
- path- not used.
- Returns:
- null as this is not implemented.
- To do:
 
 
-