info.magnolia.imaging.operations.load
Class FromNodeData

java.lang.Object
  extended by info.magnolia.imaging.operations.load.AbstractLoader<ParameterProvider<PT>>
      extended by info.magnolia.imaging.operations.load.AbstractFromContent<info.magnolia.cms.core.NodeData>
          extended by info.magnolia.imaging.operations.load.FromNodeData
All Implemented Interfaces:
ImageOperation<ParameterProvider<info.magnolia.cms.core.NodeData>>

Deprecated. since 5.0, use FromBinaryNode instead.

@Deprecated
public class FromNodeData
extends AbstractFromContent<info.magnolia.cms.core.NodeData>

ImageOperation loading from NodeData.


Constructor Summary
FromNodeData()
          Deprecated.  
 
Method Summary
protected  info.magnolia.cms.core.NodeData getNodeData(ParameterProvider<info.magnolia.cms.core.NodeData> param)
          Deprecated. Gets the appropriate NodeData instance based on the given ParameterProvider.
 
Methods inherited from class info.magnolia.imaging.operations.load.AbstractFromContent
loadSource
 
Methods inherited from class info.magnolia.imaging.operations.load.AbstractLoader
apply, doReadAndClose, getBackgroundColor, getImageDecoder, setBackgroundColor, setImageDecoder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FromNodeData

public FromNodeData()
Deprecated. 
Method Detail

getNodeData

protected info.magnolia.cms.core.NodeData getNodeData(ParameterProvider<info.magnolia.cms.core.NodeData> param)
                                               throws ImagingException
Deprecated. 
Description copied from class: AbstractFromContent
Gets the appropriate NodeData instance based on the given ParameterProvider. If possible, the implementation should throw exceptions early, for instance if the NodeData can't be loaded.

Specified by:
getNodeData in class AbstractFromContent<info.magnolia.cms.core.NodeData>
Throws:
ImagingException


Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.