Package | Description |
---|---|
org.wicketstuff.security.swarm.actions |
Modifier and Type | Class and Description |
---|---|
protected static class |
SwarmActionFactory.ImpliesOtherAction
Any class that implies another action.
|
Modifier and Type | Method and Description |
---|---|
SwarmAction |
SwarmAction.add(WaspAction other)
Creates a new
WaspAction containing both the specified actions and the actions of
this WaspAction . |
SwarmAction |
SwarmActionFactory.getAction(Class<? extends WaspAction> waspActionClass) |
SwarmAction |
SwarmActionFactory.getAction(int actions)
Returns an action based on its int value.
|
protected SwarmAction |
SwarmActionFactory.getCachedAction(int actions)
Returns a cached action.
|
protected SwarmAction |
SwarmActionFactory.getCachedAction(String name)
Returns a cached action.
|
SwarmAction |
SwarmActionFactory.register(Class<? extends WaspAction> waspActionClass,
String name) |
protected SwarmAction |
SwarmActionFactory.register(Class<? extends WaspAction> waspActionClass,
SwarmAction action)
Registers a new action.
|
SwarmAction |
SwarmAction.remove(int otherActions)
Creates a new
WaspAction with all the actions of this action except those specified. |
Modifier and Type | Method and Description |
---|---|
protected void |
SwarmActionFactory.cacheAction(Integer actions,
SwarmAction ja)
Caches an action under its int form.
|
protected void |
SwarmActionFactory.cacheAction(String name,
SwarmAction action)
Caches an action under its string form.
|
protected SwarmAction |
SwarmActionFactory.register(Class<? extends WaspAction> waspActionClass,
SwarmAction action)
Registers a new action.
|
Copyright © 2015. All rights reserved.