| Package | Description |
|---|---|
| ognl |
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
|
| Modifier and Type | Method and Description |
|---|---|
MemberAccess |
OgnlContext.getMemberAccess() |
| Modifier and Type | Method and Description |
|---|---|
static Map |
Ognl.addDefaultContext(Object root,
MemberAccess memberAccess,
ClassResolver classResolver,
TypeConverter converter,
Map 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 Map |
Ognl.createDefaultContext(Object root,
MemberAccess memberAccess)
Creates and returns a new standard naming context for evaluating an OGNL expression.
|
static Map |
Ognl.createDefaultContext(Object root,
MemberAccess memberAccess,
ClassResolver classResolver,
TypeConverter converter)
Creates and returns a new standard naming context for evaluating an OGNL expression.
|
void |
OgnlContext.setMemberAccess(MemberAccess ignore)
Deprecated.
|
| Constructor and Description |
|---|
OgnlContext(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,
Map values) |
Copyright © 1997–2018 OpenSymphony. All rights reserved.