|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector<HasCreateDTSUriResolver>
com.ihr.xbrl.om.MultiDTSUriResolverFactory
public class MultiDTSUriResolverFactory
This class can be used then multiple URI Resolvers shall be created and registered one after another. The class extends a Vector of HasCreateDTSUriResolver instances and implements the HasCreateDTSUriResolver interface.
The createAndRegisterDTSUriResolver call will call the same method on all instances in the vector in the order they are stored in the vector
| Constructor Summary | |
|---|---|
MultiDTSUriResolverFactory()
|
|
| Method Summary | |
|---|---|
void |
createAndRegisterDTSUriResolver(DTSContainer dts)
Implementors of this class should create the URIResolver instance and call the method installDTSURIResolver(URIResolver ) on the DTSContainer passed in as a parameter |
| Methods inherited from class java.util.Vector |
|---|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
iterator, listIterator, listIterator |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
iterator, listIterator, listIterator |
| Constructor Detail |
|---|
public MultiDTSUriResolverFactory()
| Method Detail |
|---|
public void createAndRegisterDTSUriResolver(DTSContainer dts)
HasCreateDTSUriResolver
createAndRegisterDTSUriResolver in interface HasCreateDTSUriResolver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||