|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection java.util.AbstractList java.util.ArrayList com.openharbor.beck.configure.Mapping
A search list. Each request for information is delegated to the first element of the list that is able to supply it.
Nested Class Summary |
Nested classes inherited from class com.openharbor.beck.map.Configuration |
Configuration.MarshalSelector, Configuration.Selector, Configuration.UnmarshalSelector |
Field Summary | |
protected org.apache.commons.logging.Log |
log
|
Fields inherited from class java.util.AbstractList |
modCount |
Fields inherited from interface com.openharbor.beck.map.Configuration |
CLASS, EMPTY_STRING, EXCLUDE_PROPERTIES, FACTORY, GETTER, IDENTIFIER, INCLUDE_PROPERTIES, MAP_FROM_XML, MAPPER, MARSHALLER, MINIMAL_XML, MODEL, NAMER, NO_XML, PACKAGES, PROPERTY, RECEIVER, SETTER, UNMARSHALLER, XML |
Constructor Summary | |
Mapping()
|
Method Summary | |
java.lang.Object |
get(Configuration.Selector selector)
Get configuration information. |
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
Field Detail |
protected final org.apache.commons.logging.Log log
Constructor Detail |
public Mapping()
Method Detail |
public java.lang.Object get(Configuration.Selector selector)
Configuration
get
in interface Configuration
selector
- identifies what information is wanted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |