org.wicketstuff.security.swarm.actions
Class SwarmActionFactory.ImpliesOtherAction
java.lang.Object
org.wicketstuff.security.actions.AbstractWaspAction
org.wicketstuff.security.swarm.actions.SwarmAction
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
| Methods inherited from class org.wicketstuff.security.actions.AbstractWaspAction |
getName |
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 actionfactory - factory where this class will be registeredotherAction - 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 actionfactory - factory where this class will be registeredotherActions - any number of action classes to imply
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.