|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-04 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubstitutionHandler | |
---|---|
oracle.as.scheduler.substitution |
Uses of SubstitutionHandler in oracle.as.scheduler.substitution |
---|
Classes in oracle.as.scheduler.substitution that implement SubstitutionHandler | |
---|---|
class |
AppEnvSubstitutionHandler
Substitute from application-specific environment/configuration |
class |
EssEnvSubstitutionHandler
Substitute from the environment. |
class |
RequestContextSubstitutionHandler
This SubstitutionHandler makes the elements of ReqeustExecutionContext
available as substitutions. |
class |
RequestParamSubstitutionHandler
This SubstitutionHandler makes the elements of RequestParameters
available as substitutions. |
class |
RequestSubstitutionHandler
Aggregate substitution handler for RequestContextSubstitutionHandler and RequestParamSubstitutionHandler. |
Methods in oracle.as.scheduler.substitution that return SubstitutionHandler | |
---|---|
protected SubstitutionHandler |
SubstitutorImpl.getMatchingHandler(java.lang.String subId,
java.lang.String name)
Find the first handler in the list that matches on substitution ID and name. |
Methods in oracle.as.scheduler.substitution that return types with arguments of type SubstitutionHandler | |
---|---|
protected java.util.List<SubstitutionHandler> |
SubstitutorImpl.stringToHandlers(java.lang.String subsHandlerNames)
Parse the subsHandlerNames string, instantiate the named
SubstitutionHandler classes, and return them in a list. |
Methods in oracle.as.scheduler.substitution with parameters of type SubstitutionHandler | |
---|---|
protected boolean |
SubstitutorImpl.initializeHandler(SubstitutionHandler handler)
Implementations of SubstitutorImpl may override this
method to perform implementation specific initialization for each handler
instance. |
Method parameters in oracle.as.scheduler.substitution with type arguments of type SubstitutionHandler | |
---|---|
void |
Substitutor.setSubstitutionHandlers(java.util.List<SubstitutionHandler> subsHandlers)
Set the list of SubstitutionHandler s to use for substitution. |
void |
SubstitutorImpl.setSubstitutionHandlers(java.util.List<SubstitutionHandler> handlers)
Set the list of SubstitutionHandler s to use. |
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-04 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |