Uses of Class
org.springframework.extensions.webscripts.AbstractStore

Packages that use AbstractStore
org.springframework.extensions.webscripts   
 

Uses of AbstractStore in org.springframework.extensions.webscripts
 

Subclasses of AbstractStore in org.springframework.extensions.webscripts
 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
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.