2006-06-11, rgf
A B C D E F G I J K L M N O P R S T U V W X

A

ActiveScriptEngine - class org.apache.bsf.engines.activescript.ActiveScriptEngine.
This is the interface to active scripting engines from the Bean Scripting Framework.
ActiveScriptEngine() - Constructor for class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
ActiveScriptEngine.ArrayInfo - class org.apache.bsf.engines.activescript.ActiveScriptEngine.ArrayInfo.
 
ActiveScriptEngine.ArrayInfo(Object) - Constructor for class org.apache.bsf.engines.activescript.ActiveScriptEngine.ArrayInfo
 
AdapterClassLoader - class org.apache.bsf.util.event.generator.AdapterClassLoader.
 
AdapterClassLoader() - Constructor for class org.apache.bsf.util.event.generator.AdapterClassLoader
 
AvalonLogger - class org.apache.commons.logging.impl.AvalonLogger.
Implementation of commons-logging Log interface that delegates all logging calls to the Avalon logging abstraction: the Logger interface.
AvalonLogger(Logger) - Constructor for class org.apache.commons.logging.impl.AvalonLogger
Constructs an AvalonLogger that outputs to the given Logger instance.
actionPerformed(ActionEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ActionAdapter
 
addBytes(byte[], byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
addBytes(byte[], byte) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
addBytes(byte[], int) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
addBytes(byte[], long) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
addBytes(byte[], String) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
addBytes(byte[], short) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
addClass(byte[], short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addConstructorArgument(ObjInfo) - Method in class org.apache.bsf.util.CodeBuffer
 
addConstructorException(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addConstructorStatement(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addEventListener(Object, String, String, String) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
add an event listener
addEventListener(Object, String, String, String) - Method in interface org.apache.bsf.engines.activescript.JavaBeanAddEventListener
 
addEventListener(Object, String, String, Object) - Method in class org.apache.bsf.util.BSFFunctions
 
addEventListener(Object, String, String, BSFEngine, BSFManager, String, int, int, Object) - Static method in class org.apache.bsf.util.EngineUtils
Add a script as a listener to some event coming out of an object.
addEventListener(Object, String, EventProcessor) - Static method in class org.apache.bsf.util.ReflectionUtils
Add an event processor as a listener to some event coming out of an object.
addEventListenerReturningEventInfos(Object, String, String, BSFEngine, BSFManager, String, int, int, Object, Object) - Static method in class org.apache.bsf.util.EngineUtils
Add a script as a listener to some event coming out of an object.
addFieldDeclaration(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addFieldRef(byte[], short, short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addImplements(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addImport(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addInitializerStatement(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addInteger(byte[], int) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addInterfaceMethodRef(byte[], short, short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addLong(byte[], long) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addMethodDeclaration(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addMethodRef(byte[], short, short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addNameAndType(byte[], short, short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addRef(byte, byte[], short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addRef(byte, byte[], short, short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addServiceMethodException(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addServiceMethodStatement(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addString(byte[], short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addUtf8(byte[], String) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
adjustmentValueChanged(AdjustmentEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_AdjustmentAdapter
 
apply(String, int, int, Object, Vector, Vector) - Method in interface org.apache.bsf.BSFEngine
This is used by an application to invoke an anonymous function.
apply(String, String, int, int, Object, Vector, Vector) - Method in class org.apache.bsf.BSFManager
Apply the given anonymous function of the given language to the given parameters and return the resulting value.
apply(String, int, int, Object, Vector, Vector) - Method in class org.apache.bsf.engines.jython.JythonEngine
Evaluate an anonymous function (differs from eval() in that apply() handles multiple lines).
apply(String, int, int, Object, Vector, Vector) - Method in class org.apache.bsf.util.BSFEngineImpl
Default impl of apply - calls eval ignoring parameters and returns the result.
arrayObject - Variable in class org.apache.bsf.engines.activescript.ActiveScriptEngine.ArrayInfo
 
attributes - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
Configuration attributes.

B

BASECP - Static variable in class org.apache.bsf.util.event.generator.EventAdapterGenerator
 
BASECPCOUNT - Static variable in class org.apache.bsf.util.event.generator.EventAdapterGenerator
 
BSFClassLoader - class org.apache.bsf.util.BSFClassLoader.
This class loader knows to load a class from the tempDir dir of the environment of the given manager.
BSFClassLoader() - Constructor for class org.apache.bsf.util.BSFClassLoader
 
BSFCommand - class org.apache.bsf.engines.jacl.BSFCommand.
 
BSFCommand(BSFManager, BSFEngine) - Constructor for class org.apache.bsf.engines.jacl.BSFCommand
 
BSFDeclaredBean - class org.apache.bsf.BSFDeclaredBean.
BSFDeclaredBeans are used internally by BSF to encapsulate information being passed between a BSFManager and its various BSFEngines.
BSFDeclaredBean(String, Object, Class) - Constructor for class org.apache.bsf.BSFDeclaredBean
 
BSFEngine - interface org.apache.bsf.BSFEngine.
This is the view of a scripting engine assumed by the Bean Scripting Framework.
BSFEngineImpl - class org.apache.bsf.util.BSFEngineImpl.
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.
BSFEngineImpl() - Constructor for class org.apache.bsf.util.BSFEngineImpl
 
BSFEngineTestTmpl - class org.apache.bsf.test.BSFEngineTestTmpl.
Superclass for language engine tests.
BSFEngineTestTmpl(String) - Constructor for class org.apache.bsf.test.BSFEngineTestTmpl
 
BSFEventProcessor - class org.apache.bsf.util.BSFEventProcessor.
This is used to support binding scripts to be run when an event occurs.
BSFEventProcessor(BSFEngine, BSFManager, String, String, int, int, Object) - Constructor for class org.apache.bsf.util.BSFEventProcessor
Package-protected constructor makes this class unavailable for public use.
BSFEventProcessorReturningEventInfos - class org.apache.bsf.util.BSFEventProcessorReturningEventInfos.
This is used to support binding scripts to be run when an event occurs, forwarding the arguments supplied to the event listener.
BSFEventProcessorReturningEventInfos(BSFEngine, BSFManager, String, String, int, int, Object, Object) - Constructor for class org.apache.bsf.util.BSFEventProcessorReturningEventInfos
Package-protected constructor makes this class unavailable for public use.
BSFException - exception org.apache.bsf.BSFException.
If something goes wrong while doing some scripting stuff, one of these is thrown.
BSFException(int, String) - Constructor for class org.apache.bsf.BSFException
 
BSFException(int, String, Throwable) - Constructor for class org.apache.bsf.BSFException
 
BSFException(String) - Constructor for class org.apache.bsf.BSFException
 
BSFFunctions - class org.apache.bsf.util.BSFFunctions.
This is a utility that engine implementors may use as the Java object they expose in the scripting language as "bsf".
BSFFunctions(BSFManager, BSFEngine) - Constructor for class org.apache.bsf.util.BSFFunctions
 
BSFManager - class org.apache.bsf.BSFManager.
This class is the entry point to the bean scripting framework.
BSFManager() - Constructor for class org.apache.bsf.BSFManager
 
BSFSCRIPTOBJECTFACTORY - Static variable in class org.apache.bsf.engines.activescript.JavaOLEENUMVAR
 
BSFTest - class org.apache.bsf.test.BSFTest.
Primary test class and testing front end for BSF.
BSFTest(String) - Constructor for class org.apache.bsf.test.BSFTest
 
BSF_LOG_L0 - Static variable in class org.apache.bsf.util.DebugLog
 
BSF_LOG_L1 - Static variable in class org.apache.bsf.util.DebugLog
 
BSF_LOG_L2 - Static variable in class org.apache.bsf.util.DebugLog
 
BSF_LOG_L3 - Static variable in class org.apache.bsf.util.DebugLog
 
Bean - class org.apache.bsf.util.Bean.
A Bean is the class used to represent a bean: it holds a type and a value.
Bean(Class, Object) - Constructor for class org.apache.bsf.util.Bean
 
ByteUtility - class org.apache.bsf.util.event.generator.ByteUtility.
Byte handling utilities 5 April 1999 - functions to append standard types to byte arrays functions to produce standard types from byte arrays
ByteUtility() - Constructor for class org.apache.bsf.util.event.generator.ByteUtility
 
Bytecode - class org.apache.bsf.util.event.generator.Bytecode.
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
Bytecode() - Constructor for class org.apache.bsf.util.event.generator.Bytecode
 
bMethodHasSetAccessible - Static variable in class org.apache.bsf.util.EngineUtils
 
bean - Variable in class org.apache.bsf.BSFDeclaredBean
 
bindMember(Object, String, short) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
Binds a method to an integer so it can be later referenced to invoke the method via callMethod.
bindMember(Class, String) - Static method in class org.apache.bsf.engines.activescript.JavaBean
Bind the member to a unique index.
bindMember(Class, String, short) - Static method in class org.apache.bsf.engines.activescript.JavaBean
Bind the member to a unique index.
bsfCL - Static variable in class org.apache.bsf.util.EngineUtils
 
bsfManager - Variable in class org.apache.bsf.test.BSFEngineTestTmpl
 
bsfmgr - Variable in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
bsftag - class org.apache.taglibs.bsf.bsftag.
 
bsftag() - Constructor for class org.apache.taglibs.bsf.bsftag
 
buildNewSymbol(String) - Method in class org.apache.bsf.util.CodeBuffer
 
byteArrayToDouble(byte[], byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
byteArrayToDouble(byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
byteArrayToFloat(byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
byteArrayToInt(byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
byteArrayToLong(byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
byteArrayToLong(byte[], byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
byteArrayToShort(byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
byteToHexString(byte) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 

C

CFDriver - class org.apache.bsf.util.cf.CFDriver.
This is an example of how a CodeFormatter bean can be used.
CFDriver() - Constructor for class org.apache.bsf.util.cf.CFDriver
Not used.
CLASSHEADER - Static variable in class org.apache.bsf.util.event.generator.EventAdapterGenerator
 
CLASSPACKAGE - Static variable in class org.apache.bsf.util.event.generator.EventAdapterGenerator
 
COMIDispatchBean - class org.apache.bsf.engines.activescript.COMIDispatchBean.
 
COMIDispatchBean(byte[]) - Constructor for class org.apache.bsf.engines.activescript.COMIDispatchBean
 
COMIDispatchBeanFactory(byte[]) - Static method in class org.apache.bsf.engines.activescript.COMIDispatchBean
 
C_Class - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_Double - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_FieldRef - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_Float - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_Integer - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_InterfaceMethodRef - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_Long - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_MethodRef - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_NameAndType - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_String - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_Utf8 - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
CodeBuffer - class org.apache.bsf.util.CodeBuffer.
A CodeBuffer object is used as a code repository for generated Java code.
CodeBuffer() - Constructor for class org.apache.bsf.util.CodeBuffer
 
CodeBuffer(CodeBuffer) - Constructor for class org.apache.bsf.util.CodeBuffer
 
CodeFormatter - class org.apache.bsf.util.cf.CodeFormatter.
A CodeFormatter bean is used to format raw Java code.
CodeFormatter() - Constructor for class org.apache.bsf.util.cf.CodeFormatter
 
cache - Variable in class org.apache.bsf.util.BSFClassLoader
 
call(Object, String, Object[]) - Method in interface org.apache.bsf.BSFEngine
This is used by an application to call into the scripting engine to make a function/method call.
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
Return an object from an extension.
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.jacl.JaclEngine
 
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.java.JavaEngine
 
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.javaclass.JavaClassEngine
call the named method of the given object.
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
Return an object from an extension.
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
call the named method of the given object.
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.jython.JythonEngine
call the named method of the given object.
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
Return an object from an extension.
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.xslt.XSLTEngine
call the named method of the given object.
call(Object, String, Object[]) - Method in class org.apache.bsf.test.fakeEngine
 
callBeanMethod(Object, String, Object[]) - Static method in class org.apache.bsf.util.EngineUtils
Finds and invokes a method with the given signature on the given bean.
callMethod(Object, int, Object[]) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
Invokes the method assocaited with methodID on the bean with parameters in the array args.
callMethod(JavaBeanAddEventListener, Object, int, Object[]) - Static method in class org.apache.bsf.engines.activescript.JavaBean
Call a method, property getter, or property setter.
callMethodViaBSF(Object[]) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
callStatic(Class, String, Object[]) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
Invoke a static method.
cause - Variable in class org.apache.commons.logging.LogConfigurationException
The underlying cause of this exception.
classLoader - Variable in class org.apache.bsf.BSFManager
 
classLoader - Variable in class org.apache.bsf.util.BSFEngineImpl
 
classNameToVarName(String) - Static method in class org.apache.bsf.util.StringUtils
 
classPath - Variable in class org.apache.bsf.BSFManager
 
classPath - Variable in class org.apache.bsf.util.BSFEngineImpl
 
cleanString(String) - Static method in class org.apache.bsf.util.StringUtils
 
clearSymbolTable() - Method in class org.apache.bsf.util.CodeBuffer
 
clone() - Method in class org.apache.bsf.engines.activescript.COMIDispatchBean
 
cmdProc(Interp, TclObject[]) - Method in class org.apache.bsf.engines.jacl.BSFCommand
 
codeToClass - Static variable in class org.apache.bsf.engines.java.JavaEngine
 
codeToClass - Static variable in class org.apache.bsf.engines.netrexx.NetRexxEngine
 
columnNo - Variable in class org.apache.bsf.util.BSFEventProcessor
 
columnNo - Variable in class org.apache.bsf.util.BSFEventProcessorReturningEventInfos
 
compareRelaxed(String, String) - Static method in class org.apache.bsf.util.ReflectionUtils
Compares two strings in a "relaxed" manner, i.e.
compileApply(String, int, int, Object, Vector, Vector, CodeBuffer) - Method in interface org.apache.bsf.BSFEngine
This is used by an application to compile an anonymous function.
compileApply(String, String, int, int, Object, Vector, Vector, CodeBuffer) - Method in class org.apache.bsf.BSFManager
Compile the application of the given anonymous function of the given language to the given parameters into the given CodeBuffer.
compileApply(String, int, int, Object, Vector, Vector, CodeBuffer) - Method in class org.apache.bsf.util.BSFEngineImpl
Default impl of compileApply - calls compileExpr ignoring parameters.
compileExpr(String, int, int, Object, CodeBuffer) - Method in interface org.apache.bsf.BSFEngine
This is used by an application to compile a value-returning expression.
compileExpr(String, String, int, int, Object, CodeBuffer) - Method in class org.apache.bsf.BSFManager
Compile the given expression of the given language into the given CodeBuffer.
compileExpr(String, int, int, Object, CodeBuffer) - Method in class org.apache.bsf.util.BSFEngineImpl
Default impl of compileExpr - generates code that'll create a new manager, evaluate the expression, and return the value.
compileScript(String, int, int, Object, CodeBuffer) - Method in interface org.apache.bsf.BSFEngine
This is used by an application to compile some script.
compileScript(String, String, int, int, Object, CodeBuffer) - Method in class org.apache.bsf.BSFManager
Compile the given script of the given language into the given CodeBuffer.
compileScript(String, int, int, Object, CodeBuffer) - Method in class org.apache.bsf.engines.java.JavaEngine
 
compileScript(String, int, int, Object, CodeBuffer) - Method in class org.apache.bsf.util.BSFEngineImpl
Default impl of compileScript - generates code that'll create a new manager, and execute the script.
componentAdded(ContainerEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ContainerAdapter
 
componentHidden(ComponentEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter
 
componentMoved(ComponentEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter
 
componentRemoved(ContainerEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ContainerAdapter
 
componentResized(ComponentEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter
 
componentShown(ComponentEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter
 
convert(Class, Class, Object) - Method in interface org.apache.bsf.util.type.TypeConvertor
 
createBSFException(int, String, Throwable) - Static method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
createBean(Object[]) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
createBean
createBean(String, Object[]) - Static method in class org.apache.bsf.util.EngineUtils
Creates a new bean.
createBean(ClassLoader, String, Class[], Object[]) - Static method in class org.apache.bsf.util.ReflectionUtils
Create a bean using given class loader and using the appropriate constructor for the given args of the given arg types.
createBean(ClassLoader, String, Object[]) - Static method in class org.apache.bsf.util.ReflectionUtils
Create a bean using given class loader and using the appropriate constructor for the given args.
css - Variable in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
currentLogLevel - Variable in class org.apache.commons.logging.impl.SimpleLog
The current log level

D

DEFAULT_DATE_TIME_FORMAT - Static variable in class org.apache.commons.logging.impl.SimpleLog
The default format to use when formating dates
DEFAULT_DELIM - Static variable in class org.apache.bsf.util.cf.CodeFormatter
The default set of delimiters.
DEFAULT_MAX - Static variable in class org.apache.bsf.util.cf.CodeFormatter
The default maximum line length.
DEFAULT_STEP - Static variable in class org.apache.bsf.util.cf.CodeFormatter
The default size of the indentation step.
DEFAULT_S_DELIM - Static variable in class org.apache.bsf.util.cf.CodeFormatter
The default set of sticky delimiters.
DebugLog - class org.apache.bsf.util.DebugLog.
 
DebugLog() - Constructor for class org.apache.bsf.util.DebugLog
 
dataFromScriptingEngine - Variable in class org.apache.bsf.util.BSFEventProcessorReturningEventInfos
 
dateFormatter - Static variable in class org.apache.commons.logging.impl.SimpleLog
Used to format times
dateTimeFormat - Static variable in class org.apache.commons.logging.impl.SimpleLog
The date and time format to use in the log message
debug - Static variable in class org.apache.bsf.util.IOUtils
 
debug(Object) - Method in interface org.apache.commons.logging.Log
Log a message with debug log level.
debug(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with debug log level.
debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.AvalonLogger
 
debug(Object) - Method in class org.apache.commons.logging.impl.AvalonLogger
 
debug(Object) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message with debug log level.
debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message and exception with debug log level.
debug(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with debug log level.
debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with debug log level.
debug(Object) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Log a message to the Log4j Category with DEBUG priority.
debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Log an error to the Log4j Category with DEBUG priority.
debug(Object) - Method in class org.apache.commons.logging.impl.Log4JLogger
Log a message to the Log4j Logger with DEBUG priority.
debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JLogger
Log an error to the Log4j Logger with DEBUG priority.
debug(Object) - Method in class org.apache.commons.logging.impl.LogKitLogger
Log message to LogKit logger with DEBUG priority.
debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.LogKitLogger
Log error to LogKit logger with DEBUG priority.
debug(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
debug(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
Log a message with debug log level.
debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Log an error with debug log level.
debugPrint(Object, int) - Static method in class org.apache.bsf.util.DebugLog
 
debugPrintln(Object, int) - Static method in class org.apache.bsf.util.DebugLog
 
declareBean(BSFDeclaredBean) - Method in interface org.apache.bsf.BSFEngine
Declare a bean after the engine has been started.
declareBean(String, Object, Class) - Method in class org.apache.bsf.BSFManager
Declare a bean.
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
Declare a bean after the engine has been started.
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.jacl.JaclEngine
Declare a bean
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
 
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
Declare a bean
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.jython.JythonEngine
Declare a bean
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
 
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.xslt.XSLTEngine
Declare a bean by setting it as a parameter
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.util.BSFEngineImpl
 
declaredBeans - Variable in class org.apache.bsf.BSFManager
 
declaredBeans - Variable in class org.apache.bsf.util.BSFEngineImpl
 
defineClass(String, byte[]) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
 
dimOffset - Variable in class org.apache.bsf.engines.activescript.ActiveScriptEngine.ArrayInfo
 
dllLoadException - Static variable in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
doEndTag() - Method in class org.apache.taglibs.bsf.expression
 
doEndTag() - Method in class org.apache.taglibs.bsf.scriptlet
 

E

EVENTLISTENER - Static variable in class org.apache.bsf.util.event.generator.EventAdapterGenerator
 
EngineUtils - class org.apache.bsf.util.EngineUtils.
This class contains utilities that language integrators can use when implementing the BSFEngine interface.
EngineUtils() - Constructor for class org.apache.bsf.util.EngineUtils
 
EngineUtilsTest - class org.apache.bsf.test.utilTests.EngineUtilsTest.
This is a testcase for org.apache.bsf.util.EngineUtils
EngineUtilsTest(String) - Constructor for class org.apache.bsf.test.utilTests.EngineUtilsTest
 
EventAdapter - interface org.apache.bsf.util.event.EventAdapter.
EventAdapter is the interface that all event adapters must implement in order to work with the automatic event adapter generation model.
EventAdapterGenerator - class org.apache.bsf.util.event.generator.EventAdapterGenerator.
EventAdapterGenerator Generate an "Event Adapter" dynamically during program execution
EventAdapterGenerator() - Constructor for class org.apache.bsf.util.event.generator.EventAdapterGenerator
 
EventAdapterImpl - class org.apache.bsf.util.event.EventAdapterImpl.
EventAdapterImpl is a default implementation of the EventAdapter interface that specific event adapters may choose to subclass from instead of implementing the interface themselves.
EventAdapterImpl() - Constructor for class org.apache.bsf.util.event.EventAdapterImpl
 
EventAdapterRegistry - class org.apache.bsf.util.event.EventAdapterRegistry.
The EventAdapterRegistry is the registry of event adapters.
EventAdapterRegistry() - Constructor for class org.apache.bsf.util.event.EventAdapterRegistry
 
EventProcessor - interface org.apache.bsf.util.event.EventProcessor.
EventProcessor is the interface that event adapters use to delegate events they received to be delivered to the appropriate target.
engine - Variable in class org.apache.bsf.util.BSFEventProcessor
 
engine - Variable in class org.apache.bsf.util.BSFEventProcessorReturningEventInfos
 
engine - Variable in class org.apache.bsf.util.BSFFunctions
 
entryGetModifiers(Object) - Static method in class org.apache.bsf.util.MethodUtils
Utility function: obtain common data from either Method or Constructor.
entryGetName(Object) - Static method in class org.apache.bsf.util.MethodUtils
Utility function: obtain common data from either Method or Constructor.
entryGetParameterTypes(Object) - Static method in class org.apache.bsf.util.MethodUtils
Utility function: obtain common data from either Method or Constructor.
entryToString(Object) - Static method in class org.apache.bsf.util.MethodUtils
Utility function: obtain common data from either Method or Constructor.
error(Object) - Method in interface org.apache.commons.logging.Log
Log a message with error log level.
error(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with error log level.
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.AvalonLogger
 
error(Object) - Method in class org.apache.commons.logging.impl.AvalonLogger
 
error(Object) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message with error log level.
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message and exception with error log level.
error(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with error log level.
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with error log level.
error(Object) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Log a message to the Log4j Category with ERROR priority.
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Log an error to the Log4j Category with ERROR priority.
error(Object) - Method in class org.apache.commons.logging.impl.Log4JLogger
Log a message to the Log4j Logger with ERROR priority.
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JLogger
Log an error to the Log4j Logger with ERROR priority.
error(Object) - Method in class org.apache.commons.logging.impl.LogKitLogger
Log message to LogKit logger with ERROR priority.
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.LogKitLogger
Log error to LogKit logger with ERROR priority.
error(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
error(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
Log a message with error log level.
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Log an error with error log level.
eval(String, int, int, Object) - Method in interface org.apache.bsf.BSFEngine
This is used by an application to evaluate an expression.
eval(String, String, int, int, Object) - Method in class org.apache.bsf.BSFManager
Evaluate the given expression of the given language and return the resulting value.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
This is used by an application to evaluate a string containing some expression.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.jacl.JaclEngine
This is used by an application to evaluate a string containing some expression.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.java.JavaEngine
This is used by an application to evaluate a string containing some expression.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.javaclass.JavaClassEngine
This is used by an application to evaluate an object containing some expression - clearly not possible for compiled code ..
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
This is used by an application to evaluate a string containing some expression.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
Evaluate an expression.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.jython.JythonEngine
Evaluate an expression.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
Override impl of execute.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.xslt.XSLTEngine
Evaluate an expression.
eval(String, int, int, Object) - Method in class org.apache.bsf.test.fakeEngine
 
eventProcessor - Variable in class org.apache.bsf.util.event.EventAdapterImpl
 
exec(String, int, int, Object) - Method in interface org.apache.bsf.BSFEngine
This is used by an application to execute some script.
exec(String, String, int, int, Object) - Method in class org.apache.bsf.BSFManager
Execute the given script of the given language.
exec(String, int, int, Object) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
This is used by an application to execute a string containing a script to execute.
exec(String, int, int, Object) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
Execute a script.
exec(String, int, int, Object) - Method in class org.apache.bsf.engines.jython.JythonEngine
Execute a script.
exec(String, int, int, Object) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
Override impl of execute.
exec(String, int, int, Object) - Method in class org.apache.bsf.test.fakeEngine
 
exec(String, int, int, Object) - Method in class org.apache.bsf.util.BSFEngineImpl
Default impl of execute - calls eval and ignores the result.
execEvalShared(String, int, int, Object, boolean) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
This is shared code for the exec() and eval() operations.
expression - class org.apache.taglibs.bsf.expression.
 
expression() - Constructor for class org.apache.taglibs.bsf.expression
 
extn2Lang - Static variable in class org.apache.bsf.BSFManager
 

F

FACTORY_DEFAULT - Static variable in class org.apache.commons.logging.LogFactory
The fully qualified class name of the fallback LogFactory implementation class to use, if no other can be found.
FACTORY_PROPERTIES - Static variable in class org.apache.commons.logging.LogFactory
The name of the properties file to search for.
FACTORY_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
The name of the property used to identify the LogFactory implementation class name.
FIXEDCLASSBYTES - Static variable in class org.apache.bsf.util.event.generator.EventAdapterGenerator
 
factories - Static variable in class org.apache.commons.logging.LogFactory
The previously constructed LogFactory instances, keyed by the ClassLoader with which it was created.
failMessage(String, Exception) - Method in class org.apache.bsf.test.BSFEngineTestTmpl
 
fakeEngine - class org.apache.bsf.test.fakeEngine.
 
fakeEngine() - Constructor for class org.apache.bsf.test.fakeEngine
 
fatal(Object) - Method in interface org.apache.commons.logging.Log
Log a message with fatal log level.
fatal(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with fatal log level.
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.AvalonLogger
 
fatal(Object) - Method in class org.apache.commons.logging.impl.AvalonLogger
 
fatal(Object) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message with fatal log level.
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message and exception with fatal log level.
fatal(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with fatal log level.
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with fatal log level.
fatal(Object) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Log a message to the Log4j Category with FATAL priority.
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Log an error to the Log4j Category with FATAL priority.
fatal(Object) - Method in class org.apache.commons.logging.impl.Log4JLogger
Log a message to the Log4j Logger with FATAL priority.
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JLogger
Log an error to the Log4j Logger with FATAL priority.
fatal(Object) - Method in class org.apache.commons.logging.impl.LogKitLogger
Log message to LogKit logger with FATAL_ERROR priority.
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.LogKitLogger
Log error to LogKit logger with FATAL_ERROR priority.
fatal(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
fatal(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
Log a message with fatal log level.
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Log an error with fatal log level.
filter - Variable in class org.apache.bsf.util.BSFEventProcessor
 
filter - Variable in class org.apache.bsf.util.BSFEventProcessorReturningEventInfos
 
finalize() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
finalize() - Method in class org.apache.bsf.engines.activescript.COMIDispatchBean
 
findClass(String) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
 
focusGained(FocusEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_FocusAdapter
 
focusLost(FocusEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_FocusAdapter
 
formatCode(Reader, Writer) - Method in class org.apache.bsf.util.cf.CodeFormatter
Formats the code read from source, and writes the formatted code to target.

G

get(Object) - Method in class org.apache.bsf.util.ScriptSymbolTable
 
get(String) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
 
getAttribute(String) - Method in class org.apache.commons.logging.LogFactory
Return the configuration attribute with the specified name (if any), or null if there is no such attribute.
getAttribute(String) - Method in class org.apache.commons.logging.impl.Log4jFactory
Deprecated. Return the configuration attribute with the specified name (if any), or null if there is no such attribute.
getAttribute(String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Return the configuration attribute with the specified name (if any), or null if there is no such attribute.
getAttributeNames() - Method in class org.apache.commons.logging.LogFactory
Return an array containing the names of all currently defined configuration attributes.
getAttributeNames() - Method in class org.apache.commons.logging.impl.Log4jFactory
Deprecated. Return an array containing the names of all currently defined configuration attributes.
getAttributeNames() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Return an array containing the names of all currently defined configuration attributes.
getCategory() - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Return the native Category instance we are using.
getCause() - Method in class org.apache.commons.logging.LogConfigurationException
Return the underlying cause of this exception (if any).
getChars(int, char) - Static method in class org.apache.bsf.util.StringUtils
Get a string consisting of numberOfChars theChars.
getClassLoader() - Method in class org.apache.bsf.BSFManager
Get classLoader
getClassName() - Method in class org.apache.bsf.util.CodeBuffer
 
getClassName(Class) - Static method in class org.apache.bsf.util.StringUtils
 
getClassPath() - Method in class org.apache.bsf.BSFManager
Get classPath
getCodeGenString() - Method in interface org.apache.bsf.util.type.TypeConvertor
 
getCommaListFromVector(Vector) - Static method in class org.apache.bsf.util.StringUtils
 
getConstructor(Class, Class[]) - Static method in class org.apache.bsf.util.MethodUtils
Class.getConstructor() finds only the entry point (if any) _exactly_ matching the specified argument types.
getConstructorArguments() - Method in class org.apache.bsf.util.CodeBuffer
 
getConstructorBuffer() - Method in class org.apache.bsf.util.CodeBuffer
 
getConstructorExceptions() - Method in class org.apache.bsf.util.CodeBuffer
 
getContentAsReader(URL) - Static method in class org.apache.bsf.util.StringUtils
 
getContentAsString(URL) - Static method in class org.apache.bsf.util.StringUtils
 
getContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
Return the thread context class loader if available.
getDebugStream() - Static method in class org.apache.bsf.util.DebugLog
 
getDelimiters() - Method in class org.apache.bsf.util.cf.CodeFormatter
Gets the set of delimiters.
getExtends() - Method in class org.apache.bsf.util.CodeBuffer
 
getFactory() - Static method in class org.apache.commons.logging.LogFactory
Construct (if necessary) and return a LogFactory instance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.
getField(Object, String) - Static method in class org.apache.bsf.util.ReflectionUtils
 
getFieldBuffer() - Method in class org.apache.bsf.util.CodeBuffer
 
getFinalServiceMethodStatement() - Method in class org.apache.bsf.util.CodeBuffer
 
getIDispatchInterface() - Method in class org.apache.bsf.engines.activescript.COMIDispatchBean
 
getImplements() - Method in class org.apache.bsf.util.CodeBuffer
 
getImports() - Method in class org.apache.bsf.util.CodeBuffer
 
getIndentationStep() - Method in class org.apache.bsf.util.cf.CodeFormatter
Gets the size of the indentation step.
getInitializerBuffer() - Method in class org.apache.bsf.util.CodeBuffer
 
getInstance(Class) - Method in class org.apache.commons.logging.LogFactory
Convenience method to derive a name from the specified class and call getInstance(String) with it.
getInstance(String) - Method in class org.apache.commons.logging.LogFactory
Construct (if necessary) and return a Log instance, using the factory's current set of configuration attributes.
getInstance(String) - Static method in class org.apache.commons.logging.LogSource
Deprecated. Get a Log instance by class name
getInstance(Class) - Static method in class org.apache.commons.logging.LogSource
Deprecated. Get a Log instance by class
getInstance(Class) - Method in class org.apache.commons.logging.impl.Log4jFactory
Deprecated. Convenience method to derive a name from the specified class and call getInstance(String) with it.
getInstance(String) - Method in class org.apache.commons.logging.impl.Log4jFactory
Deprecated.  
getInstance(Class) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Convenience method to derive a name from the specified class and call getInstance(String) with it.
getInstance(String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Construct (if necessary) and return a Log instance, using the factory's current set of configuration attributes.
getLangFromFilename(String) - Static method in class org.apache.bsf.BSFManager
Determine the language of a script file by looking at the file extension.
getLevel() - Method in class org.apache.commons.logging.impl.SimpleLog
Get logging level.
getLoadedClass(String) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
 
getLog(Class) - Static method in class org.apache.commons.logging.LogFactory
Convenience method to return a named logger, without the application having to care about factories.
getLog(String) - Static method in class org.apache.commons.logging.LogFactory
Convenience method to return a named logger, without the application having to care about factories.
getLogClassName() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Return the fully qualified Java classname of the Log implementation we will be using.
getLogConstructor() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Return the Constructor that can be called to instantiate new Log instances.
getLogLevel() - Static method in class org.apache.bsf.util.DebugLog
 
getLogNames() - Static method in class org.apache.commons.logging.LogSource
Deprecated. Returns a String array containing the names of all logs known to me.
getLogger() - Method in class org.apache.commons.logging.impl.AvalonLogger
Gets the Avalon logger implementation used to perform logging.
getLogger() - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Return the native Logger instance we are using.
getLogger() - Method in class org.apache.commons.logging.impl.Jdk14Logger
Return the native Logger instance we are using.
getLogger() - Method in class org.apache.commons.logging.impl.Log4JLogger
Return the native Logger instance we are using.
getLogger() - Method in class org.apache.commons.logging.impl.LogKitLogger
Return the underlying Logger we are using.
getMaxLineLength() - Method in class org.apache.bsf.util.cf.CodeFormatter
Gets the maximum line length.
getMethod(Class, String, Class[], boolean) - Static method in class org.apache.bsf.util.MethodUtils
 
getMethod(Object, String, Class[]) - Static method in class org.apache.bsf.util.MethodUtils
Class.getMethod() finds only the entry point (if any) _exactly_ matching the specified argument types.
getMethodBuffer() - Method in class org.apache.bsf.util.CodeBuffer
 
getNode() - Method in class org.apache.bsf.engines.xslt.XSLTResultNode
 
getNumericValue() - Method in class org.apache.bsf.test.utilTests.TestBean
 
getObjectRegistry() - Method in class org.apache.bsf.BSFManager
Return the current object registry of the manager.
getPackageName() - Method in class org.apache.bsf.util.CodeBuffer
 
getProperty(Object, String, Integer) - Static method in class org.apache.bsf.util.ReflectionUtils
Get a property of a bean.
getReason() - Method in class org.apache.bsf.BSFException
 
getSafeString(String) - Static method in class org.apache.bsf.util.StringUtils
 
getServiceMethodBuffer() - Method in class org.apache.bsf.util.CodeBuffer
 
getServiceMethodExceptions() - Method in class org.apache.bsf.util.CodeBuffer
 
getServiceMethodName() - Method in class org.apache.bsf.util.CodeBuffer
 
getServiceMethodReturnType() - Method in class org.apache.bsf.util.CodeBuffer
 
getStickyDelimiters() - Method in class org.apache.bsf.util.cf.CodeFormatter
Gets the set of sticky delimiters.
getStringFromReader(Reader) - Static method in class org.apache.bsf.util.IOUtils
 
getStringValue() - Method in class org.apache.bsf.test.utilTests.TestBean
 
getSymbol(String) - Method in class org.apache.bsf.util.CodeBuffer
 
getSymbolIndex(String) - Method in class org.apache.bsf.util.CodeBuffer
 
getSymbolTable() - Method in class org.apache.bsf.util.CodeBuffer
 
getTargetException() - Method in class org.apache.bsf.BSFException
 
getTempDir() - Method in class org.apache.bsf.BSFManager
Get tempDir
getTmpOutStr() - Method in class org.apache.bsf.test.BSFEngineTestTmpl
 
getTypeSignatureString(Class) - Static method in class org.apache.bsf.util.EngineUtils
Given a class return the type signature string fragment for it.
getURL(URL, String) - Static method in class org.apache.bsf.util.StringUtils
 
getUnqualifiedName(String) - Static method in class org.apache.bsf.util.ReflectionUtils
Returns unqualified name (string after the last dot) from dotted string or string itself, if no dot in string.
getValidIdentifierName(String) - Static method in class org.apache.bsf.util.StringUtils
 
getVersion() - Static method in class org.apache.bsf.BSFManager
Returns the version string of BSF.

I

INITMETHOD - Static variable in class org.apache.bsf.util.event.generator.EventAdapterGenerator
 
IOUtils - class org.apache.bsf.util.IOUtils.
This file is a collection of input/output utilities.
IOUtils() - Constructor for class org.apache.bsf.util.IOUtils
 
IOUtilsTest - class org.apache.bsf.test.utilTests.IOUtilsTest.
This is testcase for the org.apache.bsf.util.IOUtils
IOUtilsTest(String) - Constructor for class org.apache.bsf.test.utilTests.IOUtilsTest
 
IndentWriter - class org.apache.bsf.util.IndentWriter.
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.
IndentWriter(OutputStream) - Constructor for class org.apache.bsf.util.IndentWriter
Forwards its arguments to the PrintWriter constructor with the same signature.
IndentWriter(OutputStream, boolean) - Constructor for class org.apache.bsf.util.IndentWriter
Forwards its arguments to the PrintWriter constructor with the same signature.
IndentWriter(Writer) - Constructor for class org.apache.bsf.util.IndentWriter
Forwards its arguments to the PrintWriter constructor with the same signature.
IndentWriter(Writer, boolean) - Constructor for class org.apache.bsf.util.IndentWriter
Forwards its arguments to the PrintWriter constructor with the same signature.
iexec(String, int, int, Object) - Method in interface org.apache.bsf.BSFEngine
This is used by an application to execute some script, as though one were interacting with the language in an interactive session.
iexec(String, String, int, int, Object) - Method in class org.apache.bsf.BSFManager
Execute the given script of the given language, attempting to emulate an interactive session w/ the language.
iexec(String, int, int, Object) - Method in class org.apache.bsf.engines.jython.JythonEngine
Execute script code, emulating console interaction.
iexec(String, int, int, Object) - Method in class org.apache.bsf.test.fakeEngine
 
iexec(String, int, int, Object) - Method in class org.apache.bsf.util.BSFEngineImpl
Default impl of interactive execution - calls eval and ignores the result.
info(Object) - Method in interface org.apache.commons.logging.Log
Log a message with info log level.
info(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with info log level.
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.AvalonLogger
 
info(Object) - Method in class org.apache.commons.logging.impl.AvalonLogger
 
info(Object) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message with info log level.
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message and exception with info log level.
info(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with info log level.
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with info log level.
info(Object) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Log a message to the Log4j Category with INFO priority.
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Log an error to the Log4j Category with INFO priority.
info(Object) - Method in class org.apache.commons.logging.impl.Log4JLogger
Log a message to the Log4j Logger with INFO priority.
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JLogger
Log an error to the Log4j Logger with INFO priority.
info(Object) - Method in class org.apache.commons.logging.impl.LogKitLogger
Log message to LogKit logger with INFO priority.
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.LogKitLogger
Log error to LogKit logger with INFO priority.
info(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
info(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
Log a message with info log level.
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Log an error with info log level.
initialize(BSFManager, String, Vector) - Method in interface org.apache.bsf.BSFEngine
This method is used to initialize the engine right after construction.
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.jacl.JaclEngine
Initialize the engine.
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.java.JavaEngine
 
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
Initialize the engine.
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
Initialize the engine.
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.jython.JythonEngine
Initialize the engine.
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
 
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.xslt.XSLTEngine
Initialize the engine.
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.util.BSFEngineImpl
initialize the engine; called right after construction by the manager.
instances - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
The Log instances that have already been created, keyed by logger name.
internal_call(Object, String, Object[]) - Method in class org.apache.bsf.engines.java.JavaEngine
Return an object from an extension.
interp - Variable in class org.apache.bsf.engines.jpython.JPythonEngine
 
interp - Variable in class org.apache.bsf.engines.jython.JythonEngine
 
investigate(Object, int) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine.ArrayInfo
 
investigated - Variable in class org.apache.bsf.engines.activescript.ActiveScriptEngine.ArrayInfo
 
isCaseSensitive() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
isDebugEnabled() - Method in interface org.apache.commons.logging.Log
Is debug logging currently enabled?
isDebugEnabled() - Method in class org.apache.commons.logging.impl.AvalonLogger
 
isDebugEnabled() - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Is debug logging currently enabled?
isDebugEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
Is debug logging currently enabled?
isDebugEnabled() - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Check whether the Log4j Category used is enabled for DEBUG priority.
isDebugEnabled() - Method in class org.apache.commons.logging.impl.Log4JLogger
Check whether the Log4j Logger used is enabled for DEBUG priority.
isDebugEnabled() - Method in class org.apache.commons.logging.impl.LogKitLogger
Check whether the LogKit logger will log messages of priority DEBUG.
isDebugEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
Debug is never enabled.
isDebugEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are debug messages currently enabled?
isErrorEnabled() - Method in interface org.apache.commons.logging.Log
Is error logging currently enabled?
isErrorEnabled() - Method in class org.apache.commons.logging.impl.AvalonLogger
 
isErrorEnabled() - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Is error logging currently enabled?
isErrorEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
Is error logging currently enabled?
isErrorEnabled() - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Check whether the Log4j Category used is enabled for ERROR priority.
isErrorEnabled() - Method in class org.apache.commons.logging.impl.Log4JLogger
Check whether the Log4j Logger used is enabled for ERROR priority.
isErrorEnabled() - Method in class org.apache.commons.logging.impl.LogKitLogger
Check whether the LogKit logger will log messages of priority ERROR.
isErrorEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
Error is never enabled.
isErrorEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are error messages currently enabled?
isExecutable() - Method in class org.apache.bsf.util.ObjInfo
 
isFatalEnabled() - Method in interface org.apache.commons.logging.Log
Is fatal logging currently enabled?
isFatalEnabled() - Method in class org.apache.commons.logging.impl.AvalonLogger
 
isFatalEnabled() - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Is fatal logging currently enabled?
isFatalEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
Is fatal logging currently enabled?
isFatalEnabled() - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Check whether the Log4j Category used is enabled for FATAL priority.
isFatalEnabled() - Method in class org.apache.commons.logging.impl.Log4JLogger
Check whether the Log4j Logger used is enabled for FATAL priority.
isFatalEnabled() - Method in class org.apache.commons.logging.impl.LogKitLogger
Check whether the LogKit logger will log messages of priority FATAL_ERROR.
isFatalEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
Fatal is never enabled.
isFatalEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are fatal messages currently enabled?
isInfoEnabled() - Method in interface org.apache.commons.logging.Log
Is info logging currently enabled?
isInfoEnabled() - Method in class org.apache.commons.logging.impl.AvalonLogger
 
isInfoEnabled() - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Is info logging currently enabled?
isInfoEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
Is info logging currently enabled?
isInfoEnabled() - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Check whether the Log4j Category used is enabled for INFO priority.
isInfoEnabled() - Method in class org.apache.commons.logging.impl.Log4JLogger
Check whether the Log4j Logger used is enabled for INFO priority.
isInfoEnabled() - Method in class org.apache.commons.logging.impl.LogKitLogger
Check whether the LogKit logger will log messages of priority INFO.
isInfoEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
Info is never enabled.
isInfoEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are info messages currently enabled?
isJScript() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
isJdk13LumberjackAvailable() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Is JDK 1.3 with Lumberjack logging available?
isJdk14Available() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Return true if JDK 1.4 or later logging is available.
isLanguageRegistered(String) - Static method in class org.apache.bsf.BSFManager
Determine whether a language is registered.
isLevelEnabled(int) - Method in class org.apache.commons.logging.impl.SimpleLog
Is the given log level currently enabled?
isLog4JAvailable() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Is a Log4J implementation available?
isPerlScript() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
isTraceEnabled() - Method in interface org.apache.commons.logging.Log
Is trace logging currently enabled?
isTraceEnabled() - Method in class org.apache.commons.logging.impl.AvalonLogger
 
isTraceEnabled() - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Is trace logging currently enabled?
isTraceEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
Is trace logging currently enabled?
isTraceEnabled() - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Check whether the Log4j Category used is enabled for TRACE priority.
isTraceEnabled() - Method in class org.apache.commons.logging.impl.Log4JLogger
Check whether the Log4j Logger used is enabled for TRACE priority.
isTraceEnabled() - Method in class org.apache.commons.logging.impl.LogKitLogger
Check whether the LogKit logger will log messages of priority DEBUG.
isTraceEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
Trace is never enabled.
isTraceEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are trace messages currently enabled?
isVBScript() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
isValidIdentifierName(String) - Static method in class org.apache.bsf.util.StringUtils
 
isValidPackageName(String) - Static method in class org.apache.bsf.util.StringUtils
 
isValueReturning() - Method in class org.apache.bsf.util.ObjInfo
 
isWarnEnabled() - Method in interface org.apache.commons.logging.Log
Is warn logging currently enabled?
isWarnEnabled() - Method in class org.apache.commons.logging.impl.AvalonLogger
 
isWarnEnabled() - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Is warn logging currently enabled?
isWarnEnabled() - Method in class org.apache.commons.logging.impl.Jdk14Logger
Is warn logging currently enabled?
isWarnEnabled() - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Check whether the Log4j Category used is enabled for WARN priority.
isWarnEnabled() - Method in class org.apache.commons.logging.impl.Log4JLogger
Check whether the Log4j Logger used is enabled for WARN priority.
isWarnEnabled() - Method in class org.apache.commons.logging.impl.LogKitLogger
Check whether the LogKit logger will log messages of priority WARN.
isWarnEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
Warn is never enabled.
isWarnEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are warn messages currently enabled?
itemStateChanged(ItemEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ItemAdapter
 

J

JDKcompile(String, String) - Static method in class org.apache.bsf.util.JavaUtils
 
JPythonEngine - class org.apache.bsf.engines.jpython.JPythonEngine.
This is the interface to JPython (http://www.jpython.org/) from BSF.
JPythonEngine() - Constructor for class org.apache.bsf.engines.jpython.JPythonEngine
 
JaclEngine - class org.apache.bsf.engines.jacl.JaclEngine.
This is the interface to Scriptics's Jacl (Tcl) from the Bean Scripting Framework.
JaclEngine() - Constructor for class org.apache.bsf.engines.jacl.JaclEngine
 
JavaBean - class org.apache.bsf.engines.activescript.JavaBean.
 
JavaBean() - Constructor for class org.apache.bsf.engines.activescript.JavaBean
 
JavaBeanAddEventListener - interface org.apache.bsf.engines.activescript.JavaBeanAddEventListener.
 
JavaClassEngine - class org.apache.bsf.engines.javaclass.JavaClassEngine.
This is the interface to scripts consisting of Java objects from the Bean Scripting Framework.
JavaClassEngine() - Constructor for class org.apache.bsf.engines.javaclass.JavaClassEngine
 
JavaEngine - class org.apache.bsf.engines.java.JavaEngine.
This is the interface to Java from the Bean Scripting Framework.
JavaEngine() - Constructor for class org.apache.bsf.engines.java.JavaEngine
Constructor.
JavaOLEENUMVAR - class org.apache.bsf.engines.activescript.JavaOLEENUMVAR.
 
JavaOLEENUMVAR() - Constructor for class org.apache.bsf.engines.activescript.JavaOLEENUMVAR
 
JavaScriptEngine - class org.apache.bsf.engines.javascript.JavaScriptEngine.
This is the interface to Netscape's Rhino (JavaScript) from the Bean Scripting Framework.
JavaScriptEngine() - Constructor for class org.apache.bsf.engines.javascript.JavaScriptEngine
 
JavaUtils - class org.apache.bsf.util.JavaUtils.
 
JavaUtils() - Constructor for class org.apache.bsf.util.JavaUtils
 
Jdk13LumberjackLogger - class org.apache.commons.logging.impl.Jdk13LumberjackLogger.
Implementation of the org.apache.commons.logging.Log interface that wraps the standard JDK logging mechanisms that are available in SourceForge's Lumberjack for JDKs prior to 1.4.
Jdk13LumberjackLogger(String) - Constructor for class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Construct a named instance of this Logger.
Jdk14Logger - class org.apache.commons.logging.impl.Jdk14Logger.
Implementation of the org.apache.commons.logging.Log interface that wraps the standard JDK logging mechanisms that were introduced in the Merlin release (JDK 1.4).
Jdk14Logger(String) - Constructor for class org.apache.commons.logging.impl.Jdk14Logger
Construct a named instance of this Logger.
JythonEngine - class org.apache.bsf.engines.jython.JythonEngine.
This is the interface to Jython (http://www.jython.org/) from BSF.
JythonEngine() - Constructor for class org.apache.bsf.engines.jython.JythonEngine
 
jaclTest - class org.apache.bsf.test.engineTests.jaclTest.
Test class for the jacl language engine.
jaclTest(String) - Constructor for class org.apache.bsf.test.engineTests.jaclTest
 
java_awt_event_ActionAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_ActionAdapter.
 
java_awt_event_ActionAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_ActionAdapter
 
java_awt_event_AdjustmentAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_AdjustmentAdapter.
 
java_awt_event_AdjustmentAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_AdjustmentAdapter
 
java_awt_event_ComponentAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter.
 
java_awt_event_ComponentAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter
 
java_awt_event_ContainerAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_ContainerAdapter.
 
java_awt_event_ContainerAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_ContainerAdapter
 
java_awt_event_FocusAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_FocusAdapter.
 
java_awt_event_FocusAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_FocusAdapter
 
java_awt_event_ItemAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_ItemAdapter.
 
java_awt_event_ItemAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_ItemAdapter
 
java_awt_event_KeyAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_KeyAdapter.
 
java_awt_event_KeyAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_KeyAdapter
 
java_awt_event_MouseAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter.
 
java_awt_event_MouseAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter
 
java_awt_event_MouseMotionAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_MouseMotionAdapter.
 
java_awt_event_MouseMotionAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_MouseMotionAdapter
 
java_awt_event_TextAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_TextAdapter.
 
java_awt_event_TextAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_TextAdapter
 
java_awt_event_WindowAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter.
 
java_awt_event_WindowAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
java_beans_PropertyChangeAdapter - class org.apache.bsf.util.event.adapters.java_beans_PropertyChangeAdapter.
 
java_beans_PropertyChangeAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_beans_PropertyChangeAdapter
 
java_beans_VetoableChangeAdapter - class org.apache.bsf.util.event.adapters.java_beans_VetoableChangeAdapter.
 
java_beans_VetoableChangeAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_beans_VetoableChangeAdapter
 
javaclass - Variable in class org.apache.bsf.engines.java.JavaEngine
 
javascriptTest - class org.apache.bsf.test.engineTests.javascriptTest.
Test class for the Rhino language engine.
javascriptTest(String) - Constructor for class org.apache.bsf.test.engineTests.javascriptTest
 
jdk14IsAvailable - Static variable in class org.apache.commons.logging.LogSource
Deprecated. Is JDK 1.4 logging available
jengine - Variable in class org.apache.bsf.engines.jacl.BSFCommand
 
jythonTest - class org.apache.bsf.test.engineTests.jythonTest.
Test class for the jython language engine.
jythonTest(String) - Constructor for class org.apache.bsf.test.engineTests.jythonTest
 

K

keyPressed(KeyEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_KeyAdapter
 
keyReleased(KeyEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_KeyAdapter
 
keyTyped(KeyEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_KeyAdapter
 
keyedReg - Variable in class org.apache.bsf.util.type.TypeConvertorRegistry
 

L

LANG_JSCRIPT - Static variable in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
LANG_PERLSCRIPT - Static variable in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
LANG_VBSCRIPT - Static variable in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
LOG_LEVEL_ALL - Static variable in class org.apache.commons.logging.impl.SimpleLog
Enable all logging levels
LOG_LEVEL_DEBUG - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Debug" level logging.
LOG_LEVEL_ERROR - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Error" level logging.
LOG_LEVEL_FATAL - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Fatal" level logging.
LOG_LEVEL_INFO - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Info" level logging.
LOG_LEVEL_OFF - Static variable in class org.apache.commons.logging.impl.SimpleLog
Enable no logging levels
LOG_LEVEL_TRACE - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Trace" level logging.
LOG_LEVEL_WARN - Static variable in class org.apache.commons.logging.impl.SimpleLog
"Warn" level logging.
LOG_PROPERTY - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
The name of the system property identifying our Log implementation class.
LOG_PROPERTY_OLD - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
The deprecated system property used for backwards compatibility with the old LogSource class.
Log - interface org.apache.commons.logging.Log.
A simple logging interface abstracting logging APIs.
Log4JCategoryLog - class org.apache.commons.logging.impl.Log4JCategoryLog.
Deprecated. Use Log4JLogger instead.
Log4JCategoryLog() - Constructor for class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated.  
Log4JCategoryLog(String) - Constructor for class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Base constructor.
Log4JLogger - class org.apache.commons.logging.impl.Log4JLogger.
Implementation of Log that maps directly to a Log4J Logger.
Log4JLogger() - Constructor for class org.apache.commons.logging.impl.Log4JLogger
 
Log4JLogger(String) - Constructor for class org.apache.commons.logging.impl.Log4JLogger
Base constructor.
Log4jFactory - class org.apache.commons.logging.impl.Log4jFactory.
Deprecated. Per discussion on COMMONS-DEV, the behind-the-scenes use of this class as a proxy factory has been removed. For 1.0, you can still request it directly if you wish, but it doesn't really do anything useful, and will be removed in 1.1.
Log4jFactory() - Constructor for class org.apache.commons.logging.impl.Log4jFactory
Deprecated.  
LogConfigurationException - exception org.apache.commons.logging.LogConfigurationException.
An exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the corresponding factory methods.
LogConfigurationException() - Constructor for class org.apache.commons.logging.LogConfigurationException
Construct a new exception with null as its detail message.
LogConfigurationException(String) - Constructor for class org.apache.commons.logging.LogConfigurationException
Construct a new exception with the specified detail message.
LogConfigurationException(Throwable) - Constructor for class org.apache.commons.logging.LogConfigurationException
Construct a new exception with the specified cause and a derived detail message.
LogConfigurationException(String, Throwable) - Constructor for class org.apache.commons.logging.LogConfigurationException
Construct a new exception with the specified detail message and cause.
LogFactory - class org.apache.commons.logging.LogFactory.
Factory for creating Log instances, with discovery and configuration features similar to that employed by standard Java APIs such as JAXP.
LogFactory() - Constructor for class org.apache.commons.logging.LogFactory
Protected constructor that is not available for public use.
LogFactoryImpl - class org.apache.commons.logging.impl.LogFactoryImpl.
Concrete subclass of LogFactory that implements the following algorithm to dynamically select a logging implementation class to instantiate a wrapper for.
LogFactoryImpl() - Constructor for class org.apache.commons.logging.impl.LogFactoryImpl
Public no-arguments constructor required by the lookup mechanism.
LogKitLogger - class org.apache.commons.logging.impl.LogKitLogger.
Implementation of org.apache.commons.logging.Log that wraps the avalon-logkit logging system.
LogKitLogger(String) - Constructor for class org.apache.commons.logging.impl.LogKitLogger
Construct LogKitLogger which wraps the LogKit logger with given name.
LogSource - class org.apache.commons.logging.LogSource.
Deprecated. Use LogFactory instead - The default factory implementation performs exactly the same algorithm as this class did
lang - Variable in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
lang - Variable in class org.apache.bsf.util.BSFEngineImpl
 
language - Static variable in class org.apache.taglibs.bsf.bsftag
 
ldr - Static variable in class org.apache.bsf.util.event.generator.EventAdapterGenerator
 
libName - Static variable in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
lineNo - Variable in class org.apache.bsf.util.BSFEventProcessor
 
lineNo - Variable in class org.apache.bsf.util.BSFEventProcessorReturningEventInfos
 
lineNo - Static variable in class org.apache.taglibs.bsf.bsftag
 
lineSeparator - Static variable in class org.apache.bsf.util.StringUtils
 
lineSeparatorStr - Static variable in class org.apache.bsf.util.StringUtils
 
loadClass(String, boolean) - Method in class org.apache.bsf.util.BSFClassLoader
 
loadClass(BSFManager, String) - Static method in class org.apache.bsf.util.EngineUtils
Load a class using the class loader of given manager.
loadClass(String, boolean) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
 
loadScriptingEngine(String) - Method in class org.apache.bsf.BSFManager
Load a scripting engine based on the lang string identifying it.
loadedEngines - Variable in class org.apache.bsf.BSFManager
 
log(int, Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Do the actual logging.
log4jIsAvailable - Static variable in class org.apache.commons.logging.LogSource
Deprecated. Is log4j available (in the current classpath)
logConstructor - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
The one-argument constructor of the Log implementation class that will be used to create new instances.
logConstructorSignature - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
The signature of the Constructor to be used.
logImplctor - Static variable in class org.apache.commons.logging.LogSource
Deprecated. Constructor for current log class
logLevels - Static variable in class org.apache.bsf.util.DebugLog
 
logMethod - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
The one-argument setLogFactory method of the selected Log method, if it exists.
logMethodSignature - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
The signature of the setLogFactory method to be used.
logName - Variable in class org.apache.commons.logging.impl.SimpleLog
The name of this simple log instance
logger - Variable in class org.apache.bsf.engines.xslt.XSLTEngine
 
logger - Variable in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
The underlying Logger implementation we are using.
logger - Variable in class org.apache.commons.logging.impl.Jdk14Logger
The underlying Logger implementation we are using.
logger - Variable in class org.apache.commons.logging.impl.LogKitLogger
Logging goes to this LogKit logger
logs - Static variable in class org.apache.commons.logging.LogSource
Deprecated.  
lookup(String) - Method in class org.apache.bsf.util.ObjectRegistry
 
lookup(Class) - Static method in class org.apache.bsf.util.event.EventAdapterRegistry
 
lookup(Class, Class) - Method in class org.apache.bsf.util.type.TypeConvertorRegistry
 
lookupBean(String) - Method in class org.apache.bsf.BSFManager
return a handle to a bean registered in the bean registry by the application or a scripting engine.
lookupBean(String) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
lookupBean
lookupBean(String) - Method in class org.apache.bsf.util.BSFFunctions
 
lookupByKey(Object) - Method in class org.apache.bsf.util.type.TypeConvertorRegistry
 

M

Main - class org.apache.bsf.Main.
This is the main driver for BSF to be run on the command line to eval/exec/compile scripts directly.
Main() - Constructor for class org.apache.bsf.Main
 
MethodUtils - class org.apache.bsf.util.MethodUtils.
This file is a collection of reflection utilities for dealing with methods and constructors.
MethodUtils() - Constructor for class org.apache.bsf.util.MethodUtils
 
main(String[]) - Static method in class org.apache.bsf.Main
Static driver to be able to run BSF scripts from the command line.
main(String[]) - Static method in class org.apache.bsf.test.BSFTest
 
main(String[]) - Static method in class org.apache.bsf.util.cf.CFDriver
A driver for CodeFormatter.
makeEventAdapterClass(Class, boolean) - Static method in class org.apache.bsf.util.event.generator.EventAdapterGenerator
 
makeNewLogInstance(String) - Static method in class org.apache.commons.logging.LogSource
Deprecated. Create a new Log implementation, based on the given name.
manager - Variable in class org.apache.bsf.util.BSFEventProcessor
 
manager - Variable in class org.apache.bsf.util.BSFEventProcessorReturningEventInfos
 
maxDepth - Variable in class org.apache.bsf.engines.activescript.ActiveScriptEngine.ArrayInfo
 
maxDimArray - Variable in class org.apache.bsf.engines.activescript.ActiveScriptEngine.ArrayInfo
 
merge(CodeBuffer) - Method in class org.apache.bsf.util.CodeBuffer
 
mgr - Variable in class org.apache.bsf.engines.jacl.BSFCommand
 
mgr - Variable in class org.apache.bsf.util.BSFEngineImpl
 
mgr - Variable in class org.apache.bsf.util.BSFFunctions
 
mgr - Static variable in class org.apache.taglibs.bsf.bsftag
 
mgrfuncs - Variable in class org.apache.bsf.engines.netrexx.NetRexxEngine
 
minorPrefix - Variable in class org.apache.bsf.engines.java.JavaEngine
 
minorPrefix - Variable in class org.apache.bsf.engines.netrexx.NetRexxEngine
 
mouseClicked(MouseEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter
 
mouseDragged(MouseEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_MouseMotionAdapter
 
mouseEntered(MouseEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter
 
mouseExited(MouseEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter
 
mouseMoved(MouseEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_MouseMotionAdapter
 
mousePressed(MouseEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter
 
mouseReleased(MouseEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter
 

N

NetRexxEngine - class org.apache.bsf.engines.netrexx.NetRexxEngine.
This is the interface to NetRexx from the Bean Scripting Framework.
NetRexxEngine() - Constructor for class org.apache.bsf.engines.netrexx.NetRexxEngine
Constructor.
Next(long) - Method in class org.apache.bsf.engines.activescript.JavaOLEENUMVAR
 
NoOpLog - class org.apache.commons.logging.impl.NoOpLog.
Trivial implementation of Log that throws away all messages.
NoOpLog() - Constructor for class org.apache.commons.logging.impl.NoOpLog
Convenience constructor
NoOpLog(String) - Constructor for class org.apache.commons.logging.impl.NoOpLog
Base constructor
name - Variable in class org.apache.bsf.BSFDeclaredBean
 
name - Variable in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
 
name - Variable in class org.apache.commons.logging.impl.Jdk14Logger
The name of the logger we are wrapping.
name - Variable in class org.apache.commons.logging.impl.LogKitLogger
Name of this logger
nativeIdispatchAddRef(byte[]) - Static method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
nativeIdispatchDeleteRef(byte[]) - Static method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
netrexxTest - class org.apache.bsf.test.engineTests.netrexxTest.
This is a testcase for NetRexx Script Engine
netrexxTest(String) - Constructor for class org.apache.bsf.test.engineTests.netrexxTest
 
newFactory(String, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
Return a new instance of the specified LogFactory implementation class, loaded by the specified class loader.
newInstance(String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Create and return a new Log instance for the specified name.
node - Variable in class org.apache.bsf.engines.xslt.XSLTResultNode
 

O

OPENOFFICE_XEVENTLISTENER - Static variable in class org.apache.bsf.util.event.generator.EventAdapterGenerator
 
ObjInfo - class org.apache.bsf.util.ObjInfo.
An ObjInfo object is used by a compiler to track the name and type of a bean.
ObjInfo(Class, String) - Constructor for class org.apache.bsf.util.ObjInfo
 
ObjectRegistry - class org.apache.bsf.util.ObjectRegistry.
The ObjectRegistry is used to do name-to-object reference lookups.
ObjectRegistry() - Constructor for class org.apache.bsf.util.ObjectRegistry
 
ObjectRegistry(ObjectRegistry) - Constructor for class org.apache.bsf.util.ObjectRegistry
 
objClass - Variable in class org.apache.bsf.util.ObjInfo
 
objName - Variable in class org.apache.bsf.util.ObjInfo
 
objectRegistry - Variable in class org.apache.bsf.BSFManager
 
org.apache.bsf - package org.apache.bsf
 
org.apache.bsf.engines.activescript - package org.apache.bsf.engines.activescript
 
org.apache.bsf.engines.jacl - package org.apache.bsf.engines.jacl
 
org.apache.bsf.engines.java - package org.apache.bsf.engines.java
 
org.apache.bsf.engines.javaclass - package org.apache.bsf.engines.javaclass
 
org.apache.bsf.engines.javascript - package org.apache.bsf.engines.javascript
 
org.apache.bsf.engines.jpython - package org.apache.bsf.engines.jpython
 
org.apache.bsf.engines.jython - package org.apache.bsf.engines.jython
 
org.apache.bsf.engines.netrexx - package org.apache.bsf.engines.netrexx
 
org.apache.bsf.engines.xslt - package org.apache.bsf.engines.xslt
 
org.apache.bsf.test - package org.apache.bsf.test
 
org.apache.bsf.test.engineTests - package org.apache.bsf.test.engineTests
 
org.apache.bsf.test.utilTests - package org.apache.bsf.test.utilTests
 
org.apache.bsf.util - package org.apache.bsf.util
 
org.apache.bsf.util.cf - package org.apache.bsf.util.cf
 
org.apache.bsf.util.event - package org.apache.bsf.util.event
 
org.apache.bsf.util.event.adapters - package org.apache.bsf.util.event.adapters
 
org.apache.bsf.util.event.generator - package org.apache.bsf.util.event.generator
 
org.apache.bsf.util.type - package org.apache.bsf.util.type
 
org.apache.commons.logging - package org.apache.commons.logging
Simple wrapper API around multiple logging APIs.
org.apache.commons.logging.impl - package org.apache.commons.logging.impl
Concrete implementations of commons-logging wrapper APIs.
org.apache.taglibs.bsf - package org.apache.taglibs.bsf
 

P

parent - Variable in class org.apache.bsf.util.ObjectRegistry
 
pcs - Variable in class org.apache.bsf.BSFManager
 
placeholder - Static variable in class org.apache.bsf.engines.java.JavaEngine
 
placeholder - Static variable in class org.apache.bsf.engines.netrexx.NetRexxEngine
 
popSymbolTable() - Method in class org.apache.bsf.util.CodeBuffer
 
print(PrintWriter, boolean) - Method in class org.apache.bsf.util.CodeBuffer
 
print(int, String) - Method in class org.apache.bsf.util.IndentWriter
Print the text (indented the specified amount) without inserting a linefeed.
printStackTrace() - Method in class org.apache.bsf.BSFException
 
println(int, String) - Method in class org.apache.bsf.util.IndentWriter
Print the text (indented the specified amount) and insert a linefeed.
processEvent(String, Object[]) - Method in class org.apache.bsf.util.BSFEventProcessor
 
processEvent(String, Object[]) - Method in class org.apache.bsf.util.BSFEventProcessorReturningEventInfos
 
processEvent(String, Object[]) - Method in interface org.apache.bsf.util.event.EventProcessor
 
processExceptionableEvent(String, Object[]) - Method in class org.apache.bsf.util.BSFEventProcessor
 
processExceptionableEvent(String, Object[]) - Method in class org.apache.bsf.util.BSFEventProcessorReturningEventInfos
 
processExceptionableEvent(String, Object[]) - Method in interface org.apache.bsf.util.event.EventProcessor
 
propertyChange(PropertyChangeEvent) - Method in class org.apache.bsf.util.BSFEngineImpl
Receive property change events from the manager and update my fields as needed.
propertyChange(PropertyChangeEvent) - Method in class org.apache.bsf.util.event.adapters.java_beans_PropertyChangeAdapter
 
pushSymbolTable() - Method in class org.apache.bsf.util.CodeBuffer
 
put(String, Class) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
 
putSymbol(String, ObjInfo) - Method in class org.apache.bsf.util.CodeBuffer
 
putSymbolIndex(String, Integer) - Method in class org.apache.bsf.util.CodeBuffer
 

R

REASON_EXECUTION_ERROR - Static variable in class org.apache.bsf.BSFException
 
REASON_INVALID_ARGUMENT - Static variable in class org.apache.bsf.BSFException
 
REASON_IO_ERROR - Static variable in class org.apache.bsf.BSFException
 
REASON_OTHER_ERROR - Static variable in class org.apache.bsf.BSFException
 
REASON_UNKNOWN_LANGUAGE - Static variable in class org.apache.bsf.BSFException
 
REASON_UNSUPPORTED_FEATURE - Static variable in class org.apache.bsf.BSFException
 
ReflectionUtils - class org.apache.bsf.util.ReflectionUtils.
This file is a collection of reflection utilities.
ReflectionUtils() - Constructor for class org.apache.bsf.util.ReflectionUtils
 
Reset() - Method in class org.apache.bsf.engines.activescript.JavaOLEENUMVAR
 
reason - Variable in class org.apache.bsf.BSFException
 
reg - Variable in class org.apache.bsf.util.ObjectRegistry
 
reg - Variable in class org.apache.bsf.util.type.TypeConvertorRegistry
 
register(String, Object) - Method in class org.apache.bsf.util.ObjectRegistry
 
register(Class, Class) - Static method in class org.apache.bsf.util.event.EventAdapterRegistry
 
register(Class, Class, TypeConvertor) - Method in class org.apache.bsf.util.type.TypeConvertorRegistry
 
register(BSFManager, String, Object) - Method in class org.apache.taglibs.bsf.bsftag
 
registerBean(String, Object) - Method in class org.apache.bsf.BSFManager
Registering a bean allows a scripting engine or the application to access that bean by name and to manipulate it.
registerBean(String, Object) - Method in class org.apache.bsf.util.BSFFunctions
 
registerByKey(Object, TypeConvertor) - Method in class org.apache.bsf.util.type.TypeConvertorRegistry
 
registerScriptingEngine(String, String, String[]) - Static method in class org.apache.bsf.BSFManager
Register a scripting engine in the static registry of the BSFManager.
registeredEngines - Static variable in class org.apache.bsf.BSFManager
 
release() - Method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created Log instances returned by this factory.
release(ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created LogFactory instances that have been associated with the specified class loader (if any), after calling the instance method release() on each of them.
release() - Method in class org.apache.commons.logging.impl.Log4jFactory
Deprecated. Release any internal references to previously created Log instances returned by this factory.
release() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Release any internal references to previously created Log instances returned by this factory.
releaseAll() - Static method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created LogFactory instances, after calling the instance method release() on each of them.
removeAttribute(String) - Method in class org.apache.commons.logging.LogFactory
Remove any configuration attribute associated with the specified name.
removeAttribute(String) - Method in class org.apache.commons.logging.impl.Log4jFactory
Deprecated. Remove any configuration attribute associated with the specified name.
removeAttribute(String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Remove any configuration attribute associated with the specified name.
resetTmpOut() - Method in class org.apache.bsf.test.BSFEngineTestTmpl
 
result - Variable in class org.apache.bsf.test.utilTests.EngineUtilsTest
 

S

SERVICE_ID - Static variable in class org.apache.commons.logging.LogFactory
JDK1.3+ 'Service Provider' specification.
ScriptSymbolTable - class org.apache.bsf.util.ScriptSymbolTable.
An ScriptSymbolTable object is used by a CodeBuffer object to implement nested scopes.
ScriptSymbolTable(Hashtable) - Constructor for class org.apache.bsf.util.ScriptSymbolTable
 
SimpleLog - class org.apache.commons.logging.impl.SimpleLog.
Simple implementation of Log that sends all enabled log messages, for all defined loggers, to System.err.
SimpleLog(String) - Constructor for class org.apache.commons.logging.impl.SimpleLog
Construct a simple log with given name.
Skip(long) - Method in class org.apache.bsf.engines.activescript.JavaOLEENUMVAR
 
StringUtils - class org.apache.bsf.util.StringUtils.
Deals with strings (probably need to elaborate some more).
StringUtils() - Constructor for class org.apache.bsf.util.StringUtils
 
StringUtilsTest - class org.apache.bsf.test.utilTests.StringUtilsTest.
This is a testcase for org.apache.bsf.util.StringUtils.java
StringUtilsTest(String) - Constructor for class org.apache.bsf.test.utilTests.StringUtilsTest
Constructor for StringUtilsTest.
script - Variable in class org.apache.bsf.util.BSFEventProcessor
 
script - Variable in class org.apache.bsf.util.BSFEventProcessorReturningEventInfos
 
scriptlet - class org.apache.taglibs.bsf.scriptlet.
 
scriptlet() - Constructor for class org.apache.taglibs.bsf.scriptlet
 
serializeCompilation - Static variable in class org.apache.bsf.engines.java.JavaEngine
 
serializeCompilation - Static variable in class org.apache.bsf.engines.netrexx.NetRexxEngine
 
setAttribute(String, Object) - Method in class org.apache.commons.logging.LogFactory
Set the configuration attribute with the specified name.
setAttribute(String, Object) - Method in class org.apache.commons.logging.impl.Log4jFactory
Deprecated. Set the configuration attribute with the specified name.
setAttribute(String, Object) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Set the configuration attribute with the specified name.
setClassLoader(ClassLoader) - Method in class org.apache.bsf.BSFManager
Set the class loader for those that need to use it.
setClassLoader(ClassLoader) - Static method in class org.apache.bsf.util.event.EventAdapterRegistry
Class loader to use to load event adapter classes.
setClassName(String) - Method in class org.apache.bsf.util.CodeBuffer
 
setClassPath(String) - Method in class org.apache.bsf.BSFManager
Set the classpath for those that need to use it.
setDebugStream(PrintStream) - Static method in class org.apache.bsf.util.DebugLog
 
setDefaultLogger(Logger) - Static method in class org.apache.commons.logging.impl.AvalonLogger
Sets the ancesteral Avalon logger from which the delegating loggers will descend.
setDelimiters(String) - Method in class org.apache.bsf.util.cf.CodeFormatter
Sets the set of delimiters; default set is "(+".
setDynamic(boolean) - Static method in class org.apache.bsf.util.event.EventAdapterRegistry
Indicates whether or not to dynamically generate adapters; default is true.
setEvalRet(Object) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
setEventProcessor(EventProcessor) - Method in interface org.apache.bsf.util.event.EventAdapter
 
setEventProcessor(EventProcessor) - Method in class org.apache.bsf.util.event.EventAdapterImpl
 
setExtends(String) - Method in class org.apache.bsf.util.CodeBuffer
 
setField(Object, String, Bean, TypeConvertorRegistry) - Static method in class org.apache.bsf.util.ReflectionUtils
 
setFinalServiceMethodStatement(ObjInfo) - Method in class org.apache.bsf.util.CodeBuffer
 
setIndentationStep(int) - Method in class org.apache.bsf.util.cf.CodeFormatter
Sets the size of the indentation step; default size is 2.
setLanguage(String) - Method in class org.apache.taglibs.bsf.bsftag
 
setLevel(int) - Method in class org.apache.commons.logging.impl.SimpleLog
Set logging level.
setLogImplementation(String) - Static method in class org.apache.commons.logging.LogSource
Deprecated. Set the log implementation/log implementation factory by the name of the class.
setLogImplementation(Class) - Static method in class org.apache.commons.logging.LogSource
Deprecated. Set the log implementation/log implementation factory by class.
setLogLevel(int) - Static method in class org.apache.bsf.util.DebugLog
 
setMaxLineLength(int) - Method in class org.apache.bsf.util.cf.CodeFormatter
Sets the (desired) maximum line length; default length is 74.
setObjectRegistry(ObjectRegistry) - Method in class org.apache.bsf.BSFManager
Set the object registry used by this manager.
setPackageName(String) - Method in class org.apache.bsf.util.CodeBuffer
 
setProperty(Object, String, Integer, Object, Class, TypeConvertorRegistry) - Static method in class org.apache.bsf.util.ReflectionUtils
Set a property of a bean to a given value.
setServiceMethodName(String) - Method in class org.apache.bsf.util.CodeBuffer
 
setServiceMethodReturnType(Class) - Method in class org.apache.bsf.util.CodeBuffer
 
setStickyDelimiters(String) - Method in class org.apache.bsf.util.cf.CodeFormatter
Sets the set of sticky delimiters; default set is ",".
setSymbolTable(Hashtable) - Method in class org.apache.bsf.util.CodeBuffer
 
setTempDir(String) - Method in class org.apache.bsf.BSFManager
Temporary directory to put stuff into (for those who need to).
setTempDir(String) - Method in class org.apache.bsf.util.BSFClassLoader
 
setUp() - Method in class org.apache.bsf.test.BSFEngineTestTmpl
 
setUp() - Method in class org.apache.bsf.test.BSFTest
 
setUp() - Method in class org.apache.bsf.test.engineTests.jaclTest
 
setUp() - Method in class org.apache.bsf.test.engineTests.javascriptTest
 
setUp() - Method in class org.apache.bsf.test.engineTests.jythonTest
 
setUp() - Method in class org.apache.bsf.test.engineTests.netrexxTest
 
setUp() - Method in class org.apache.bsf.test.utilTests.EngineUtilsTest
 
setValue(String) - Method in class org.apache.bsf.test.utilTests.TestBean
 
setValue(String, Number) - Method in class org.apache.bsf.test.utilTests.TestBean
 
showDateTime - Static variable in class org.apache.commons.logging.impl.SimpleLog
Include the current time in the log message
showLogName - Static variable in class org.apache.commons.logging.impl.SimpleLog
Include the instance name in the log message?
showShortName - Static variable in class org.apache.commons.logging.impl.SimpleLog
Include the short name ( last component ) of the logger in the log message.
simpleLogProps - Static variable in class org.apache.commons.logging.impl.SimpleLog
Properties loaded from simplelog.properties
source - Variable in class org.apache.bsf.util.BSFEventProcessor
 
source - Variable in class org.apache.bsf.util.BSFEventProcessorReturningEventInfos
 
stderrPrint(Object, int) - Static method in class org.apache.bsf.util.DebugLog
 
stderrPrintln(Object, int) - Static method in class org.apache.bsf.util.DebugLog
 
stdoutPrint(Object, int) - Static method in class org.apache.bsf.util.DebugLog
 
stdoutPrintln(Object, int) - Static method in class org.apache.bsf.util.DebugLog
 
streamPrint(Object, OutputStream, int) - Static method in class org.apache.bsf.util.DebugLog
 
streamPrintln(Object, OutputStream, int) - Static method in class org.apache.bsf.util.DebugLog
 
suite() - Static method in class org.apache.bsf.test.BSFTest
 
symbolTableIsStacked() - Method in class org.apache.bsf.util.CodeBuffer
 
sysOut - Variable in class org.apache.bsf.test.BSFEngineTestTmpl
 
systemPrefix - Static variable in class org.apache.commons.logging.impl.SimpleLog
All system properties used by SimpleLog start with this

T

TestBean - class org.apache.bsf.test.utilTests.TestBean.
This is the org.apache.bsf.test.utilTests.TestBean.java used in EngineUtils.java
TestBean() - Constructor for class org.apache.bsf.test.utilTests.TestBean
 
TestBean(String) - Constructor for class org.apache.bsf.test.utilTests.TestBean
 
TypeConvertor - interface org.apache.bsf.util.type.TypeConvertor.
A TypeConvertor is used to convert an object of one type to one of another type.
TypeConvertorRegistry - class org.apache.bsf.util.type.TypeConvertorRegistry.
The TypeConvertorRegistry is the registry of type convertors.
TypeConvertorRegistry() - Constructor for class org.apache.bsf.util.type.TypeConvertorRegistry
 
tFactory - Variable in class org.apache.bsf.engines.xslt.XSLTEngine
 
targetThrowable - Variable in class org.apache.bsf.BSFException
 
tearDown() - Method in class org.apache.bsf.test.BSFEngineTestTmpl
 
tearDown() - Method in class org.apache.bsf.test.engineTests.netrexxTest
 
tempDir - Variable in class org.apache.bsf.BSFManager
 
tempDir - Variable in class org.apache.bsf.util.BSFClassLoader
 
tempDir - Variable in class org.apache.bsf.util.BSFEngineImpl
 
terminate() - Method in interface org.apache.bsf.BSFEngine
Graceful termination
terminate() - Method in class org.apache.bsf.BSFManager
Gracefully terminate all engines
terminate() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
terminate() - Method in class org.apache.bsf.test.fakeEngine
 
terminate() - Method in class org.apache.bsf.util.BSFEngineImpl
 
testBSFManagerAvailability() - Method in class org.apache.bsf.test.engineTests.javascriptTest
 
testBSFManagerAvailability() - Method in class org.apache.bsf.test.engineTests.jythonTest
 
testBSFManagerAvailability() - Method in class org.apache.bsf.test.engineTests.netrexxTest
 
testBSFManagerEval() - Method in class org.apache.bsf.test.engineTests.jaclTest
 
testBSFManagerEval() - Method in class org.apache.bsf.test.engineTests.javascriptTest
 
testBSFManagerEval() - Method in class org.apache.bsf.test.engineTests.jythonTest
 
testBSFManagerEval() - Method in class org.apache.bsf.test.engineTests.netrexxTest
 
testCall() - Method in class org.apache.bsf.test.engineTests.jaclTest
 
testCall() - Method in class org.apache.bsf.test.engineTests.javascriptTest
 
testCall() - Method in class org.apache.bsf.test.engineTests.jythonTest
 
testCallBeanMethod() - Method in class org.apache.bsf.test.utilTests.EngineUtilsTest
 
testClassNameToVarName() - Method in class org.apache.bsf.test.utilTests.StringUtilsTest
 
testCleanString() - Method in class org.apache.bsf.test.utilTests.StringUtilsTest
 
testCreateBean() - Method in class org.apache.bsf.test.utilTests.EngineUtilsTest
 
testDeclareBean() - Method in class org.apache.bsf.test.BSFTest
 
testDeclareBean() - Method in class org.apache.bsf.test.engineTests.jaclTest
 
testDeclareBean() - Method in class org.apache.bsf.test.engineTests.javascriptTest
 
testDeclareBean() - Method in class org.apache.bsf.test.engineTests.jythonTest
 
testDeclareBean() - Method in class org.apache.bsf.test.engineTests.netrexxTest
 
testEval() - Method in class org.apache.bsf.test.BSFTest
 
testEval() - Method in class org.apache.bsf.test.engineTests.jaclTest
 
testEval() - Method in class org.apache.bsf.test.engineTests.javascriptTest
 
testEval() - Method in class org.apache.bsf.test.engineTests.jythonTest
 
testExec() - Method in class org.apache.bsf.test.BSFTest
 
testExec() - Method in class org.apache.bsf.test.engineTests.jaclTest
 
testExec() - Method in class org.apache.bsf.test.engineTests.javascriptTest
 
testExec() - Method in class org.apache.bsf.test.engineTests.jythonTest
 
testExec() - Method in class org.apache.bsf.test.engineTests.netrexxTest
 
testGetChars() - Method in class org.apache.bsf.test.utilTests.StringUtilsTest
 
testGetClassName() - Method in class org.apache.bsf.test.utilTests.StringUtilsTest
 
testGetCommaListFromVector() - Method in class org.apache.bsf.test.utilTests.StringUtilsTest
 
testGetContentAsReader() - Method in class org.apache.bsf.test.utilTests.StringUtilsTest
 
testGetContentAsString() - Method in class org.apache.bsf.test.utilTests.StringUtilsTest
 
testGetLangFromFileName() - Method in class org.apache.bsf.test.BSFTest
 
testGetSafeString() - Method in class org.apache.bsf.test.utilTests.StringUtilsTest
 
testGetStringFromReader() - Method in class org.apache.bsf.test.utilTests.IOUtilsTest
 
testGetTypeSignatureString() - Method in class org.apache.bsf.test.utilTests.EngineUtilsTest
 
testGetValidIdentifierName() - Method in class org.apache.bsf.test.utilTests.StringUtilsTest
 
testIexec() - Method in class org.apache.bsf.test.BSFTest
 
testIexec() - Method in class org.apache.bsf.test.engineTests.jaclTest
 
testIexec() - Method in class org.apache.bsf.test.engineTests.javascriptTest
 
testIexec() - Method in class org.apache.bsf.test.engineTests.jythonTest
 
testIsValidIdentifierName() - Method in class org.apache.bsf.test.utilTests.StringUtilsTest
 
testIsValidPackageName() - Method in class org.apache.bsf.test.utilTests.StringUtilsTest
 
testNames - Static variable in class org.apache.bsf.test.BSFTest
 
testRegisterBean() - Method in class org.apache.bsf.test.engineTests.jaclTest
 
testRegisterBean() - Method in class org.apache.bsf.test.engineTests.javascriptTest
 
testRegisterBean() - Method in class org.apache.bsf.test.engineTests.jythonTest
 
testRegisterBean() - Method in class org.apache.bsf.test.engineTests.netrexxTest
 
testRegisterEngine() - Method in class org.apache.bsf.test.BSFTest
 
testTerminate() - Method in class org.apache.bsf.test.BSFTest
 
testUndeclareBean() - Method in class org.apache.bsf.test.BSFTest
 
testUndeclareBean() - Method in class org.apache.bsf.test.engineTests.jaclTest
 
testUndeclareBean() - Method in class org.apache.bsf.test.engineTests.javascriptTest
 
testUndeclareBean() - Method in class org.apache.bsf.test.engineTests.jythonTest
 
testUndeclareBean() - Method in class org.apache.bsf.test.engineTests.netrexxTest
 
testUnregisterBean() - Method in class org.apache.bsf.test.engineTests.jaclTest
 
testUnregisterBean() - Method in class org.apache.bsf.test.engineTests.javascriptTest
 
testUnregisterBean() - Method in class org.apache.bsf.test.engineTests.jythonTest
 
testUnregisterBean() - Method in class org.apache.bsf.test.engineTests.netrexxTest
 
textValueChanged(TextEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_TextAdapter
 
toString() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine.ArrayInfo
 
toString() - Method in class org.apache.bsf.engines.activescript.COMIDispatchBean
 
toString() - Method in class org.apache.bsf.util.CodeBuffer
 
toString() - Method in class org.apache.bsf.util.ObjInfo
 
toVariant() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine.ArrayInfo
 
trace(Object) - Method in interface org.apache.commons.logging.Log
Log a message with trace log level.
trace(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with trace log level.
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.AvalonLogger
 
trace(Object) - Method in class org.apache.commons.logging.impl.AvalonLogger
 
trace(Object) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message with trace log level.
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message and exception with trace log level.
trace(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with trace log level.
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with trace log level.
trace(Object) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Log a message to the Log4j Category with TRACE priority.
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Log an error to the Log4j Category with TRACE priority.
trace(Object) - Method in class org.apache.commons.logging.impl.Log4JLogger
Log a message to the Log4j Logger with TRACE priority.
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JLogger
Log an error to the Log4j Logger with TRACE priority.
trace(Object) - Method in class org.apache.commons.logging.impl.LogKitLogger
Log message to LogKit logger with DEBUG priority.
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.LogKitLogger
Log error to LogKit logger with DEBUG priority.
trace(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
trace(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
Log a message with trace log level.
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Log an error with trace log level.
transformer - Variable in class org.apache.bsf.engines.xslt.XSLTEngine
 
type - Variable in class org.apache.bsf.BSFDeclaredBean
 
type - Variable in class org.apache.bsf.engines.activescript.ActiveScriptEngine.ArrayInfo
 
type - Variable in class org.apache.bsf.util.Bean
 

U

undeclareBean(BSFDeclaredBean) - Method in interface org.apache.bsf.BSFEngine
Undeclare a previously declared bean.
undeclareBean(String) - Method in class org.apache.bsf.BSFManager
Undeclare a previously declared bean.
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
Undeclare a previously declared bean.
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.jacl.JaclEngine
Undeclare a previously declared bean.
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
 
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
Undeclare a previously declared bean.
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.jython.JythonEngine
Undeclare a previously declared bean.
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
 
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.xslt.XSLTEngine
Undeclare a bean by setting he parameter represeting it to null
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.util.BSFEngineImpl
 
unregister(String) - Method in class org.apache.bsf.util.ObjectRegistry
 
unregisterBean(String) - Method in class org.apache.bsf.BSFManager
Unregister a previously registered bean.
unregisterBean(String) - Method in class org.apache.bsf.util.BSFFunctions
 
unwrap(PyObject) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
 
unwrap(PyObject) - Method in class org.apache.bsf.engines.jython.JythonEngine
 

V

value - Variable in class org.apache.bsf.util.Bean
 
vbEmpty - class org.apache.bsf.engines.activescript.vbEmpty.
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.
vbEmpty() - Constructor for class org.apache.bsf.engines.activescript.vbEmpty
 
version - Static variable in class org.apache.bsf.BSFManager
 
vetoableChange(PropertyChangeEvent) - Method in class org.apache.bsf.util.event.adapters.java_beans_VetoableChangeAdapter
 

W

WRITEDIRECTORY - Static variable in class org.apache.bsf.util.event.generator.EventAdapterGenerator
 
warn(Object) - Method in interface org.apache.commons.logging.Log
Log a message with warn log level.
warn(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with warn log level.
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.AvalonLogger
 
warn(Object) - Method in class org.apache.commons.logging.impl.AvalonLogger
 
warn(Object) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message with warn log level.
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk13LumberjackLogger
Log a message and exception with warn log level.
warn(Object) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message with warn log level.
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.Jdk14Logger
Log a message and exception with warn log level.
warn(Object) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Log a message to the Log4j Category with WARN priority.
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JCategoryLog
Deprecated. Log an error to the Log4j Category with WARN priority.
warn(Object) - Method in class org.apache.commons.logging.impl.Log4JLogger
Log a message to the Log4j Logger with WARN priority.
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.Log4JLogger
Log an error to the Log4j Logger with WARN priority.
warn(Object) - Method in class org.apache.commons.logging.impl.LogKitLogger
Log message to LogKit logger with WARN priority.
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.LogKitLogger
Log error to LogKit logger with WARN priority.
warn(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
warn(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
Log a message with warn log level.
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Log an error with warn log level.
windowActivated(WindowEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
windowClosed(WindowEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
windowClosing(WindowEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
windowDeactivated(WindowEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
windowDeiconified(WindowEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
windowIconified(WindowEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
windowOpened(WindowEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
write(StringBuffer) - Method in class org.apache.commons.logging.impl.SimpleLog
Write the content of the message accumulated in the specified StringBuffer to the appropriate output destination.

X

XSLTEngine - class org.apache.bsf.engines.xslt.XSLTEngine.
Xerces XSLT interface to BSF.
XSLTEngine() - Constructor for class org.apache.bsf.engines.xslt.XSLTEngine
 
XSLTResultNode - class org.apache.bsf.engines.xslt.XSLTResultNode.
 
XSLTResultNode(Node) - Constructor for class org.apache.bsf.engines.xslt.XSLTResultNode
 

A B C D E F G I J K L M N O P R S T U V W X
2006-06-11, rgf