|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxjavadoc.TagValidator
A class that can validate tags. It reuses logic from predicates.
Field Summary | |
private org.apache.commons.collections.Predicate |
_predicate
|
Constructor Summary | |
TagValidator(org.apache.commons.collections.Predicate predicate)
|
Method Summary | |
void |
setPredicate(org.apache.commons.collections.Predicate predicate)
|
void |
validate(XTag tag)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private org.apache.commons.collections.Predicate _predicate
Constructor Detail |
public TagValidator(org.apache.commons.collections.Predicate predicate)
Method Detail |
public void setPredicate(org.apache.commons.collections.Predicate predicate)
public void validate(XTag tag) throws TagValidationException
TagValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |