public interface SimpleExpressionResolver
JBossASSimpleExpressionResolver
Modifier and Type | Interface and Description |
---|---|
static class |
SimpleExpressionResolver.ResolutionResult
The result of
resolving some expression content . |
Modifier and Type | Method and Description |
---|---|
SimpleExpressionResolver.ResolutionResult |
resolveExpressionContent(String expressionContent)
Resolve the given expression content.
|
SimpleExpressionResolver.ResolutionResult resolveExpressionContent(String expressionContent)
expressionContent
- the string that was between the leading "${"and trailing "}" in an expressionnull
if the expression content could not be resolved.Copyright © 2017 JBoss by Red Hat. All rights reserved.