org.granite.client.tide.spring
Class SpringInstanceStoreFactory

java.lang.Object
  extended by org.granite.client.tide.spring.SpringInstanceStoreFactory
All Implemented Interfaces:
InstanceStoreFactory

public class SpringInstanceStoreFactory
extends Object
implements InstanceStoreFactory

Author:
William DRAI

Nested Class Summary
static class SpringInstanceStoreFactory.SpringInstanceStore
           
 
Constructor Summary
SpringInstanceStoreFactory(ApplicationContext applicationContext)
           
 
Method Summary
 InstanceStore createStore(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringInstanceStoreFactory

public SpringInstanceStoreFactory(ApplicationContext applicationContext)
Method Detail

createStore

public InstanceStore createStore(Context context)
Specified by:
createStore in interface InstanceStoreFactory