Class RenderableImpl
java.lang.Object
internal.org.springframework.content.fragments.RenderableImpl
- All Implemented Interfaces:
ContentStoreAware,Renderable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRendition(Object entity, String mimeType) getRendition(Object entity, PropertyPath propertyPath, String mimeType) booleanhasRendition(Object entity, String mimeType) booleanhasRendition(Object entity, PropertyPath propertyPath, String mimeType) voidsetContentStore(ContentStore store) voidsetContentStore(ContentStore store) voidsetDomainClass(Class<?> domainClass) voidsetIdClass(Class<?> idClass) voidsetRenditionProviders(RenditionProvider... providers) voidsetRenditionService(RenditionService renditionService)
-
Constructor Details
-
RenderableImpl
public RenderableImpl()
-
-
Method Details
-
setRenditionProviders
-
setDomainClass
- Specified by:
setDomainClassin interfaceContentStoreAware
-
setIdClass
- Specified by:
setIdClassin interfaceContentStoreAware
-
setContentStore
- Specified by:
setContentStorein interfaceContentStoreAware
-
setContentStore
- Specified by:
setContentStorein interfaceContentStoreAware
-
getRenditionService
-
setRenditionService
-
getRendition
- Specified by:
getRenditionin interfaceRenderable
-
getRendition
- Specified by:
getRenditionin interfaceRenderable
-
hasRendition
- Specified by:
hasRenditionin interfaceRenderable
-
hasRendition
- Specified by:
hasRenditionin interfaceRenderable
-