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.
This class is deprecated. Use Store instead.
  • Method Summary

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

    • getResource

      org.springframework.core.io.Resource getResource(SID id)
      Deprecated.
      Returns a resource handle for the specified id.
      Parameters:
      id - the id of the resource
      Returns:
      resource