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