net.sf.genuine.actions
Class DefaultActionModule

java.lang.Object
  extended bynet.sf.genuine.organizer.AbstractModule
      extended bynet.sf.genuine.actions.DefaultActionModule
All Implemented Interfaces:
Module

public class DefaultActionModule
extends AbstractModule

Module that creates all actions that are commonly used in most applications. This module has to be added to every application's configuration file if that application should contain these actions. See the example's application configuration file.

Author:
Tim Wellhausen

Constructor Summary
DefaultActionModule()
           
 
Method Summary
 void initialize(java.lang.String id, ModuleManager moduleManager, java.util.Map properties)
          Creates and registers all action instances that are commonly used.
 
Methods inherited from class net.sf.genuine.organizer.AbstractModule
createVisualComponent, getAction, getComponentManager, getHelperService, getId, getMessageBus, getModuleManager, getProperty, getService, getServiceBroker, postInitialize, registerAction, registerService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultActionModule

public DefaultActionModule()
Method Detail

initialize

public void initialize(java.lang.String id,
                       ModuleManager moduleManager,
                       java.util.Map properties)
                throws ConfigurationException
Creates and registers all action instances that are commonly used.

Specified by:
initialize in interface Module
Overrides:
initialize in class AbstractModule
Throws:
ConfigurationException