public class ThumbnailDefinitionSpringRegisterer extends Object implements org.springframework.beans.factory.InitializingBean
ThumbnailDefinition
with the ThumbnailRegistry
in spring, without needing to
override the whole of the "thumbnailRegistry" bean.
This class is a stop-gap until Alfresco 4.0, when ThumbnailDefinitions
will be able to be registered more cleanly with the registry in
the same way as other Alfresco beans to their registrys.Constructor and Description |
---|
ThumbnailDefinitionSpringRegisterer() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Registers the
ThumbnailDefinition with the
registry. |
void |
setThumbnailDefinition(ThumbnailDefinition thumbnailDefinition) |
void |
setThumbnailRegistry(ThumbnailRegistry thumbnailRegistry) |
public void afterPropertiesSet()
ThumbnailDefinition
with the
registry.afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
public void setThumbnailRegistry(ThumbnailRegistry thumbnailRegistry)
public void setThumbnailDefinition(ThumbnailDefinition thumbnailDefinition)
Copyright © 2005–2017 Alfresco Software. All rights reserved.