Interface | Description |
---|---|
PropertyReplacer |
Replace any properties found within the provided text.
|
PropertyResolver | Deprecated
use
SimpleExpressionResolver , which has a clearer contract |
SimpleExpressionResolver |
Resolves the value of a simple expression, where a simple expression is defined as the content
between the strings "${" and "}", with no other simple expressions nested inside.
|
Class | Description |
---|---|
CompatibilityExpressionResolver |
Converts between
PropertyResolver by delegating the
CompatibilityExpressionResolver.resolveExpressionContent(String) call to a provided PropertyResolver . |
CompositePropertyResolver |
Resolves properties using a series of other
PropertyResolver s. |
DefaultExpressionReplacer |
PropertyReplacer that can deal with nested expressions and
with recursively resolution in cases where expression resolves to another expression. |
JBossASSimpleExpressionResolver |
Base class for
SimpleExpressionResolver implementations that
handle traditional JBoss AS style expressions, with syntax key[,key]*[:defaultValue] . |
PropertiesPropertyResolver |
Resolves properties using a
Properties object. |
PropertyReplacers |
Provides standard
PropertyReplacer implementations. |
SimpleExpressionResolver.ResolutionResult |
The result of
resolving some expression content . |
SystemPropertyResolver |
Attempt to resolve properties using system and environment properties.
|
Copyright © 2019 JBoss, a division of Red Hat, Inc.. All Rights Reserved.