@Component public class AttachmentRendererManager extends Object implements org.springframework.beans.factory.InitializingBean, Serializable
Constructor and Description |
---|
AttachmentRendererManager() |
Modifier and Type | Method and Description |
---|---|
void |
addAttachmentEditor(AttachmentEditor editor) |
void |
addAttachmentRenderer(AttachmentRenderer renderer) |
void |
afterPropertiesSet() |
List<AttachmentEditor> |
getAttachmentEditors()
Gets all attachment editors known.
|
AttachmentEditor |
getEditor(String type) |
AttachmentRenderer |
getRenderer(Attachment attachment) |
AttachmentRenderer |
getRenderer(String type) |
public void addAttachmentRenderer(AttachmentRenderer renderer)
public void addAttachmentEditor(AttachmentEditor editor)
public AttachmentRenderer getRenderer(Attachment attachment)
public AttachmentRenderer getRenderer(String type)
public List<AttachmentEditor> getAttachmentEditors()
public AttachmentEditor getEditor(String type)
Copyright © 2016 Alfresco. All rights reserved.