| java.lang.Object com.flexive.war.webdav.NameBindingIterator
NameBindingIterator | public class NameBindingIterator implements NamingEnumeration(Code) | | An implementation of NamingEnumeration for listing the Bindings
in a context. It accepts an Iterator of DirBindings and transforms
the raw object and attributes into the output object using the
DirectoryManager.getObjectInstance method.
author: Scott_Stark@displayscape.com version: $Id: NameBindingIterator.java,v 1.1.24.1 2005/04/06 21:25:10 starksm Exp $ See Also: DirBinding |
NameBindingIterator | public NameBindingIterator(Iterator bindings, DirContext context)(Code) | | Creates new NameBindingIterator for enumerating a list of Bindings.
This is the name and raw object data/attributes that should be input into
DirectoryManager.getObjectInstance().
|
hasMoreElements | public boolean hasMoreElements()(Code) | | |
|
|