|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagLibraryInfo
org.apache.jasper.compiler.TagLibraryInfoImpl
public class TagLibraryInfoImpl
Implementation of the TagLibraryInfo class from the JSP spec.
| 字段摘要 | |
|---|---|
protected TagLibraryValidator |
tagLibraryValidator
|
| 从类 javax.servlet.jsp.tagext.TagLibraryInfo 继承的字段 |
|---|
functions, info, jspversion, prefix, shortname, tagFiles, tags, tlibversion, uri, urn |
| 构造方法摘要 | |
|---|---|
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). |
|
| 方法摘要 | |
|---|---|
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. |
| 从类 javax.servlet.jsp.tagext.TagLibraryInfo 继承的方法 |
|---|
getFunction, getFunctions, getInfoString, getPrefixString, getReliableURN, getRequiredVersion, getShortName, getTag, getTagFile, getTagFiles, getTags, getURI |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
protected TagLibraryValidator tagLibraryValidator
| 构造方法详细信息 |
|---|
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
populatedpageInfo - The translation unit with which the new TagLibraryInfoImpl is
to be associated
public TagLibraryInfoImpl(JspCompilationContext ctxt,
org.apache.jasper.compiler.ParserController pc,
String prefix,
String uriIn,
String[] location,
ErrorDispatcher err)
throws JasperException
JasperException| 方法详细信息 |
|---|
public String toString()
Object 中的 toStringpublic TagLibraryInfo[] getTagLibraryInfos()
TagLibraryInfo 中的 getTagLibraryInfospublic TagLibraryValidator getTagLibraryValidator()
public ValidationMessage[] validate(PageData thePage)
thePage - The JSP page object
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||