Package | Description |
---|---|
oracle.as.scheduler.substitution |
Support for substitution on environment, configuration, execution context, and parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CcwSubstitutionHandler.containsKey(String name) |
boolean |
SubstitutionHandler.containsKey(String name)
Reports whether the handler can return a value to substitute for
name . |
boolean |
AppEnvSubstitutionHandler.containsKey(String name) |
boolean |
EssEnvSubstitutionHandler.containsKey(String name) |
String |
CcwSubstitutionHandler.get(String name) |
String |
SubstitutionHandler.get(String name)
Gets the value which will be used to replace the token.
|
String |
AppEnvSubstitutionHandler.get(String name) |
String |
EssEnvSubstitutionHandler.get(String name) |
String |
CcwSubstitutionManager.getSubstitutedValue(long requestId,
String paramName,
String unsubVal) |
static Substitutor |
SubstitutorFactory.getSubstitutor(RequestExecutionContext ctxt,
RequestParameters params)
Create the standard
Substitutor . |
static Substitutor |
SubstitutorFactory.getSubstitutorWithAltEnv(RequestExecutionContext ctxt,
RequestParameters params,
Map altAppEnv)
Create the standard
Substitutor . |
String |
Substitutor.substitute(String original)
Recursively replaces all tokens in the string
original
with the results from matching handlers. |