org.apache.myfaces.component
Interface UserRoleAware
- 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.
$Revision: 169646 $ $Date: 2005-05-11 17:34:57 +0200 (Wed, 11 May 2005) $- Manfred Geiler (latest modification by $Author: grantsmith $)
ENABLED_ON_USER_ROLE_ATTR
public static final String ENABLED_ON_USER_ROLE_ATTR
VISIBLE_ON_USER_ROLE_ATTR
public static final String VISIBLE_ON_USER_ROLE_ATTR
getEnabledOnUserRole
public String getEnabledOnUserRole()
getVisibleOnUserRole
public String getVisibleOnUserRole()
setEnabledOnUserRole
public void setEnabledOnUserRole(String userRole)
setVisibleOnUserRole
public void setVisibleOnUserRole(String userRole)