| Name | Package | Description |
| ActiveScriptEngine | org.apache.bsf.engines.activescript | This is the interface to active scripting engines from the Bean
Scripting Framework. |
| AdapterClassLoader | org.apache.bsf.util.event.generator | No description provided. |
| Bean | org.apache.bsf.util | A Bean is the class used to represent a bean: it holds a
type and a value. |
| BreakPoint | org.apache.bsf.engines.javascript | Materializes a breakpoint. |
| BreakPoint | org.apache.bsf.dbline | This class instances represent breakpoints as known
by the client debugger. |
| BreakPoint | org.apache.bsf.util | This is a class for the debug manager to remember
a breakpoint. |
| BSFConnect | org.apache.bsf.debug | No description provided. |
| BSFDebugManagerImpl | org.apache.bsf.util | No description provided. |
| BSFDeclaredBean | org.apache.bsf | BSFDeclaredBeans are used internally by BSF to encapsulate information being
passed between a BSFManager and its various BSFEngines. |
| BSFEngineImpl | org.apache.bsf.util | This is a base implementation of the BSFEngine interface which
engine implementations may choose to extend to get the basic
methods of the interface implemented. |
| BSFEventProcessor | org.apache.bsf.util | This is used to support binding scripts to be run when an event
occurs. |
| BSFFunctions | org.apache.bsf.util | This is a utility that engine implementors may use as the Java
object they expose in the scripting language as "bsf". |
| BSFManager | org.apache.bsf | This class is the entry point to the bean scripting framework. |
| bsftag | org.apache.taglibs.bsf | No description provided. |
| Buffer | org.apache.bsf.dbline | A buffer represents a document such as a JSP. |
| Bytecode | org.apache.bsf.util.event.generator | Bytecode handling utilities
Handle standard byte arrays as defined in Java VM and Class File
5 April 1999 - functions to append Class File byte subarrays
into a Class File byte array |
| ByteUtility | org.apache.bsf.util.event.generator | Byte handling utilities
5 April 1999 - functions to append standard types to byte arrays
functions to produce standard types from byte arrays |
| Callbacks | org.apache.bsf.dbline | This object is the remote object that will be passed to
the remote debug manager as both the BSFDebugger and
the JavaScript-specific callback object. |
| CFDriver | org.apache.bsf.util.cf | This is an example of how a CodeFormatter bean can be used. |
| CircularBuffer | org.apache.bsf.debug.clientImpl | No description provided. |
| ClientConnection | org.apache.bsf.debug.clientImpl | No description provided. |
| ClientStubTable | org.apache.bsf.debug.clientImpl | This class provides the resident object table for the
mirrors. |
| CodeBuffer | org.apache.bsf.util | A CodeBuffer object is used as a code repository for generated Java code. |
| CodeFormatter | org.apache.bsf.util.cf | A CodeFormatter bean is used to format raw Java code. |
| COMIDispatchBean | org.apache.bsf.engines.activescript | No description provided. |
| CompilationUnit | org.apache.bsf.engines.javascript | A compilation unit is a Rhino concept. |
| Context | org.apache.bsf.dbline | Context objects represent remote JsContext in the
JavaScript engine. |
| DebugConstants | org.apache.bsf.debug.util | No description provided. |
| DebuggerDispatcher | org.apache.bsf.debug.meta | No description provided. |
| DebuggerStub | org.apache.bsf.debug.meta | No description provided. |
| DebugLog | org.apache.bsf.debug.util | No description provided. |
| DebugManagerDispatcher | org.apache.bsf.debug.meta | No description provided. |
| DebugManagerStub | org.apache.bsf.debug.meta | No description provided. |
| Dispatcher | org.apache.bsf.debug.util | No description provided. |
| DocumentCell | org.apache.bsf.engines.javascript | A document cell materializes a known document. |
| DocumentCell | org.apache.bsf.util | A DocumentCell allows the debug manager to keep track
of known documents for which it has breakpoints. |
| EngineUtils | org.apache.bsf.util | This class contains utilities that language integrators can use
when implementing the BSFEngine interface. |
| EventAdapterGenerator | org.apache.bsf.util.event.generator | EventAdapterGenerator
Generate an "Event Adapter" dynamically during program execution |
| EventAdapterImpl | org.apache.bsf.util.event | EventAdapterImpl is a default implementation of the EventAdapter
interface that specific event adapters may choose to subclass from
instead of implementing the interface themselves. |
| EventAdapterRegistry | org.apache.bsf.util.event | The EventAdapterRegistry is the registry of event adapters. |
| expression | org.apache.taglibs.bsf | No description provided. |
| FnOrScript | org.apache.bsf.engines.javascript | This class represents a function or script, that is,
a piece of a document that is provided to the JavaScript
engine for evaluation, execution, or simply compilation. |
| FnOrScript | org.apache.bsf.dbline | Insert the type's description here. |
| GatedListener | org.apache.bsf.debug.serverImpl | No description provided. |
| IndentWriter | org.apache.bsf.util | An IndentWriter object behaves the same as a
PrintWriter object, with the additional capability
of being able to print strings that are prepended with a specified
amount of spaces. |
| IntHashtable | org.apache.bsf.debug.util | Hashtable associates keys with values. |
| IOUtils | org.apache.bsf.util | This file is a collection of input/output utilities. |
| JavaBean | org.apache.bsf.engines.activescript | No description provided. |
| JavaClassEngine | org.apache.bsf.engines.javaclass | This is the interface to scripts consisting of Java objects from the
Bean Scripting Framework. |
| JavaEngine | org.apache.bsf.engines.java | This is the interface to Java from the
Bean Scripting Framework. |
| JavaOLEENUMVAR | org.apache.bsf.engines.activescript | No description provided. |
| JavaScriptEngine | org.apache.bsf.engines.javascript | This is the interface to Netscape's Rhino (JavaScript) from the
Bean Scripting Framework. |
| JavaUtils | org.apache.bsf.util | No description provided. |
| java_awt_event_ActionAdapter | org.apache.bsf.util.event.adapters | No description provided. |
| java_awt_event_AdjustmentAdapter | org.apache.bsf.util.event.adapters | No description provided. |
| java_awt_event_ComponentAdapter | org.apache.bsf.util.event.adapters | No description provided. |
| java_awt_event_ContainerAdapter | org.apache.bsf.util.event.adapters | No description provided. |
| java_awt_event_FocusAdapter | org.apache.bsf.util.event.adapters | No description provided. |
| java_awt_event_ItemAdapter | org.apache.bsf.util.event.adapters | No description provided. |
| java_awt_event_KeyAdapter | org.apache.bsf.util.event.adapters | No description provided. |
| java_awt_event_MouseAdapter | org.apache.bsf.util.event.adapters | No description provided. |
| java_awt_event_MouseMotionAdapter | org.apache.bsf.util.event.adapters | No description provided. |
| java_awt_event_TextAdapter | org.apache.bsf.util.event.adapters | No description provided. |
| java_awt_event_WindowAdapter | org.apache.bsf.util.event.adapters | No description provided. |
| java_beans_PropertyChangeAdapter | org.apache.bsf.util.event.adapters | No description provided. |
| java_beans_VetoableChangeAdapter | org.apache.bsf.util.event.adapters | No description provided. |
| JPythonEngine | org.apache.bsf.engines.jpython | This is the interface to JPython (http://www.jpython.org/) from BSF. |
| JsCallbacksDispatcher | org.apache.bsf.debug.meta | No description provided. |
| JsCallbacksStub | org.apache.bsf.debug.meta | No description provided. |
| JsCodeStub | org.apache.bsf.debug.meta | No description provided. |
| JsContextDispatcher | org.apache.bsf.debug.meta | No description provided. |
| JsContextStub | org.apache.bsf.engines.javascript | Insert the type's description here. |
| JsContextStub | org.apache.bsf.debug.meta | No description provided. |
| JsDb | org.apache.bsf.dbline | No description provided. |
| JsEngineDispatcher | org.apache.bsf.debug.meta | No description provided. |
| JsEngineStub | org.apache.bsf.engines.javascript | Insert the type's description here. |
| JsEngineStub | org.apache.bsf.debug.meta | No description provided. |
| JsObjectDispatcher | org.apache.bsf.debug.meta | No description provided. |
| JsObjectProxy | org.apache.bsf.dbline | This is a proxy for remote objects in the JavaScript engine. |
| JsObjectStub | org.apache.bsf.engines.javascript | Insert the type's description here. |
| JsObjectStub | org.apache.bsf.debug.meta | No description provided. |
| JythonEngine | org.apache.bsf.engines.jython | This is the interface to Jython (http://www.jython.org/) from BSF. |
| LangCell | org.apache.bsf.util | No description provided. |
| Main | org.apache.bsf | This is the main driver for BSF to be run on the command line
to eval/exec/compile scripts directly. |
| MethodUtils | org.apache.bsf.util | This file is a collection of reflection utilities for dealing with
methods and constructors. |
| NetRexxEngine | org.apache.bsf.engines.netrexx | This is the interface to NetRexx from the
Bean Scripting Framework. |
| ObjectRegistry | org.apache.bsf.util | The ObjectRegistry is used to do name-to-object reference lookups. |
| ObjectServer | org.apache.bsf.debug.serverImpl | No description provided. |
| ObjInfo | org.apache.bsf.util | An ObjInfo object is used by a compiler to track the name and
type of a bean. |
| ReflectionUtils | org.apache.bsf.util | This file is a collection of reflection utilities. |
| ResultCell | org.apache.bsf.debug.util | No description provided. |
| RhinoContextProxy | org.apache.bsf.engines.javascript | No description provided. |
| RhinoEngineDebugger | org.apache.bsf.engines.javascript | No description provided. |
| scriptlet | org.apache.taglibs.bsf | No description provided. |
| ServerStubTable | org.apache.bsf.debug.serverImpl | This class provides the resident object table for the
mirrors. |
| Skeleton | org.apache.bsf.debug.util | No description provided. |
| SocketConnection | org.apache.bsf.debug.util | No description provided. |
| StringUtils | org.apache.bsf.util | Deals with strings (probably need to elaborate some more). |
| Stub | org.apache.bsf.debug.util | No description provided. |
| StubTable | org.apache.bsf.debug.util | This class provides the resident object table for the
mirrors. |
| ThreadCell | org.apache.bsf.debug.util | No description provided. |
| TypeConvertorRegistry | org.apache.bsf.util.type | The TypeConvertorRegistry is the registry of type convertors. |
| vbEmpty | org.apache.bsf.engines.activescript | This class is only used as an ojbect to be returned to scripting engine
the VB_EMPTY variant which is not necessarly threated the same as null. |
| XSLTEngine | org.apache.bsf.engines.xslt | Xerces XSLT interface to BSF. |
| XSLTResultNode | org.apache.bsf.engines.xslt | No description provided. |