public interface Store<SID extends Serializable>
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.io.Resource |
getResource(SID id)
Returns a resource handle for the specified id.
|
org.springframework.core.io.Resource getResource(SID id)
id - the id of the resourceCopyright © 2021 Paul Warren. All rights reserved.