|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SwarmAction | |
|---|---|
| org.wicketstuff.security.swarm.actions | |
| Uses of SwarmAction in org.wicketstuff.security.swarm.actions |
|---|
| Subclasses of SwarmAction in org.wicketstuff.security.swarm.actions | |
|---|---|
protected static class |
SwarmActionFactory.ImpliesOtherAction
Any class that implies another action. |
| Methods in org.wicketstuff.security.swarm.actions that return SwarmAction | |
|---|---|
SwarmAction |
SwarmAction.add(org.wicketstuff.security.actions.WaspAction other)
Creates a new WaspAction containing both the specified actions and the actions of
this WaspAction. |
SwarmAction |
SwarmActionFactory.getAction(Class<? extends org.wicketstuff.security.actions.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 org.wicketstuff.security.actions.WaspAction> waspActionClass,
String name)
|
protected SwarmAction |
SwarmActionFactory.register(Class<? extends org.wicketstuff.security.actions.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. |
| Methods in org.wicketstuff.security.swarm.actions with parameters of type SwarmAction | |
|---|---|
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 org.wicketstuff.security.actions.WaspAction> waspActionClass,
SwarmAction action)
Registers a new action. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||