railo.runtime.functions.image
Class ImageWrite

java.lang.Object
  extended by railo.runtime.functions.image.ImageWrite
All Implemented Interfaces:
Serializable, Function

public class ImageWrite
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
ImageWrite()
           
 
Method Summary
static String call(PageContext pc, Object name)
           
static String call(PageContext pc, Object name, String destination)
           
static String call(PageContext pc, Object name, String destination, double quality)
           
static String call(PageContext pc, Object name, String destination, double quality, boolean overwrite)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageWrite

public ImageWrite()
Method Detail

call

public static String call(PageContext pc,
                          Object name)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object name,
                          String destination)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object name,
                          String destination,
                          double quality)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object name,
                          String destination,
                          double quality,
                          boolean overwrite)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo