Library:Apache Jakarta BSF
Version:2.3.0
Compatibility:JDK 1.4
Classes in library Apache Jakarta BSF.
NamePackageDescription
ActiveScriptEngineorg.apache.bsf.engines.activescriptThis is the interface to active scripting engines from the Bean Scripting Framework.
AdapterClassLoaderorg.apache.bsf.util.event.generatorNo description provided.
Beanorg.apache.bsf.utilA Bean is the class used to represent a bean: it holds a type and a value.
BreakPointorg.apache.bsf.engines.javascriptMaterializes a breakpoint.
BreakPointorg.apache.bsf.dblineThis class instances represent breakpoints as known by the client debugger.
BreakPointorg.apache.bsf.utilThis is a class for the debug manager to remember a breakpoint.
BSFConnectorg.apache.bsf.debugNo description provided.
BSFDebugManagerImplorg.apache.bsf.utilNo description provided.
BSFDeclaredBeanorg.apache.bsfBSFDeclaredBeans are used internally by BSF to encapsulate information being passed between a BSFManager and its various BSFEngines.
BSFEngineImplorg.apache.bsf.utilThis is a base implementation of the BSFEngine interface which engine implementations may choose to extend to get the basic methods of the interface implemented.
BSFEventProcessororg.apache.bsf.utilThis is used to support binding scripts to be run when an event occurs.
BSFFunctionsorg.apache.bsf.utilThis is a utility that engine implementors may use as the Java object they expose in the scripting language as "bsf".
BSFManagerorg.apache.bsfThis class is the entry point to the bean scripting framework.
bsftagorg.apache.taglibs.bsfNo description provided.
Bufferorg.apache.bsf.dblineA buffer represents a document such as a JSP.
Bytecodeorg.apache.bsf.util.event.generatorBytecode 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
ByteUtilityorg.apache.bsf.util.event.generatorByte handling utilities 5 April 1999 - functions to append standard types to byte arrays functions to produce standard types from byte arrays
Callbacksorg.apache.bsf.dblineThis object is the remote object that will be passed to the remote debug manager as both the BSFDebugger and the JavaScript-specific callback object.
CFDriverorg.apache.bsf.util.cfThis is an example of how a CodeFormatter bean can be used.
CircularBufferorg.apache.bsf.debug.clientImplNo description provided.
ClientConnectionorg.apache.bsf.debug.clientImplNo description provided.
ClientStubTableorg.apache.bsf.debug.clientImplThis class provides the resident object table for the mirrors.
CodeBufferorg.apache.bsf.utilA CodeBuffer object is used as a code repository for generated Java code.
CodeFormatterorg.apache.bsf.util.cfA CodeFormatter bean is used to format raw Java code.
COMIDispatchBeanorg.apache.bsf.engines.activescriptNo description provided.
CompilationUnitorg.apache.bsf.engines.javascriptA compilation unit is a Rhino concept.
Contextorg.apache.bsf.dblineContext objects represent remote JsContext in the JavaScript engine.
DebugConstantsorg.apache.bsf.debug.utilNo description provided.
DebuggerDispatcherorg.apache.bsf.debug.metaNo description provided.
DebuggerStuborg.apache.bsf.debug.metaNo description provided.
DebugLogorg.apache.bsf.debug.utilNo description provided.
DebugManagerDispatcherorg.apache.bsf.debug.metaNo description provided.
DebugManagerStuborg.apache.bsf.debug.metaNo description provided.
Dispatcherorg.apache.bsf.debug.utilNo description provided.
DocumentCellorg.apache.bsf.engines.javascriptA document cell materializes a known document.
DocumentCellorg.apache.bsf.utilA DocumentCell allows the debug manager to keep track of known documents for which it has breakpoints.
EngineUtilsorg.apache.bsf.utilThis class contains utilities that language integrators can use when implementing the BSFEngine interface.
EventAdapterGeneratororg.apache.bsf.util.event.generatorEventAdapterGenerator Generate an "Event Adapter" dynamically during program execution
EventAdapterImplorg.apache.bsf.util.eventEventAdapterImpl is a default implementation of the EventAdapter interface that specific event adapters may choose to subclass from instead of implementing the interface themselves.
EventAdapterRegistryorg.apache.bsf.util.eventThe EventAdapterRegistry is the registry of event adapters.
expressionorg.apache.taglibs.bsfNo description provided.
FnOrScriptorg.apache.bsf.engines.javascriptThis 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.
FnOrScriptorg.apache.bsf.dblineInsert the type's description here.
GatedListenerorg.apache.bsf.debug.serverImplNo description provided.
IndentWriterorg.apache.bsf.utilAn 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.
IntHashtableorg.apache.bsf.debug.utilHashtable associates keys with values.
IOUtilsorg.apache.bsf.utilThis file is a collection of input/output utilities.
JavaBeanorg.apache.bsf.engines.activescriptNo description provided.
JavaClassEngineorg.apache.bsf.engines.javaclassThis is the interface to scripts consisting of Java objects from the Bean Scripting Framework.
JavaEngineorg.apache.bsf.engines.javaThis is the interface to Java from the Bean Scripting Framework.
JavaOLEENUMVARorg.apache.bsf.engines.activescriptNo description provided.
JavaScriptEngineorg.apache.bsf.engines.javascriptThis is the interface to Netscape's Rhino (JavaScript) from the Bean Scripting Framework.
JavaUtilsorg.apache.bsf.utilNo description provided.
java_awt_event_ActionAdapterorg.apache.bsf.util.event.adaptersNo description provided.
java_awt_event_AdjustmentAdapterorg.apache.bsf.util.event.adaptersNo description provided.
java_awt_event_ComponentAdapterorg.apache.bsf.util.event.adaptersNo description provided.
java_awt_event_ContainerAdapterorg.apache.bsf.util.event.adaptersNo description provided.
java_awt_event_FocusAdapterorg.apache.bsf.util.event.adaptersNo description provided.
java_awt_event_ItemAdapterorg.apache.bsf.util.event.adaptersNo description provided.
java_awt_event_KeyAdapterorg.apache.bsf.util.event.adaptersNo description provided.
java_awt_event_MouseAdapterorg.apache.bsf.util.event.adaptersNo description provided.
java_awt_event_MouseMotionAdapterorg.apache.bsf.util.event.adaptersNo description provided.
java_awt_event_TextAdapterorg.apache.bsf.util.event.adaptersNo description provided.
java_awt_event_WindowAdapterorg.apache.bsf.util.event.adaptersNo description provided.
java_beans_PropertyChangeAdapterorg.apache.bsf.util.event.adaptersNo description provided.
java_beans_VetoableChangeAdapterorg.apache.bsf.util.event.adaptersNo description provided.
JPythonEngineorg.apache.bsf.engines.jpythonThis is the interface to JPython (http://www.jpython.org/) from BSF.
JsCallbacksDispatcherorg.apache.bsf.debug.metaNo description provided.
JsCallbacksStuborg.apache.bsf.debug.metaNo description provided.
JsCodeStuborg.apache.bsf.debug.metaNo description provided.
JsContextDispatcherorg.apache.bsf.debug.metaNo description provided.
JsContextStuborg.apache.bsf.engines.javascriptInsert the type's description here.
JsContextStuborg.apache.bsf.debug.metaNo description provided.
JsDborg.apache.bsf.dblineNo description provided.
JsEngineDispatcherorg.apache.bsf.debug.metaNo description provided.
JsEngineStuborg.apache.bsf.engines.javascriptInsert the type's description here.
JsEngineStuborg.apache.bsf.debug.metaNo description provided.
JsObjectDispatcherorg.apache.bsf.debug.metaNo description provided.
JsObjectProxyorg.apache.bsf.dblineThis is a proxy for remote objects in the JavaScript engine.
JsObjectStuborg.apache.bsf.engines.javascriptInsert the type's description here.
JsObjectStuborg.apache.bsf.debug.metaNo description provided.
JythonEngineorg.apache.bsf.engines.jythonThis is the interface to Jython (http://www.jython.org/) from BSF.
LangCellorg.apache.bsf.utilNo description provided.
Mainorg.apache.bsfThis is the main driver for BSF to be run on the command line to eval/exec/compile scripts directly.
MethodUtilsorg.apache.bsf.utilThis file is a collection of reflection utilities for dealing with methods and constructors.
NetRexxEngineorg.apache.bsf.engines.netrexxThis is the interface to NetRexx from the Bean Scripting Framework.
ObjectRegistryorg.apache.bsf.utilThe ObjectRegistry is used to do name-to-object reference lookups.
ObjectServerorg.apache.bsf.debug.serverImplNo description provided.
ObjInfoorg.apache.bsf.utilAn ObjInfo object is used by a compiler to track the name and type of a bean.
ReflectionUtilsorg.apache.bsf.utilThis file is a collection of reflection utilities.
ResultCellorg.apache.bsf.debug.utilNo description provided.
RhinoContextProxyorg.apache.bsf.engines.javascriptNo description provided.
RhinoEngineDebuggerorg.apache.bsf.engines.javascriptNo description provided.
scriptletorg.apache.taglibs.bsfNo description provided.
ServerStubTableorg.apache.bsf.debug.serverImplThis class provides the resident object table for the mirrors.
Skeletonorg.apache.bsf.debug.utilNo description provided.
SocketConnectionorg.apache.bsf.debug.utilNo description provided.
StringUtilsorg.apache.bsf.utilDeals with strings (probably need to elaborate some more).
Stuborg.apache.bsf.debug.utilNo description provided.
StubTableorg.apache.bsf.debug.utilThis class provides the resident object table for the mirrors.
ThreadCellorg.apache.bsf.debug.utilNo description provided.
TypeConvertorRegistryorg.apache.bsf.util.typeThe TypeConvertorRegistry is the registry of type convertors.
vbEmptyorg.apache.bsf.engines.activescriptThis 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.
XSLTEngineorg.apache.bsf.engines.xsltXerces XSLT interface to BSF.
XSLTResultNodeorg.apache.bsf.engines.xsltNo description provided.
Search