railo.runtime.functions.string
Class JavaCast

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

public final class JavaCast
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
JavaCast()
           
 
Method Summary
static Object call(PageContext pc, String type, Object obj)
           
static Object calls(PageContext pc, String string, Object object)
           
static Object toArray(PageContext pc, String type, String lcType, Object obj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaCast

public JavaCast()
Method Detail

calls

public static Object calls(PageContext pc,
                           String string,
                           Object object)
                    throws PageException
Throws:
PageException

call

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

toArray

public static Object toArray(PageContext pc,
                             String type,
                             String lcType,
                             Object obj)
                      throws PageException
Throws:
PageException


Copyright © 2012 Railo