Uses of Interface
oracle.as.scheduler.substitution.SubstitutionHandler
Packages that use SubstitutionHandler
Package
Description
Support for substitution on environment, configuration, execution context, and parameters.
-
Uses of SubstitutionHandler in oracle.as.scheduler.substitution
Classes in oracle.as.scheduler.substitution that implement SubstitutionHandlerModifier and TypeClassDescriptionclass
Substitute from application-specific environment/configurationclass
Substitution handler for cross component wiring.class
Substitute from the environment.class
ThisSubstitutionHandler
makes the elements of ReqeustExecutionContext available as substitutions.class
ThisSubstitutionHandler
makes the elements ofRequestParameters
available as substitutions.class
Aggregate substitution handler for RequestContextSubstitutionHandler and RequestParamSubstitutionHandler.Method parameters in oracle.as.scheduler.substitution with type arguments of type SubstitutionHandlerModifier and TypeMethodDescriptionvoid
Substitutor.setSubstitutionHandlers
(List<SubstitutionHandler> subsHandlers) Set the list ofSubstitutionHandler
s to use for substitution.