to.etc.domui.component.menu
Interface IMenuItemFilter


public interface IMenuItemFilter

Author:
Frits Jalvingh Created on Apr 3, 2009

Method Summary
 boolean isAllowed()
          Must return true if the current node is accessible by the user.
 void setNode(MenuItemImpl currentNode)
          Called to set the node that needs to be handled.
 

Method Detail

setNode

void setNode(MenuItemImpl currentNode)
             throws java.lang.Exception
Called to set the node that needs to be handled.

Parameters:
currentNode -
Throws:
java.lang.Exception

isAllowed

boolean isAllowed()
Must return true if the current node is accessible by the user. This must check access rights (Rights).

Returns: