com.ihr.xbrl.om
Class MultiDTSUriResolverFactory

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.Vector<HasCreateDTSUriResolver>
              extended by com.ihr.xbrl.om.MultiDTSUriResolverFactory
All Implemented Interfaces:
HasCreateDTSUriResolver, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<HasCreateDTSUriResolver>, java.util.Collection<HasCreateDTSUriResolver>, java.util.List<HasCreateDTSUriResolver>, java.util.RandomAccess

public class MultiDTSUriResolverFactory
extends java.util.Vector<HasCreateDTSUriResolver>
implements HasCreateDTSUriResolver

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

Since:
2.6.12
Author:
Ignacio
See Also:
Serialized Form

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

MultiDTSUriResolverFactory

public MultiDTSUriResolverFactory()
Method Detail

createAndRegisterDTSUriResolver

public void createAndRegisterDTSUriResolver(DTSContainer dts)
Description copied from interface: HasCreateDTSUriResolver
Implementors of this class should create the URIResolver instance and call the method installDTSURIResolver(URIResolver ) on the DTSContainer passed in as a parameter

Specified by:
createAndRegisterDTSUriResolver in interface HasCreateDTSUriResolver


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa