Uses of Interface
org.springframework.extensions.webscripts.Store

Packages that use Store
org.springframework.extensions.surf.cache   
org.springframework.extensions.surf.persister   
org.springframework.extensions.webscripts   
org.springframework.web.context.support   
 

Uses of Store in org.springframework.extensions.surf.cache
 

Fields in org.springframework.extensions.surf.cache declared as Store
protected  Store ModelObjectCache.store
           
 

Constructors in org.springframework.extensions.surf.cache with parameters of type Store
ModelObjectCache(Store store, long delay)
          Instantiates a new model object cache.
ModelObjectCache(Store store, long timeout, long delay)
          Instantiates a new model object cache.
 

Uses of Store in org.springframework.extensions.surf.persister
 

Fields in org.springframework.extensions.surf.persister declared as Store
protected  Store ReadOnlyStoreObjectPersister.store
           
 

Methods in org.springframework.extensions.surf.persister with parameters of type Store
 void ReadOnlyStoreObjectPersister.setStore(Store store)
          Sets the store.
 

Uses of Store in org.springframework.extensions.webscripts
 

Classes in org.springframework.extensions.webscripts that implement Store
 class AbstractStore
          Abstract store class provided as a convenience for developers who wish to build their own custom Store implementations for use with the Web Script framework.
 class ClassPathStore
          ClassPath based Web Script Store
 class JarStore
          Read only store implementation that can be mounted against a JAR file.
 class LocalFileSystemStore
          Simple implementation of a local store file system.
 class RemoteStore
          Store implementation that queries and retrieves documents from a remote HTTP endpoint.
 class WebApplicationStore
          Store implementation which points to web application root
 

Methods in org.springframework.extensions.webscripts that return Store
 Store SearchPath.getStore(String storePath)
          Gets the Web Script Store for the given Store path
 

Methods in org.springframework.extensions.webscripts that return types with arguments of type Store
 Collection<Store> SearchPath.getStores()
          Gets all Web Script Stores
 

Methods in org.springframework.extensions.webscripts with parameters of type Store
 void DescriptionImpl.setStore(Store store)
          Sets the web description store
 

Method parameters in org.springframework.extensions.webscripts with type arguments of type Store
 void SearchPath.setSearchPath(List<Store> searchPath)
           
 

Uses of Store in org.springframework.web.context.support
 

Methods in org.springframework.web.context.support that return Store
 Store StoreResource.getStore()
          Return the Store for this resource.
 

Constructors in org.springframework.web.context.support with parameters of type Store
StoreResource(Store store, String path)
          Constructs a new store resource
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.