Interface MenuItemRegistry
-
- All Known Implementing Classes:
MenuItemRegistryImpl
public interface MenuItemRegistry
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERVICE_NAME
-
Method Summary
Modifier and Type Method Description java.util.Optional<MenuItem>
getMenuItem(java.lang.Class<? extends org.apache.wicket.Page> aClass)
java.util.List<MenuItem>
getMenuItems()
-
-
-
Field Detail
-
SERVICE_NAME
static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-