Deprecated Methods |
org.apache.commons.ognl.JavaCharStream.getColumn()
|
org.apache.commons.ognl.OgnlRuntime.getCompiler()
use getCompiler(OgnlContext) instead |
org.apache.commons.ognl.EvaluationPool.getCreatedCount()
object-pooling now relies on the jvm garbage collection |
org.apache.commons.ognl.JavaCharStream.getLine()
|
org.apache.commons.ognl.OgnlRuntime.getModifierString(int)
This method is no longer used. |
org.apache.commons.ognl.EvaluationPool.getRecoveredCount()
object-pooling now relies on the jvm garbage collection |
org.apache.commons.ognl.EvaluationPool.getRecycledCount()
object-pooling now relies on the jvm garbage collection |
org.apache.commons.ognl.EvaluationPool.getSize()
object-pooling now relies on the jvm garbage collection |
org.apache.commons.ognl.OgnlRuntime.isJdk15()
This always returns true now since OGNL requires Java 1.5. |
org.apache.commons.ognl.EvaluationPool.recycle(Evaluation)
object-pooling now relies on the jvm garbage collection |
org.apache.commons.ognl.ObjectArrayPool.recycle(Object[])
object-pooling now relies on the jvm garbage collection |
org.apache.commons.ognl.EvaluationPool.recycleAll(Evaluation)
object-pooling now relies on the jvm garbage collection |
org.apache.commons.ognl.EvaluationPool.recycleAll(List)
object-pooling now relies on the jvm garbage collection |