org.apache.myfaces.component
Interface UserRoleAware
- All Known Implementing Classes:
- Div, HtmlCommandButton, HtmlCommandJSCookMenu, HtmlCommandLink, HtmlCommandNavigation, HtmlCommandSortHeader, HtmlDataScroller, HtmlDataTable, HtmlGraphicImage, HtmlInputDate, HtmlInputFileUpload, HtmlInputSecret, HtmlInputText, HtmlInputTextarea, HtmlInputTextHelp, HtmlMessage, HtmlMessages, HtmlOutputLabel, HtmlOutputText, HtmlPanelGrid, HtmlPanelGroup, HtmlPanelNavigation, HtmlSelectBooleanCheckbox, HtmlSelectManyCheckbox, HtmlSelectManyListbox, HtmlSelectManyMenu, HtmlSelectOneListbox, HtmlSelectOneMenu, HtmlSelectOneRadio, HtmlTag, InputHtml, SelectOneCountry, SelectOneLanguage, UINavigationMenuItem
public interface UserRoleAware
Behavioral interface.
Components that support user role checking should implement this interface
to optimize property access.
- Version:
- $Revision: 169646 $ $Date: 2005-05-11 17:34:57 +0200 (Wed, 11 May 2005) $
- Author:
- Manfred Geiler (latest modification by $Author: grantsmith $)
ENABLED_ON_USER_ROLE_ATTR
static final java.lang.String ENABLED_ON_USER_ROLE_ATTR
- See Also:
- Constant Field Values
VISIBLE_ON_USER_ROLE_ATTR
static final java.lang.String VISIBLE_ON_USER_ROLE_ATTR
- See Also:
- Constant Field Values
getEnabledOnUserRole
java.lang.String getEnabledOnUserRole()
setEnabledOnUserRole
void setEnabledOnUserRole(java.lang.String userRole)
getVisibleOnUserRole
java.lang.String getVisibleOnUserRole()
setVisibleOnUserRole
void setVisibleOnUserRole(java.lang.String userRole)