Package org.nuxeo.template.api.context
Interface DocumentWrapper
-
- All Known Implementing Classes:
SimpleBeanWrapper
public interface DocumentWrapperWrapper interface used to wrap the Object that will be put inside the rendering context.Because the rederning context wrapping requirements can depends on the actual rendering engine implementation, this is just an interface so that several implemenations can be provided
- Author:
- Tiry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectwrap(List<LogEntry> auditEntries)Objectwrap(DocumentModel doc)
-
-
-
Method Detail
-
wrap
Object wrap(DocumentModel doc)
-
-