railo.runtime.type.util
Class MemberUtil

java.lang.Object
  extended by railo.runtime.type.util.MemberUtil

public class MemberUtil
extends Object


Constructor Summary
MemberUtil()
           
 
Method Summary
static Object call(PageContext pc, Object coll, Collection.Key methodName, Object[] args, short type, String strType)
           
static Object callWithNamedValues(PageContext pc, Object coll, Collection.Key methodName, Struct args, short type, String strType)
           
static Map<Collection.Key,FunctionLibFunction> getMembers(PageContext pc, short type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemberUtil

public MemberUtil()
Method Detail

getMembers

public static Map<Collection.Key,FunctionLibFunction> getMembers(PageContext pc,
                                                                 short type)

call

public static Object call(PageContext pc,
                          Object coll,
                          Collection.Key methodName,
                          Object[] args,
                          short type,
                          String strType)
                   throws PageException
Throws:
PageException

callWithNamedValues

public static Object callWithNamedValues(PageContext pc,
                                         Object coll,
                                         Collection.Key methodName,
                                         Struct args,
                                         short type,
                                         String strType)
                                  throws PageException
Throws:
PageException


Copyright © 2012 Railo