org.apache.myfaces.component

Interface UserRoleAware

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 $)

Field Summary
static StringENABLED_ON_USER_ROLE_ATTR
static StringVISIBLE_ON_USER_ROLE_ATTR
Method Summary
StringgetEnabledOnUserRole()
StringgetVisibleOnUserRole()
voidsetEnabledOnUserRole(String userRole)
voidsetVisibleOnUserRole(String userRole)

Field Detail

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

Method Detail

getEnabledOnUserRole

public String getEnabledOnUserRole()

getVisibleOnUserRole

public String getVisibleOnUserRole()

setEnabledOnUserRole

public void setEnabledOnUserRole(String userRole)

setVisibleOnUserRole

public void setVisibleOnUserRole(String userRole)