Package | Description |
---|---|
oracle.as.scheduler.substitution |
Support for substitution on environment, configuration, execution context, and parameters.
|
Modifier and Type | Method and Description |
---|---|
static Substitutor |
SubstitutorFactory.getEssEnvSubstitutor()
Create a
Substitutor using the EssEnvSubstitutionHandler |
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 . |