public class DocumentContentConverter extends Object implements javax.faces.convert.Converter
| Constructor and Description |
|---|
DocumentContentConverter()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getAsObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String value)
Called before document saving.
|
String |
getAsString(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value)
Called before rendering by tinyMCE.
|
public Object getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
getAsObject in interface javax.faces.convert.Converterpublic String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
getAsString in interface javax.faces.convert.ConverterCopyright © 2023. All rights reserved.