railo.runtime.type.util
Class MemberUtil
java.lang.Object
railo.runtime.type.util.MemberUtil
public class MemberUtil
- extends Object
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)
|
MemberUtil
public MemberUtil()
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