railo.runtime.functions.system
Class Compress
java.lang.Object
railo.runtime.functions.system.Compress
- All Implemented Interfaces:
- Serializable, Function
public final class Compress
- extends Object
- implements Function
Implements the Cold Fusion Function compress
- See Also:
- Serialized Form
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)
|
Compress
public Compress()
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