Uses of Interface
org.wicketstuff.security.actions.WaspAction
Packages that use WaspAction
-
Uses of WaspAction in org.wicketstuff.security.actions
Subinterfaces of WaspAction in org.wicketstuff.security.actionsModifier and TypeInterfaceDescriptioninterfaceThe right to access the specified data object.interfaceA special action that implies all other actions.interfacethe right to enable a component.interfaceUsed by containers to specify that all of there children inherit these actions.interfaceClasses in org.wicketstuff.security.actions that implement WaspActionMethods in org.wicketstuff.security.actions that return WaspActionModifier and TypeMethodDescriptionWaspAction.add(WaspAction other) Creates a new WaspAction containing both the specified actions and the actions of this WaspAction.ActionFactory.getAction(Class<? extends WaspAction> waspActionClass) Returns the registered action of this class.Creates or reuses a WaspAction based on string values.ActionFactory.register(Class<? extends WaspAction> waspActionClass, String name) Register a new action.WaspAction.remove(WaspAction action) Creates a new WaspAction with all the actions of this action except those specified.Methods in org.wicketstuff.security.actions that return types with arguments of type WaspActionModifier and TypeMethodDescriptionActionFactory.getRegisteredActions()Returns a list of all the registered actions at the time of the invocation.Methods in org.wicketstuff.security.actions with parameters of type WaspActionModifier and TypeMethodDescriptionWaspAction.add(WaspAction other) Creates a new WaspAction containing both the specified actions and the actions of this WaspAction.booleanWaspAction.implies(WaspAction other) Check if the supplied action is implied by this WaspAction.WaspAction.remove(WaspAction action) Creates a new WaspAction with all the actions of this action except those specified.Method parameters in org.wicketstuff.security.actions with type arguments of type WaspActionModifier and TypeMethodDescriptionActionFactory.getAction(Class<? extends WaspAction> waspActionClass) Returns the registered action of this class.ActionFactory.register(Class<? extends WaspAction> waspActionClass, String name) Register a new action.