|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RoleManager Interface, use this to specify the Roles and how they correspond easy shorthand names.
Method Summary | |
java.lang.String |
getDefaultClassNameForHint(java.lang.String hint,
java.lang.String shorthand)
Deprecated. Get the default classname for a given hint type. |
java.lang.String |
getDefaultClassNameForRole(java.lang.String role)
Deprecated. Get the default classname for a given role. |
java.lang.String |
getRoleForName(java.lang.String shorthandName)
Deprecated. Find Role name based on shorthand name. |
Method Detail |
public java.lang.String getRoleForName(java.lang.String shorthandName)
null
or an empty string, then the
shorthand name is assumed to be a "reserved word". In other
words, you should not try to instantiate a class from an empty
role.
public java.lang.String getDefaultClassNameForRole(java.lang.String role)
public java.lang.String getDefaultClassNameForHint(java.lang.String hint, java.lang.String shorthand)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |