|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.jsp.Jasper41Mangler
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
Constructor Summary | |
Jasper41Mangler()
|
Method Summary | |
java.lang.String |
mapJspToJavaName(java.io.File jspFile)
map from a jsp file to a java filename; does not do packages |
java.lang.String |
mapPath(java.lang.String path)
taking in the substring representing the path relative to the source dir return a new string representing the destination path |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Jasper41Mangler()
Method Detail |
public java.lang.String mapJspToJavaName(java.io.File jspFile)
mapJspToJavaName
in interface JspMangler
jspFile
- file
public java.lang.String mapPath(java.lang.String path)
mapPath
in interface JspMangler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |