Package org.clapper.util.scripting

Interface Summary
UnifiedCompiledScript Representation of a compiled script.
 

Class Summary
UnifiedScriptEngine A script engine interface that provides a common set of methods that can map both the Apache Jakarta Bean Scripting Framework (BSF) and the Java 6 JSR 223 (javax.script) framework, allowing callers to use either underlying framework without changing code.
UnifiedScriptEngineManager A script engine manager that provides a common interface between the Apache Jakarta Bean Scripting Framework (BSF) and the Java 6 JSR 223 (javax.script) framework, allowing callers to use either underlying framework without changing code.
 

Enum Summary
ScriptFrameworkType Defines the set of script frameworks supported by the UnifiedScriptEngineManager class.
 

Exception Summary
UnifiedScriptException  
 



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.