Interface Store<SID extends Serializable>
- All Known Subinterfaces:
AssociativeStore<S,,SID> AssociativeStore<S,,SID> ContentStore<S,,SID> ContentStore<S,,SID> Store<SID>
- All Known Implementing Classes:
StoreImpl
public interface Store<SID extends Serializable>
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.io.ResourcegetResource(SID id) Deprecated.Returns a resource handle for the specified id.
-
Method Details
-
getResource
Deprecated.Returns a resource handle for the specified id.- Parameters:
id- the id of the resource- Returns:
- resource
-
Storeinstead.