Interface ActionsModel
- All Known Implementing Classes:
ActionsModelImpl
public interface ActionsModel
The content of the actions tag; the groups and actions.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
-
Method Details
-
getGroups
Map<String,ActionGroupModel> getGroups() -
getActions
Map<String,ActionModel> getActions() -
hasGroups
boolean hasGroups() -
hasActions
boolean hasActions()
-