net.sourceforge.openutils.mgnlmedia.media.save
Class MediaCustomSaveHandler
java.lang.Object
net.sourceforge.openutils.mgnlmedia.media.save.MediaCustomSaveHandler
- All Implemented Interfaces:
- info.magnolia.module.admininterface.FieldSaveHandler
public class MediaCustomSaveHandler
- extends Object
- implements info.magnolia.module.admininterface.FieldSaveHandler
FieldSaveHandler implementation that calls the onSavingPropertyMedia method on the handler of target media
type when a media is associated to a page
- Version:
- $Id: MediaCustomSaveHandler.java 3269 2011-01-23 19:06:39Z fgiust $
- 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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaCustomSaveHandler
public MediaCustomSaveHandler()
save
public 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
-
- Specified by:
save in interface info.magnolia.module.admininterface.FieldSaveHandler
- Throws:
javax.jcr.RepositoryException
info.magnolia.cms.security.AccessDeniedException
Copyright © 2008-2011 Openmind. All Rights Reserved.