org.springframework.richclient.command.config
Class DefaultCommandConfigurer

java.lang.Object
  extended by org.springframework.richclient.command.config.DefaultCommandConfigurer
All Implemented Interfaces:
CommandConfigurer

public class DefaultCommandConfigurer
extends Object
implements CommandConfigurer

Author:
Keith Donald

Constructor Summary
DefaultCommandConfigurer()
           
DefaultCommandConfigurer(CommandServices commandServices)
           
 
Method Summary
 AbstractCommand configure(AbstractCommand command)
          Configures the given command.
 AbstractCommand configure(AbstractCommand command, ApplicationObjectConfigurer configurer)
           
protected  CommandServices getCommandServices()
           
protected  ApplicationObjectConfigurer getObjectConfigurer()
           
 void setApplicationObjectConfigurer(ApplicationObjectConfigurer configurer)
           
 void setCommandServices(CommandServices services)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCommandConfigurer

public DefaultCommandConfigurer()

DefaultCommandConfigurer

public DefaultCommandConfigurer(CommandServices commandServices)
Method Detail

setApplicationObjectConfigurer

public void setApplicationObjectConfigurer(ApplicationObjectConfigurer configurer)

setCommandServices

public void setCommandServices(CommandServices services)

configure

public AbstractCommand configure(AbstractCommand command)
Description copied from interface: CommandConfigurer
Configures the given command.

Specified by:
configure in interface CommandConfigurer
Parameters:
command - The command to be configured. Must not be null.
Returns:
The configured command.

getObjectConfigurer

protected ApplicationObjectConfigurer getObjectConfigurer()

configure

public AbstractCommand configure(AbstractCommand command,
                                 ApplicationObjectConfigurer configurer)

getCommandServices

protected CommandServices getCommandServices()


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.