org.apache.tools.ant.taskdefs.optional.jsp

Class Jasper41Mangler

public class Jasper41Mangler extends Object implements 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: org.apache.jasper.JspCompilationContext

Method Summary
StringmapJspToJavaName(File jspFile)
map from a jsp file to a java filename; does not do packages
StringmapPath(String path)
taking in the substring representing the path relative to the source dir return a new string representing the destination path

Method Detail

mapJspToJavaName

public String mapJspToJavaName(File jspFile)
map from a jsp file to a java filename; does not do packages

Parameters: jspFile file

Returns: java filename

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

UNKNOWN:

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.