org.apache.cocoon.generation
Class VelocityGenerator.JSIntrospector.ScriptableIterator

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


Constructor Summary
VelocityGenerator.JSIntrospector.ScriptableIterator(org.mozilla.javascript.Scriptable scope)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityGenerator.JSIntrospector.ScriptableIterator

public VelocityGenerator.JSIntrospector.ScriptableIterator(org.mozilla.javascript.Scriptable scope)
Method Detail

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.