Uses of Class
oracle.as.scheduler.substitution.SubstitutionException
Packages that use SubstitutionException
Package
Description
Support for substitution on environment, configuration, execution context, and parameters.
-
Uses of SubstitutionException in oracle.as.scheduler.substitution
Methods in oracle.as.scheduler.substitution that throw SubstitutionExceptionModifier and TypeMethodDescriptionboolean
AppEnvSubstitutionHandler.containsKey
(String name) boolean
CcwSubstitutionHandler.containsKey
(String name) boolean
EssEnvSubstitutionHandler.containsKey
(String name) boolean
SubstitutionHandler.containsKey
(String name) Reports whether the handler can return a value to substitute forname
.Gets the value which will be used to replace the token.CcwSubstitutionManager.getSubstitutedValue
(long requestId, String paramName, String unsubVal) static Substitutor
SubstitutorFactory.getSubstitutor
(RequestExecutionContext ctxt, RequestParameters params) Create the standardSubstitutor
.static Substitutor
SubstitutorFactory.getSubstitutorWithAltEnv
(RequestExecutionContext ctxt, RequestParameters params, Map<String, String> altAppEnv) Create the standardSubstitutor
.Substitutor.substitute
(String original) Recursively replaces all tokens in the stringoriginal
with the results from matching handlers.