| ognl.Ognl.addDefaultContext(Object, Map)
will be removed soon
|
| ognl.OgnlRuntime.callMethod(OgnlContext, Object, String, String, Object[])
|
| ognl.Ognl.createDefaultContext(Object)
it will be removed soon
|
| ognl.Ognl.createDefaultContext(Object, ClassResolver)
it will be removed soon
|
| ognl.Ognl.createDefaultContext(Object, ClassResolver, TypeConverter)
it will be removed soon
|
| ognl.Ognl.getClassResolver(Map)
it always return null, access to class resolver was prohibited
|
| ognl.JavaCharStream.getColumn() |
| ognl.EvaluationPool.getCreatedCount()
object-pooling now relies on the jvm garbage collection
|
| ognl.OgnlRuntime.getFieldValue(OgnlContext, Object, String) |
| ognl.JavaCharStream.getLine() |
| ognl.OgnlRuntime.getMethodValue(OgnlContext, Object, String) |
| ognl.EvaluationPool.getRecoveredCount()
object-pooling now relies on the jvm garbage collection
|
| ognl.EvaluationPool.getRecycledCount()
object-pooling now relies on the jvm garbage collection
|
| ognl.EvaluationPool.getSize()
object-pooling now relies on the jvm garbage collection
|
| ognl.Ognl.getValue(Object, Object)
it will be removed soon
|
| ognl.EvaluationPool.recycle(Evaluation)
object-pooling now relies on the jvm garbage collection
|
| ognl.ObjectArrayPool.recycle(Object[])
object-pooling now relies on the jvm garbage collection
|
| ognl.EvaluationPool.recycleAll(Evaluation)
object-pooling now relies on the jvm garbage collection
|
| ognl.EvaluationPool.recycleAll(List)
object-pooling now relies on the jvm garbage collection
|
| ognl.OgnlContext.recycleLastEvaluation()
since 3.2
|
| ognl.OgnlContext.setClassResolver(ClassResolver) |
| ognl.Ognl.setClassResolver(Map, ClassResolver)
it ignores any attempts to modify ClassResolver, ClassResolver can be defined
only when creating a new context
|
| ognl.OgnlContext.setMemberAccess(MemberAccess) |
| ognl.OgnlRuntime.setMethodValue(OgnlContext, Object, String, Object) |
| ognl.Ognl.setTypeConverter(Map, TypeConverter)
do not use
|
| ognl.OgnlContext.setTypeConverter(TypeConverter) |