org.apache.taglibs.standard.tei
Class XmlParseTEI
java.lang.Object
javax.servlet.jsp.tagext.TagExtraInfo
org.apache.taglibs.standard.tei.XmlParseTEI
public class XmlParseTEI
- extends TagExtraInfo
An implementation of TagExtraInfo that implements validation for
's attributes
- Author:
- Shawn Bayern
Method Summary |
boolean |
isValid(TagData us)
Translation-time validation of the attributes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlParseTEI
public XmlParseTEI()
isValid
public boolean isValid(TagData us)
- Description copied from class:
TagExtraInfo
- Translation-time validation of the attributes.
Request-time attributes are indicated as such in the TagData parameter.
Note that the preferred way to do validation is with the validate()
method, since it can return more detailed information.
- Overrides:
isValid
in class TagExtraInfo
- Parameters:
us
- The TagData instance.
- Returns:
- Whether this tag instance is valid.
- See Also:
TagExtraInfo.validate(javax.servlet.jsp.tagext.TagData)
Copyright © 2008 Mort Bay Consulting. All Rights Reserved.