|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.avalon.fortress.impl.role.AbstractRoleManager
org.apache.avalon.fortress.impl.role.FortressRoleManager
public final class FortressRoleManager
The Excalibur Role Manager is used for Excalibur Role Mappings. All of the information is hard-coded.
Field Summary |
---|
Fields inherited from interface org.apache.avalon.fortress.RoleManager |
---|
ROLE |
Constructor Summary | |
---|---|
FortressRoleManager()
Default constructor--this RoleManager has no parent. |
|
FortressRoleManager(RoleManager parent)
Alternate constructor--this RoleManager has the specified parent. |
|
FortressRoleManager(RoleManager parent,
java.lang.ClassLoader loader)
Alternate constructor--this RoleManager has the specified parent and a classloader. |
Method Summary | |
---|---|
void |
initialize()
Initialize the role manager. |
Methods inherited from class org.apache.avalon.fortress.impl.role.AbstractRoleManager |
---|
addRole, getDefaultHandler, getLoader, getRoleForClassname, getRoleForShortName |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FortressRoleManager()
public FortressRoleManager(RoleManager parent)
parent
- The parent RoleManager
.public FortressRoleManager(RoleManager parent, java.lang.ClassLoader loader)
parent
- The parent RoleManager
.loader
- the classloaderMethod Detail |
---|
public void initialize()
initialize
in interface Initializable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |