info.magnolia.module.admininterface
Interface FieldSaveHandler
- All Known Implementing Classes:
- MultiValueSaveHandler
public interface FieldSaveHandler
Custom save handler interface. You can associate a specific implementation to a single dialog field by specifying the
full class name in a property named "saveHandler".
- Version:
- $Id$
- Author:
- molaschi
save
void save(Content parentNode,
Content configNode,
String name,
MultipartForm form,
int type,
int valueType,
int isRichEditValue,
int encoding)
throws javax.jcr.RepositoryException,
AccessDeniedException
- save a property
- Parameters:
parentNode
- in nodeconfigNode
- configurationname
- property nameform
- formtype
- typevalueType
- value typeisRichEditValue
- is rich edit?encoding
- encoding
- Throws:
javax.jcr.RepositoryException
AccessDeniedException
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.