org.milyn.javabean.ext
Class PropertyChecker
java.lang.Object
org.milyn.javabean.ext.PropertyChecker
- All Implemented Interfaces:
- ContentHandler, DOMVisitBefore, DOMVisitor, Visitor
public class PropertyChecker
- extends Object
- implements DOMVisitBefore
Binding "property" attribute checker.
The binding "property" attribute should not be specified when binding to a Collection/Array, and must be
specified when binding to a non-collection. This visitor enforces these constraints.
- Author:
- tom.fennelly@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyChecker
public PropertyChecker()
visitBefore
public void visitBefore(Element element,
ExecutionContext execContext)
throws SmooksException
- Specified by:
visitBefore in interface DOMVisitBefore
- Throws:
SmooksException
Copyright © 2010. All Rights Reserved.