railo.runtime.interpreter.ref.util
Class RefUtil

java.lang.Object
  extended by railo.runtime.interpreter.ref.util.RefUtil

public final class RefUtil
extends Object


Constructor Summary
RefUtil()
           
 
Method Summary
static boolean eeq(PageContext pc, Ref left, Ref right)
           
static Object[] getValue(PageContext pc, Ref[] refs)
          transalte a Ref array to a Object array
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefUtil

public RefUtil()
Method Detail

getValue

public static Object[] getValue(PageContext pc,
                                Ref[] refs)
                         throws PageException
transalte a Ref array to a Object array

Parameters:
refs -
Returns:
objects
Throws:
PageException

eeq

public static boolean eeq(PageContext pc,
                          Ref left,
                          Ref right)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo