org.apache.cocoon.generation
Class VelocityGenerator.JSIntrospector.ScriptableIterator
java.lang.Object
org.apache.cocoon.generation.VelocityGenerator.JSIntrospector.ScriptableIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- VelocityGenerator.JSIntrospector
public static class VelocityGenerator.JSIntrospector.ScriptableIterator
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityGenerator.JSIntrospector.ScriptableIterator
public VelocityGenerator.JSIntrospector.ScriptableIterator(org.mozilla.javascript.Scriptable scope)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.