1 package org.appfuse.webapp.internal;
2
3
4 /**
5 * Menu context used to communicate between the menu and menuitem components
6 *
7 * @author Serge Eby
8 */
9 public interface MenuContext {
10 boolean isActive(String id);
11 }