org.springframework.richclient.command.config
Class DefaultCommandConfigurer
java.lang.Object
org.springframework.richclient.command.config.DefaultCommandConfigurer
- All Implemented Interfaces:
- CommandConfigurer
public class DefaultCommandConfigurer
- extends Object
- implements CommandConfigurer
- Author:
- Keith Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCommandConfigurer
public DefaultCommandConfigurer()
DefaultCommandConfigurer
public DefaultCommandConfigurer(CommandServices commandServices)
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.