Uses of Class
ognl.OgnlRuntime.ArgsCompatbilityReport

Packages that use OgnlRuntime.ArgsCompatbilityReport
ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. 
 

Uses of OgnlRuntime.ArgsCompatbilityReport in ognl
 

Fields in ognl declared as OgnlRuntime.ArgsCompatbilityReport
static OgnlRuntime.ArgsCompatbilityReport OgnlRuntime.NoArgsReport
           
 

Methods in ognl that return OgnlRuntime.ArgsCompatbilityReport
static OgnlRuntime.ArgsCompatbilityReport OgnlRuntime.areArgsCompatible(Class[] args, Class[] classes, Method m)
           
 

Methods in ognl with parameters of type OgnlRuntime.ArgsCompatbilityReport
static boolean OgnlRuntime.isTypeCompatible(Class parameterClass, Class methodArgumentClass, int index, OgnlRuntime.ArgsCompatbilityReport report)
           
 



Copyright © 1997-2016 OpenSymphony. All Rights Reserved.