| Package | Description |
|---|---|
| org.jboss.metadata.property |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CompatibilityExpressionResolver |
Converts between
PropertyResolver by delegating the
CompatibilityExpressionResolver.resolveExpressionContent(String) call to a provided PropertyResolver. |
class |
CompositePropertyResolver |
Resolves properties using a series of other
PropertyResolvers. |
class |
JBossASSimpleExpressionResolver |
Base class for
SimpleExpressionResolver implementations that
handle traditional JBoss AS style expressions, with syntax key[,key]*[:defaultValue]. |
class |
PropertiesPropertyResolver |
Resolves properties using a
Properties object. |
class |
SystemPropertyResolver |
Attempt to resolve properties using system and environment properties.
|
| Modifier and Type | Method | Description |
|---|---|---|
static PropertyReplacer |
PropertyReplacers.resolvingExpressionReplacer(SimpleExpressionResolver resolver) |
Return a
PropertyReplacer that uses the provided SimpleExpressionResolver to resolve any
expressions found in the text. |
| Constructor | Description |
|---|---|
CompositePropertyResolver(SimpleExpressionResolver... resolvers) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.