|
|||||||||
| Home >> All >> com >> thermidor >> xml >> [ output overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.thermidor.xml.output
Class HandlerRegister

java.lang.Objectjava.util.Dictionary
java.util.Hashtable
com.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
|
|||||||||
| Home >> All >> com >> thermidor >> xml >> [ output overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC