public class DocumentModelConvertor extends Object implements javax.faces.convert.Converter
| Constructor and Description |
|---|
DocumentModelConvertor(org.nuxeo.ecm.core.api.CoreSession session) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAsObject(javax.faces.context.FacesContext arg0,
javax.faces.component.UIComponent component,
String value)
Returns given value (does not do any reverse conversion)
|
String |
getAsString(javax.faces.context.FacesContext arg0,
javax.faces.component.UIComponent component,
Object value)
Returns the document title using the docId passed as value
|
public DocumentModelConvertor(org.nuxeo.ecm.core.api.CoreSession session)
Copyright © 2019 Nuxeo SA. All rights reserved.