| 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 | Class and Description |
|---|---|
class |
DefaultClassResolver
Default class resolution.
|
| Modifier and Type | Method and Description |
|---|---|
ClassResolver |
OgnlContext.getClassResolver() |
static ClassResolver |
Ognl.getClassResolver(Map context)
Deprecated.
it always return null, access to class resolver was prohibited
|
| Modifier and Type | Method and Description |
|---|---|
static Map |
Ognl.addDefaultContext(Object root,
ClassResolver classResolver,
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.addDefaultContext(Object root,
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.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,
ClassResolver classResolver)
Deprecated.
it will be removed soon
|
static Map |
Ognl.createDefaultContext(Object root,
ClassResolver classResolver,
TypeConverter converter)
Deprecated.
it will be removed soon
|
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.setClassResolver(ClassResolver ignore)
Deprecated.
|
static void |
Ognl.setClassResolver(Map context,
ClassResolver classResolver)
Deprecated.
it ignores any attempts to modify ClassResolver, ClassResolver can be defined
only when creating a new context
|
| 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.