public interface RoleManager
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.java.lang.String getDefaultClassNameForRole(java.lang.String role)
java.lang.String getDefaultClassNameForHint(java.lang.String hint,
java.lang.String shorthand)