com.opensymphony.xwork.validator.validators
Class CollectionFieldValidator.PropertySpliter

java.lang.Object
  extended by 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

Constructor Summary
CollectionFieldValidator.PropertySpliter(String properties)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionFieldValidator.PropertySpliter

public CollectionFieldValidator.PropertySpliter(String properties)

WebWork Project Page