|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--org.apache.cocoon.framework.Manager
This class is used to create and control software actors.
Fields inherited from class java.util.Hashtable |
count,
ENTRIES,
entrySet,
KEYS,
keySet,
loadFactor,
modCount,
serialVersionUID,
table,
threshold,
values,
VALUES |
Constructor Summary | |
Manager()
|
Method Summary | |
java.lang.Object |
create(java.lang.String name)
Create the instance of a class given its name. |
java.lang.Object |
create(java.lang.String name,
Configurations conf)
Create the instance of a class and, if configurable, use the given configurations to configure it. |
java.util.Vector |
create(java.util.Vector names)
Create a vector of instances. |
java.util.Vector |
create(java.util.Vector names,
Configurations conf)
Create a vector of instances with given configurations. |
Actor |
getActor(java.lang.String role)
Get the actor currently playing the given role. |
java.util.Enumeration |
getRoles()
Get the roles currently set. |
void |
init(Director director)
Initialize the actor by indicating their director. |
void |
setRole(java.lang.String role,
Actor actor)
Set the actor for the role. |
Methods inherited from class java.util.Hashtable |
clear,
clone,
contains,
containsKey,
containsValue,
elements,
entrySet,
equals,
get,
hashCode,
isEmpty,
keys,
keySet,
put,
putAll,
readObject,
rehash,
remove,
size,
toString,
values,
writeObject |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Manager()
Method Detail |
public void init(Director director)
public java.lang.Object create(java.lang.String name)
public java.lang.Object create(java.lang.String name, Configurations conf) throws java.lang.RuntimeException
public java.util.Vector create(java.util.Vector names)
public java.util.Vector create(java.util.Vector names, Configurations conf)
public Actor getActor(java.lang.String role)
public void setRole(java.lang.String role, Actor actor)
public java.util.Enumeration getRoles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |