|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| Placeholder | The object representation of a configuration placeholder. |
| PlaceholderEvaluator | Evalutates a placeholder returning the value retrieved from the configuration source. |
| PlaceholderMatcher | Used to determine if the provided value is indeed a placeholder for a configurable value. |
| Class Summary | |
|---|---|
| AbstractPlaceholder | Allows for configuration of individual bean property values from a configuration resource. |
| AbstractPlaceholderEvaluator | An abstract placeholder evaluator whos AbstractPlaceholderEvaluator.evaluate(Placeholder) method delegates off the an appropriate evaluate
method based on the type returned from Placeholder.getType(). |
| ConfigurationPlaceholderProcessor | Allows for configuration of individual bean property values from a configuration resource. |
| DefaultPlaceholder | The default implementation of a placeholder. |
| DefaultPlaceholderMatcher | The default implementation of PlaceholderMatcher that uses the "standard" format of "${valueToBeEveluated}". |
| Exception Summary | |
|---|---|
| InvalidPlaceholderException | A runtime exception to be thrown when something goes terribly wrong when evaluating placeholders. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||