org.apache.myfaces.component.html.ext
public class HtmlMessage extends HtmlMessage implements UserRoleAware
Version: $Revision: 169646 $ $Date: 2005-05-11 17:34:57 +0200 (Wed, 11 May 2005) $
| Field Summary | |
|---|---|
| static String | COMPONENT_TYPE |
| Constructor Summary | |
|---|---|
| HtmlMessage() | |
| Method Summary | |
|---|---|
| String | getClientId(FacesContext context) |
| String | getDetailFormat() |
| String | getEnabledOnUserRole() |
| String | getSummaryFormat() |
| String | getVisibleOnUserRole() |
| boolean | isRendered() |
| boolean | isReplaceIdWithLabel() |
| void | restoreState(FacesContext context, Object state) |
| Object | saveState(FacesContext context) |
| void | setDetailFormat(String detailFormat) |
| void | setEnabledOnUserRole(String enabledOnUserRole) |
| void | setReplaceIdWithLabel(boolean replaceIdWithLabel) |
| void | setSummaryFormat(String summaryFormat) |
| void | setVisibleOnUserRole(String visibleOnUserRole) |