Package com.jalios.jcms.taglib.menu
Interface MenuInfoFilter
-
- All Known Implementing Classes:
TopbarMenuInfoFilter
public interface MenuInfoFilterAllows to work onMenuInfocomponent.To reject an item, see
isAccepted(MenuInfo).If an item is not rejected, it can be updated using
update(MenuInfo).- Author:
- Nicolas Dos Santos, Sylvain Devaux
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMENU_INFO_FILTER_ATTR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAccepted(MenuInfo menuInfo)Allows to reject givenMenuInfoitem.MenuInfoupdate(MenuInfo menuInfo)Allows to update givenMenuInfoitem when it has been accepted.
-
-
-
Field Detail
-
MENU_INFO_FILTER_ATTR
static final java.lang.String MENU_INFO_FILTER_ATTR
- See Also:
- Constant Field Values
-
-