| Interface | Description |
|---|---|
| Access |
The right to access the specified data object.
|
| ActionFactory |
The actionFactory translates between string based actions, and class based actions.
|
| AllActions |
A special action that implies all other actions.
|
| Enable |
the right to enable a component.
|
| Inherit |
Used by containers to specify that all of there children inherit these actions.
|
| Render |
The right to render / read (from) the specified
Component /
IModel. |
| WaspAction |
Immutable mapping for
Action with added logic for implies
checks. |
| WaspActionFactory |
The actionFactory translates between the wicket actions, which are string based, and the
waspactions, which are based on something else (depending on the implementation).
|
| Class | Description |
|---|---|
| AbstractWaspAction |
Immutable
WaspAction class. |
| Actions |
Actions maintains the collection of
ActionFactorys. |
| Exception | Description |
|---|---|
| RegistrationException |
Exception throw when there is a problem registering a new action.
|
Copyright © 2015. All rights reserved.