railo.runtime.functions.conversion
Class ToScript

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

public final class ToScript
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
ToScript()
           
 
Method Summary
static String call(PageContext pc, Object var, String jsName)
           
static String call(PageContext pc, Object var, String jsName, boolean outputFormat)
           
static String call(PageContext pc, Object var, String jsName, boolean outputFormat, boolean asFormat)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToScript

public ToScript()
Method Detail

call

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

call

public static String call(PageContext pc,
                          Object var,
                          String jsName,
                          boolean outputFormat)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object var,
                          String jsName,
                          boolean outputFormat,
                          boolean asFormat)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo