Uses of Interface
org.wicketstuff.security.actions.ActionFactory
Packages that use ActionFactory
-
Uses of ActionFactory in org.wicketstuff.security.actions
Methods in org.wicketstuff.security.actions that return ActionFactoryModifier and TypeMethodDescriptionstatic ActionFactoryActions.getActionFactory(Object key) Returns the ActionFactory stored with the key.WaspAction.getActionFactory()The actionFactory that created this action.static ActionFactoryActions.unregisterActionFactory(Object key) Removes the registration of a single ActionFactory.Methods in org.wicketstuff.security.actions with parameters of type ActionFactoryModifier and TypeMethodDescriptionstatic voidActions.registerActionFactory(Object key, ActionFactory factory) Registers a new ActionFactory for anybody knowing the right key to be retrieved.