Interface EncryptingContentStore<S,SID extends Serializable>
- All Superinterfaces:
ContentStoreAware
-
Method Summary
Modifier and TypeMethodDescriptionvoidassociate(S o, PropertyPath propertyPath, SID serializable) getContent(S o, PropertyPath propertyPath) org.springframework.core.io.ResourcegetResource(S entity, PropertyPath propertyPath) org.springframework.core.io.ResourcegetResource(S entity, PropertyPath propertyPath, GetResourceParams params) setContent(S o, PropertyPath propertyPath, InputStream inputStream) setContent(S entity, PropertyPath propertyPath, InputStream content, long contentLen) setContent(S o, PropertyPath propertyPath, org.springframework.core.io.Resource resource) voidunassociate(S o, PropertyPath propertyPath) unsetContent(S entity, PropertyPath propertyPath) Methods inherited from interface org.springframework.content.commons.fragments.ContentStoreAware
setContentStore, setDomainClass, setIdClass
-
Method Details
-
associate
-
unassociate
-
getContent
-
setContent
-
setContent
-
setContent
-
getResource
-
getResource
org.springframework.core.io.Resource getResource(S entity, PropertyPath propertyPath, GetResourceParams params) -
unsetContent
-