public interface ExpressionLanguageEngine
| Modifier and Type | Method and Description |
|---|---|
String |
resolveExpression(String expression)
Replace all the '#' based keywords (e.g.
|
String |
resolveExpression(String expression,
ObjectName exactObjectName,
String attribute,
String compositeDataKey,
Integer position) |
@Nonnull String resolveExpression(@Nonnull String expression)
#hostname#) by the value returned by the associated function.expression - the expression to resolve (e.g. "servers.#hostname#.")"servers.tomcat5")Copyright © 2016. All Rights Reserved.