Uses of Interface
ognl.ClassResolver
Packages that use ClassResolver
Package
Description
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
-
Uses of ClassResolver in ognl
Classes in ognl that implement ClassResolverFields in ognl declared as ClassResolverMethods in ognl that return ClassResolverMethods in ognl with parameters of type ClassResolverModifier and TypeMethodDescriptionstatic OgnlContextOgnl.addDefaultContext(Object root, ClassResolver classResolver, OgnlContext context) Appends the standard naming context for evaluating an OGNL expression into the context given so that cached maps can be used as a context.static OgnlContextOgnl.addDefaultContext(Object root, ClassResolver classResolver, TypeConverter converter, OgnlContext context) Appends the standard naming context for evaluating an OGNL expression into the context given so that cached maps can be used as a context.static OgnlContextOgnl.addDefaultContext(Object root, MemberAccess memberAccess, ClassResolver classResolver, TypeConverter converter, OgnlContext initialContext) Appends the standard naming context for evaluating an OGNL expression into the context given so that cached maps can be used as a context.static OgnlContextOgnl.createDefaultContext(Object root, ClassResolver classResolver) Creates and returns a new standard naming context for evaluating an OGNL expression.static OgnlContextOgnl.createDefaultContext(Object root, ClassResolver classResolver, TypeConverter converter) Creates and returns a new standard naming context for evaluating an OGNL expression.static OgnlContextOgnl.createDefaultContext(Object root, MemberAccess memberAccess, ClassResolver classResolver, TypeConverter converter) Creates and returns a new standard naming context for evaluating an OGNL expression.Constructors in ognl with parameters of type ClassResolverModifierConstructorDescriptionOgnlContext(ClassResolver classResolver, TypeConverter typeConverter, MemberAccess memberAccess) Constructs a new OgnlContext with the given class resolver, type converter and member access.OgnlContext(MemberAccess memberAccess, ClassResolver classResolver, TypeConverter typeConverter, OgnlContext initialContext) Constructs a new OgnlContext with the given member access, class resolver, type converter and values. -
Uses of ClassResolver in ognl.enhance
Fields in ognl.enhance with type parameters of type ClassResolverModifier and TypeFieldDescriptionprotected Map<ClassResolver, EnhancedClassLoader> ExpressionCompiler.loadersClassLoaderinstances.