|
Deprecated Methods |
ognl.OgnlRuntime.callMethod(OgnlContext, Object, String, String, Object[])
Use OgnlRuntime.callMethod(OgnlContext, Object, String, Object[]) instead. |
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.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.OgnlRuntime.setMethodValue(OgnlContext, Object, String, Object)
|