Package org.wicketstuff.security.actions
Interface Inherit
- All Superinterfaces:
WaspAction
Used by containers to specify that all of there children inherit these actions. For example if we
specify that a form has these rights
Inherit+Render it means all the textboxes on
the form will be atleast readonly. If we specify however the form has Inherit (==Inherit+
Access) it means none of the textboxes is going to show up (unless we give them
individually read rights) because all components should have atleast Render rights before they
can be displayed.- Author:
- marrink
-
Method Summary
Methods inherited from interface org.wicketstuff.security.actions.WaspAction
add, getActionFactory, getName, implies, remove