Interface Store<SID extends Serializable>

All Superinterfaces:
Store<SID>
All Known Subinterfaces:
AssociativeStore<S,SID>, ContentStore<S,SID>
All Known Implementing Classes:
StoreImpl

public interface Store<SID extends Serializable> extends Store<SID>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.core.io.Resource
    Returns a resource handle for the specified id.
  • Method Details

    • getResource

      org.springframework.core.io.Resource getResource(SID id)
      Returns a resource handle for the specified id.
      Specified by:
      getResource in interface Store<SID extends Serializable>
      Parameters:
      id - the id of the resource
      Returns:
      resource