com.caucho.jsp
Class TagFileManager
java.lang.Object
com.caucho.jsp.TagFileManager
public class TagFileManager
- extends java.lang.Object
Stores the information for the .tags
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagFileManager
public TagFileManager(JspCompiler compiler)
getTag
public TagInfo getTag(java.lang.String prefix,
java.lang.String shortName,
java.lang.String location)
throws JspParseException
- Throws:
JspParseException
getTag
public TagInfo getTag(java.lang.String prefix,
java.lang.String location)
throws JspParseException
- Throws:
JspParseException
getTag
public TagInfo getTag(java.lang.String location,
TagTaglib taglib)
throws JspParseException
- Throws:
JspParseException
getTag
public TagInfo getTag(Path path,
java.lang.String prefix,
java.lang.String location)
throws JspParseException
- Throws:
JspParseException
getTag
public TagInfo getTag(Path path,
java.lang.String location,
TagTaglib taglib)
throws JspParseException
- Throws:
JspParseException
loadClass
public java.lang.Class loadClass(java.lang.String className)
throws java.lang.Exception
- Throws:
java.lang.Exception