org.apache.tools.ant.taskdefs.optional.jsp
Class Jasper41Mangler
java.lang.Object
org.apache.tools.ant.taskdefs.optional.jsp.Jasper41Mangler
- JspMangler
public class Jasper41Mangler
extends java.lang.Object
this class implements the name mangling rules of the jasper in tomcat4.1.x
which is likely to remain for some time
org.apache.jasper.JspCompilationContext
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
|
mapJspToJavaName
public String mapJspToJavaName(File jspFile)
map from a jsp file to a java filename; does not do packages
- mapJspToJavaName in interface JspMangler
mapPath
public String mapPath(String path)
taking in the substring representing the path relative to the source dir
return a new string representing the destination path
- mapPath in interface JspMangler
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.