Package org.wicketstuff.security.actions
Class AbstractWaspAction
java.lang.Object
org.wicketstuff.security.actions.AbstractWaspAction
- All Implemented Interfaces:
WaspAction
Immutable
WaspAction class. These actions are instantiated by an ActionFactory.- Author:
- marrink
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractWaspAction(String name) The default constructor for actions. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wicketstuff.security.actions.WaspAction
add, getActionFactory, implies, remove
-
Constructor Details
-
AbstractWaspAction
The default constructor for actions.- Parameters:
name- the name of this action
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceWaspAction- Returns:
- The name of this action
- See Also:
-