|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.portlets.security.rolemgt.RoleMgtRenderUtil
Utility class used for rendering.
Field Summary | |
private static String |
DETAIL_SUFFIX
|
Constructor Summary | |
RoleMgtRenderUtil()
|
Method Summary | |
static org.apache.myfaces.custom.tabbedpane.HtmlPanelTabbedPane |
findTabbedPane(javax.faces.component.UIComponent component)
Utility method used to locate the tabbed panel component. |
static org.apache.myfaces.custom.tree.HtmlTree |
findTree(javax.faces.component.UIComponent component)
Utility method used to locate the tree table component. |
private static String |
getBundleString(ResourceBundle bundle,
String key)
Utility to get a bundle string. |
static javax.faces.application.FacesMessage |
getMessage(Locale locale,
javax.faces.application.FacesMessage.Severity severity,
String messageId,
String bundleName,
Object[] args)
Utility to get validation messages. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String DETAIL_SUFFIX
Constructor Detail |
public RoleMgtRenderUtil()
Method Detail |
public static org.apache.myfaces.custom.tabbedpane.HtmlPanelTabbedPane findTabbedPane(javax.faces.component.UIComponent component)
Utility method used to locate the tabbed panel component.
component
- The component.
HtmlPanelTabbedPane
.public static org.apache.myfaces.custom.tree.HtmlTree findTree(javax.faces.component.UIComponent component)
Utility method used to locate the tree table component.
component
- The component.
HtmlTree
.public static javax.faces.application.FacesMessage getMessage(Locale locale, javax.faces.application.FacesMessage.Severity severity, String messageId, String bundleName, Object[] args)
Utility to get validation messages.
locale
- The locale.severity
- The severity.messageId
- The messageId.bundleName
- The bundleName.args
- The args.
FacesMessage
private static String getBundleString(ResourceBundle bundle, String key)
Utility to get a bundle string.
bundle
- The bundle.key
- The key.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |