info.magnolia.imaging.operations.load
Class FromContent

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.Content>
          extended by info.magnolia.imaging.operations.load.FromContent
All Implemented Interfaces:
ImageOperation<ParameterProvider<info.magnolia.cms.core.Content>>

Deprecated. since 5.0, use FromBinaryNode instead.

@Deprecated
public class FromContent
extends AbstractFromContent<info.magnolia.cms.core.Content>

ImageOperation loading from content.


Constructor Summary
FromContent()
          Deprecated.  
 
Method Summary
protected  info.magnolia.cms.core.NodeData getNodeData(ParameterProvider<info.magnolia.cms.core.Content> param)
          Deprecated. Gets the appropriate NodeData instance based on the given ParameterProvider.
 String getPropertyName()
          Deprecated.  
 void setPropertyName(String propertyName)
          Deprecated.  
 
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

FromContent

public FromContent()
Deprecated. 
Method Detail

getNodeData

protected info.magnolia.cms.core.NodeData getNodeData(ParameterProvider<info.magnolia.cms.core.Content> 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.Content>
Throws:
ImagingException

getPropertyName

public String getPropertyName()
Deprecated. 

setPropertyName

public void setPropertyName(String propertyName)
Deprecated. 


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