Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.thermidor.xml.output
Class HandlerRegister  view HandlerRegister download HandlerRegister.java

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended bycom.thermidor.xml.output.HandlerRegister
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class HandlerRegister
extends java.util.Hashtable


Nested Class Summary
 class HandlerRegister.HandlerInitException
           
 class HandlerRegister.HandlerRegisterException
           
 class HandlerRegister.InvalidHandlerClass
           
 class HandlerRegister.NoHandlerForType
           
 
Nested classes inherited from class java.util.Hashtable
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
private static java.lang.Class[] DEFAULT_CONS
           
private static java.lang.Object[] DEFAULT_CONS_ARGS
           
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
HandlerRegister()
           
 
Method Summary
 OutputHandler newHandler(OutputType type)
           
 void putHandlerType(OutputType type, java.lang.Class handlerClass)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_CONS

private static final java.lang.Class[] DEFAULT_CONS

DEFAULT_CONS_ARGS

private static final java.lang.Object[] DEFAULT_CONS_ARGS
Constructor Detail

HandlerRegister

public HandlerRegister()
Method Detail

putHandlerType

public void putHandlerType(OutputType type,
                           java.lang.Class handlerClass)
                    throws HandlerRegister.HandlerRegisterException

newHandler

public OutputHandler newHandler(OutputType type)
                         throws HandlerRegister.HandlerRegisterException