Java org.apache.commons.ognl OgnlContext fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.ognl OgnlContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.ognl OgnlContext.

The text is from its open source code.

Field

Constructor

OgnlContext(ClassResolver classResolver, TypeConverter typeConverter, MemberAccess memberAccess)
Constructs a new OgnlContext with the given class resolver, type converter and member access.
OgnlContext()
Constructs a new OgnlContext with the default class resolver, type converter and member access.

Method