Uses of Interface
org.springframework.extensions.webscripts.Store
Packages that use Store
-
Uses of Store in org.springframework.extensions.webscripts
Classes in org.springframework.extensions.webscripts that implement StoreModifier and TypeClassDescriptionclassAbstract store class provided as a convenience for developers who wish to build their own custom Store implementations for use with the Web Script framework.classClassPath based Web Script StoreclassStore implementation that queries and retrieves documents from a remote HTTP endpoint.Fields in org.springframework.extensions.webscripts declared as StoreMethods in org.springframework.extensions.webscripts that return StoreModifier and TypeMethodDescriptionAbstractBaseDescriptionDocument.getStore()Gets the Web Script Store for the given Store pathMethods in org.springframework.extensions.webscripts that return types with arguments of type StoreMethods in org.springframework.extensions.webscripts with parameters of type StoreModifier and TypeMethodDescriptionprotected voidStoreRegistrar.plugin(Store store, SearchPath searchPath, boolean prepend) Plugs the store into the search pathvoidSets the web description storevoidSets the storeMethod parameters in org.springframework.extensions.webscripts with type arguments of type Store