org.springframework.richclient.settings
Class TransientSettingsFactory
java.lang.Object
org.springframework.richclient.settings.TransientSettingsFactory
- All Implemented Interfaces:
- SettingsFactory
public class TransientSettingsFactory
- extends Object
- implements SettingsFactory
Factory for creation of TransientFactory
instances.
- Author:
- Peter De Bruycker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransientSettingsFactory
public TransientSettingsFactory()
createSettings
public Settings createSettings(String key)
- Description copied from interface:
SettingsFactory
- Create a new
Settings
instance for the given key.
- Specified by:
createSettings
in interface SettingsFactory
- Parameters:
key
- the key
- Returns:
- a
Settings
instance
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.