org.apache.myfaces.config.impl.digester.elements
Class ListEntriesImpl
java.lang.Object
org.apache.myfaces.config.element.ListEntries
org.apache.myfaces.config.impl.digester.elements.ListEntriesImpl
- All Implemented Interfaces:
- Serializable
public class ListEntriesImpl
- extends ListEntries
- implements Serializable
- Author:
- Oliver Rossmueller
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListEntriesImpl
public ListEntriesImpl()
getValueClass
public String getValueClass()
- Specified by:
getValueClass
in class ListEntries
setValueClass
public void setValueClass(String valueClass)
addEntry
public void addEntry(ListEntry entry)
getListEntries
public Iterator<ListEntry> getListEntries()
- Specified by:
getListEntries
in class ListEntries
- Returns:
- Iterator over
ListEntry
entries
Copyright © 2015 The Apache Software Foundation. All rights reserved.