net.sf.navigator.menu
Interface PermissionsAdapter

All Known Implementing Classes:
RolesPermissionsAdapter, SimplePermissionsAdapter

public interface PermissionsAdapter

Defines a pluggable adapter into the menu framework that is used for checking permissions on menus.

Author:
ssayles

Method Summary
 boolean isAllowed(MenuComponent menu)
          If the menu is allowed, this should return true.
 

Method Detail

isAllowed

boolean isAllowed(MenuComponent menu)
If the menu is allowed, this should return true.

Returns:
whether or not the menu is allowed.


Copyright © 2003-2007 SourceForge. All Rights Reserved.