Package org.nuxeo.template.api.context
Interface DocumentWrapper
-
- All Known Implementing Classes:
SimpleBeanWrapper
public interface DocumentWrapper
Wrapper 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 Object
wrap(List<LogEntry> auditEntries)
Object
wrap(DocumentModel doc)
-
-
-
Method Detail
-
wrap
Object wrap(DocumentModel doc)
-
-