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: FieldSaveHandler.java 41137 2011-01-06 18:19:25Z gjoseph $
Author:
molaschi

Method Summary
 void save(Content parentNode, Content configNode, String name, MultipartForm form, int type, int valueType, int isRichEditValue, int encoding)
          save a property
 

Method Detail

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 node
configNode - configuration
name - property name
form - form
type - type
valueType - value type
isRichEditValue - is rich edit?
encoding - encoding
Throws:
javax.jcr.RepositoryException
AccessDeniedException


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.