See: Description
| Interface | Description |
|---|---|
| SubstitutionHandler |
Interface for handlers used by classes implementing
Substitutor. |
| Substitutor |
Performs token substitutions on a string using a
set of
SubstitutionHandlers. |
| Class | Description |
|---|---|
| AppEnvSubstitutionHandler |
Substitute from application-specific environment/configuration
|
| CcwSubstitutionHandler |
Substitution handler for cross component wiring.
|
| CcwSubstitutionManager |
Manage cross component wiring.
|
| EssEnvSubstitutionHandler |
Substitute from the environment.
|
| RequestContextSubstitutionHandler |
This
SubstitutionHandler makes the elements of ReqeustExecutionContext
available as substitutions. |
| RequestParamSubstitutionHandler |
This
SubstitutionHandler makes the elements of RequestParameters
available as substitutions. |
| RequestSubstitutionHandler |
Aggregate substitution handler for RequestContextSubstitutionHandler and
RequestParamSubstitutionHandler.
|
| SubstitutorFactory |
Factor class for creating a
Substitutor |
| Exception | Description |
|---|---|
| SubstitutionException |