org.wicketstuff.security.swarm.actions
Class SwarmActionFactory.ImpliesOtherAction

java.lang.Object
  extended by org.wicketstuff.security.actions.AbstractWaspAction
      extended by org.wicketstuff.security.swarm.actions.SwarmAction
          extended by org.wicketstuff.security.swarm.actions.SwarmActionFactory.ImpliesOtherAction
All Implemented Interfaces:
org.wicketstuff.security.actions.WaspAction
Enclosing class:
SwarmActionFactory

protected static class SwarmActionFactory.ImpliesOtherAction
extends SwarmAction

Any class that implies another action.

Author:
marrink

Constructor Summary
SwarmActionFactory.ImpliesOtherAction(String name, SwarmActionFactory factory, Class<? extends org.wicketstuff.security.actions.WaspAction>... otherActions)
          the base action value
SwarmActionFactory.ImpliesOtherAction(String name, SwarmActionFactory factory, Class<? extends org.wicketstuff.security.actions.WaspAction> otherAction)
          the base action value
 
Method Summary
 
Methods inherited from class org.wicketstuff.security.swarm.actions.SwarmAction
actions, add, add, equals, getActionFactory, hashCode, implies, implies, remove, remove
 
Methods inherited from class org.wicketstuff.security.actions.AbstractWaspAction
getName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwarmActionFactory.ImpliesOtherAction

public SwarmActionFactory.ImpliesOtherAction(String name,
                                             SwarmActionFactory factory,
                                             Class<? extends org.wicketstuff.security.actions.WaspAction> otherAction)
the base action value

Parameters:
name - name of the new action
factory - factory where this class will be registered
otherAction - a single action class to imply, not null

SwarmActionFactory.ImpliesOtherAction

public SwarmActionFactory.ImpliesOtherAction(String name,
                                             SwarmActionFactory factory,
                                             Class<? extends org.wicketstuff.security.actions.WaspAction>... otherActions)
the base action value

Parameters:
name - name of the new action
factory - factory where this class will be registered
otherActions - any number of action classes to imply


Copyright © 2006–2018 Apache Software Foundation. All rights reserved.