Modifier and Type | Interface and Description |
---|---|
interface |
WaspActionFactory
The actionFactory translates between the wicket actions, which are string based, and the
waspactions, which are based on something else (depending on the implementation).
|
Modifier and Type | Method and Description |
---|---|
ActionFactory |
WaspAction.getActionFactory()
The actionFactory that created this action.
|
static ActionFactory |
Actions.getActionFactory(Object key)
Returns the ActionFactory stored with the key.
|
static ActionFactory |
Actions.unregisterActionFactory(Object key)
Removes the registration of a single ActionFactory.
|
Modifier and Type | Method and Description |
---|---|
static void |
Actions.registerActionFactory(Object key,
ActionFactory factory)
Registers a new ActionFactory for anybody knowing the right key to be retrieved.
|
Modifier and Type | Method and Description |
---|---|
protected ActionFactory |
AbstractSecurityCheck.getActionFactory()
Utility method to get the factory to create
WaspAction s. |
Constructor and Description |
---|
AllPermissions(String name,
ActionFactory factory)
Preferred constructor.
|
Modifier and Type | Method and Description |
---|---|
protected ActionFactory |
PolicyFileHiveFactory.getActionFactory()
Gets actionFactory.
|
Constructor and Description |
---|
PolicyFileHiveFactory(ActionFactory actionFactory)
Constructs a new factory that builds a Hive out of one (1) or more policy files.
|
SwarmPolicyFileHiveFactory(ActionFactory actionFactory)
Construct.
|
Modifier and Type | Method and Description |
---|---|
protected ActionFactory |
SecureCompoundPropertyModel.getActionFactory()
Shortcut to the
ActionFactory . |
Modifier and Type | Class and Description |
---|---|
class |
SwarmActionFactory
Default implementation of an action factory.
|
Modifier and Type | Method and Description |
---|---|
ActionFactory |
SwarmAction.getActionFactory() |
Copyright © 2015. All rights reserved.