|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.apache.avalon.excalibur.system.AbstractRoleManager
|
+--org.apache.avalon.excalibur.system.ExcaliburRoleManager
The Excalibur Role Manager is used for Excalibur Role Mappings. All of the information is hard-coded.
| Fields inherited from class org.apache.avalon.excalibur.system.AbstractRoleManager |
EMPTY_STRING, m_classNames, m_handlerNames, m_loader, m_parent, m_shorthands |
| Constructor Summary | |
ExcaliburRoleManager()
Default constructor--this RoleManager has no parent. |
|
ExcaliburRoleManager(RoleManager parent)
Alternate constructor--this RoleManager has the specified parent. |
|
ExcaliburRoleManager(RoleManager parent,
java.lang.ClassLoader loader)
Alternate constructor--this RoleManager has the specified parent and a classloader. |
|
| Methods inherited from class org.apache.avalon.excalibur.system.AbstractRoleManager |
getClassesForRole, getClassForName, getHandlerClassForClass, getNameForClass, getRoleForClass, setup |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExcaliburRoleManager()
public ExcaliburRoleManager(RoleManager parent)
parent - The parent RoleManager.
public ExcaliburRoleManager(RoleManager parent,
java.lang.ClassLoader loader)
parent - The parent RoleManager.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||