com.opensymphony.xwork.validator.validators
Class CollectionFieldValidator.PropertySpliter
java.lang.Object
com.opensymphony.xwork.validator.validators.CollectionFieldValidator.PropertySpliter
- Enclosing class:
- CollectionFieldValidator
protected class CollectionFieldValidator.PropertySpliter
- extends Object
Splits up the properties
supplied, eg. if the properties
is "persons.addresses.name", the iterator()
method would return a
CollectionFieldValidator.CloneableIterator
with the following entries
in order.
- Version:
- $Date$ $Id$
- Author:
- tmjee
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionFieldValidator.PropertySpliter
public CollectionFieldValidator.PropertySpliter(String properties)