| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractEvalOpProcessorA base  OpProcessorimplementation that helps with operations that deal
 with script evaluation functions. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Optional<OpProcessor> | OpLoader. getProcessor(String name)Gets an  OpProcessorby its name. | 
| static Map<String,OpProcessor> | OpLoader. getProcessors()Gets a read-only map of the processors where the key is the  OpProcessorname and the value is the
 instance created byServiceLoader. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ControlOpProcessor | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SessionOpProcessorSimple  OpProcessorimplementation that handlesScriptEnginescript evaluation in the context of a session. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StandardOpProcessorSimple  OpProcessorimplementation that handlesScriptEnginescript evaluation outside the context
 of a session. | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.