|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagLibraryInfo
org.apache.jasper.compiler.TagLibraryInfoImpl
public class TagLibraryInfoImpl
Implementation of the TagLibraryInfo class from the JSP spec.
Field Summary | |
---|---|
protected TagLibraryValidator |
tagLibraryValidator
|
Fields inherited from class javax.servlet.jsp.tagext.TagLibraryInfo |
---|
functions, info, jspversion, prefix, shortname, tagFiles, tags, tlibversion, uri, urn |
Constructor Summary | |
---|---|
TagLibraryInfoImpl(JspCompilationContext ctxt,
org.apache.jasper.compiler.ParserController pc,
String prefix,
String uriIn,
String[] location,
ErrorDispatcher err)
Constructor which builds a TagLibraryInfoImpl by parsing a TLD. |
|
TagLibraryInfoImpl(String prefix,
String uri,
TagLibraryInfoImpl delegate,
PageInfo pageInfo)
Constructor which populates a TagLibraryInfoImpl from a given TagLibraryInfoImpl, and associates the new TagLibraryInfoImpl with the given translation unit (pageInfo). |
Method Summary | |
---|---|
TagLibraryInfo[] |
getTagLibraryInfos()
Returns an array of TagLibraryInfo objects representing the entire set of tag libraries (including this TagLibraryInfo) imported by taglib directives in the translation unit that references this TagLibraryInfo. |
TagLibraryValidator |
getTagLibraryValidator()
The instance (if any) for the TagLibraryValidator class. |
String |
toString()
|
ValidationMessage[] |
validate(PageData thePage)
Translation-time validation of the XML document associated with the JSP page. |
Methods inherited from class javax.servlet.jsp.tagext.TagLibraryInfo |
---|
getFunction, getFunctions, getInfoString, getPrefixString, getReliableURN, getRequiredVersion, getShortName, getTag, getTagFile, getTagFiles, getTags, getURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected TagLibraryValidator tagLibraryValidator
Constructor Detail |
---|
public TagLibraryInfoImpl(String prefix, String uri, TagLibraryInfoImpl delegate, PageInfo pageInfo)
prefix
- The taglib's namespace prefixuri
- The taglib's uridelegate
- The taglib from which the new TagLibraryInfoImpl is
populatedpublic TagLibraryInfoImpl(JspCompilationContext ctxt, org.apache.jasper.compiler.ParserController pc, String prefix, String uriIn, String[] location, ErrorDispatcher err) throws JasperException
JasperException
Method Detail |
---|
public String toString()
toString
in class Object
public TagLibraryInfo[] getTagLibraryInfos()
getTagLibraryInfos
in class TagLibraryInfo
public TagLibraryValidator getTagLibraryValidator()
public ValidationMessage[] validate(PageData thePage)
thePage
- The JSP page object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |