See: Description
Class | Description |
---|---|
ConfigResolver |
Property resolver implementation that interprets the resolver expression as a reference to another configuration
entry.
|
DefaultExpressionEvaluator |
Default expression evaluator that manages several instances of
ExpressionResolver . |
EnvironmentPropertyResolver |
Property resolver implementation that interprets the resolver expressions as environment properties.
|
ExpressionResolutionFilter |
Default expression evaluator that manages several instances of
ExpressionResolver . |
FileResolver |
Property resolver implementation that tries to load the given resource from the current file system.
|
ResourceResolver |
Property resolver implementation that tries to load the given resource from the current classpath using the
Thread Context classloader, and as fallback from the classloader that loaded this module and system classloader.
|
SystemPropertyResolver |
Property resolver implementation that interprets the resolver expression as system property name.
|
URLResolver |
Property resolver implementation that interprets the resolver expression as an URL to be resolved.
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.