protected static class SwarmActionFactory.ImpliesOtherAction extends SwarmAction
| Constructor and Description |
|---|
ImpliesOtherAction(String name,
SwarmActionFactory factory,
Class<? extends org.wicketstuff.security.actions.WaspAction>... otherActions)
the base action value
|
ImpliesOtherAction(String name,
SwarmActionFactory factory,
Class<? extends org.wicketstuff.security.actions.WaspAction> otherAction)
the base action value
|
public ImpliesOtherAction(String name, SwarmActionFactory factory, Class<? extends org.wicketstuff.security.actions.WaspAction> otherAction)
name - name of the new actionfactory - factory where this class will be registeredotherAction - a single action class to imply, not nullpublic ImpliesOtherAction(String name, SwarmActionFactory factory, Class<? extends org.wicketstuff.security.actions.WaspAction>... otherActions)
name - name of the new actionfactory - factory where this class will be registeredotherActions - any number of action classes to implyCopyright © 2006–2019 Apache Software Foundation. All rights reserved.