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
Method Summary |
void |
save(info.magnolia.cms.core.Content parentNode,
info.magnolia.cms.core.Content configNode,
String name,
info.magnolia.cms.beans.runtime.MultipartForm form,
int type,
int valueType,
int isRichEditValue,
int encoding)
save a property |
save
void save(info.magnolia.cms.core.Content parentNode,
info.magnolia.cms.core.Content configNode,
String name,
info.magnolia.cms.beans.runtime.MultipartForm form,
int type,
int valueType,
int isRichEditValue,
int encoding)
throws javax.jcr.RepositoryException,
info.magnolia.cms.security.AccessDeniedException
- save a property
- Parameters:
parentNode
- in nodeconfigNode
- configurationname
- property nameform
- formtype
- typevalueType
- value typeisRichEditValue
- is rich edit?encoding
- encoding
- Throws:
javax.jcr.RepositoryException
info.magnolia.cms.security.AccessDeniedException
Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.