public class ThumbnailDefinitionSpringRegisterer
extends java.lang.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.InitializingBeanpublic void setThumbnailRegistry(ThumbnailRegistry thumbnailRegistry)
public void setThumbnailDefinition(ThumbnailDefinition thumbnailDefinition)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.