public class ExpressionCache extends AbstractCache<String,org.springframework.expression.Expression>
| Constructor and Description |
|---|
ExpressionCache() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.expression.Expression |
fetch(String expression) |
protected boolean |
hasExpression(String value)
Returns true if the value contains an EL expression.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected org.springframework.expression.Expression fetch(String expression)
fetch in class AbstractCache<String,org.springframework.expression.Expression>protected boolean hasExpression(String value)
value - The value to check.Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.