org.granite.client.validation
Class ServerConstraintViolation.PathImpl

java.lang.Object
  extended by org.granite.client.validation.ServerConstraintViolation.PathImpl
All Implemented Interfaces:
Iterable<Path.Node>, Path
Enclosing class:
ServerConstraintViolation

public class ServerConstraintViolation.PathImpl
extends Object
implements Path


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.validation.Path
Path.Node
 
Constructor Summary
ServerConstraintViolation.PathImpl(String path)
           
 
Method Summary
 Iterator<Path.Node> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConstraintViolation.PathImpl

public ServerConstraintViolation.PathImpl(String path)
Method Detail

iterator

public Iterator<Path.Node> iterator()
Specified by:
iterator in interface Iterable<Path.Node>