railo.runtime.functions.system
Class Compress

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

public final class Compress
extends Object
implements Function

Implements the CFML Function compress

See Also:
Serialized Form

Constructor Summary
Compress()
           
 
Method Summary
static boolean call(PageContext pc, String strFormat, String strSource, String srcTarget)
           
static boolean call(PageContext pc, String strFormat, String strSource, String srcTarget, boolean includeBaseFolder)
           
static boolean call(PageContext pc, String strFormat, String strSource, String srcTarget, boolean includeBaseFolder, String strMode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compress

public Compress()
Method Detail

call

public static boolean call(PageContext pc,
                           String strFormat,
                           String strSource,
                           String srcTarget)
                    throws PageException
Throws:
PageException

call

public static boolean call(PageContext pc,
                           String strFormat,
                           String strSource,
                           String srcTarget,
                           boolean includeBaseFolder)
                    throws PageException
Throws:
PageException

call

public static boolean call(PageContext pc,
                           String strFormat,
                           String strSource,
                           String srcTarget,
                           boolean includeBaseFolder,
                           String strMode)
                    throws PageException
Throws:
PageException


Copyright © 2012 Railo