Uses of Interface
org.springframework.extensions.webscripts.Store
-
Packages that use Store Package Description org.springframework.extensions.webscripts -
-
Uses of Store in org.springframework.extensions.webscripts
Classes in org.springframework.extensions.webscripts that implement Store Modifier and Type Class Description classAbstractStoreAbstract store class provided as a convenience for developers who wish to build their own custom Store implementations for use with the Web Script framework.classClassPathStoreClassPath based Web Script StoreclassRemoteStoreStore implementation that queries and retrieves documents from a remote HTTP endpoint.Fields in org.springframework.extensions.webscripts declared as Store Modifier and Type Field Description protected StoreStoreRegistrar. storeMethods in org.springframework.extensions.webscripts that return Store Modifier and Type Method Description StoreAbstractBaseDescriptionDocument. getStore()StoreSearchPath. getStore(java.lang.String storePath)Gets the Web Script Store for the given Store pathMethods in org.springframework.extensions.webscripts that return types with arguments of type Store Modifier and Type Method Description java.util.Collection<Store>SearchPath. getStores()Gets all Web Script StoresMethods in org.springframework.extensions.webscripts with parameters of type Store Modifier and Type Method Description protected voidStoreRegistrar. plugin(Store store, SearchPath searchPath, boolean prepend)Plugs the store into the search pathvoidAbstractBaseDescriptionDocument. setStore(Store store)Sets the web description storevoidStoreRegistrar. setStore(Store store)Sets the storeMethod parameters in org.springframework.extensions.webscripts with type arguments of type Store Modifier and Type Method Description voidSearchPath. setSearchPath(java.util.List<Store> searchPath)
-