|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.framework.AbstractActor | +--org.apache.cocoon.framework.Router
This class implements a basic Router implementation that is used by those classes that must assign the execution of a particular pluggable instance depending on some "type reaction".
Field Summary | |
protected java.lang.String |
defaultType
|
protected java.util.Hashtable |
objects
|
Fields inherited from class org.apache.cocoon.framework.AbstractActor |
director |
Constructor Summary | |
Router()
|
Method Summary | |
java.lang.String |
getStatus()
Returns information about the status of the implementing class. |
void |
init(Configurations conf)
Initialize the class by passing its configurations. |
Methods inherited from class org.apache.cocoon.framework.AbstractActor |
init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Hashtable objects
protected java.lang.String defaultType
Constructor Detail |
public Router()
Method Detail |
public void init(Configurations conf)
Configurable
init
in interface Configurable
public java.lang.String getStatus()
Status
toString()
method because some of these methods are declared final in some
classes in JDK 1.1.getStatus
in interface Status
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |