Class AbstractWaspAction

java.lang.Object
org.wicketstuff.security.actions.AbstractWaspAction
All Implemented Interfaces:
WaspAction

public abstract class AbstractWaspAction extends Object implements WaspAction
Immutable WaspAction class. These actions are instantiated by an ActionFactory.
Author:
marrink
  • Constructor Details

    • AbstractWaspAction

      protected AbstractWaspAction(String name)
      The default constructor for actions.
      Parameters:
      name - the name of this action
  • Method Details