|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.bsf.BSFManager
org.apache.bsf.ExtendedBSFManager
public class ExtendedBSFManager
This class provides internal access to BSFManager internals Last edited by $Author: sowen70 $
| Constructor Summary | |
|---|---|
ExtendedBSFManager()
|
|
| Method Summary | |
|---|---|
void |
exec(java.lang.String lang,
java.lang.String source,
int lineNo,
int columnNo,
java.lang.Object script)
Execute the given script of the given language. |
java.util.Vector |
getProcessorNameList()
This method returns a list of available Scripting engines. |
| Methods inherited from class org.apache.bsf.BSFManager |
|---|
apply, compileApply, compileExpr, compileScript, declareBean, eval, getClassLoader, getClassPath, getDebugManager, getLangFromFilename, getObjectRegistry, getTempDir, initBSFDebugManager, isLanguageRegistered, loadScriptingEngine, lookupBean, registerBean, registerScriptingEngine, setClassLoader, setClassPath, setObjectRegistry, setTempDir, terminate, undeclareBean, unregisterBean |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtendedBSFManager()
| Method Detail |
|---|
public java.util.Vector getProcessorNameList()
public void exec(java.lang.String lang,
java.lang.String source,
int lineNo,
int columnNo,
java.lang.Object script)
throws org.apache.bsf.BSFException
exec in class org.apache.bsf.BSFManagerlang - language identifiersource - (context info) the source of this expression (e.g., filename)lineNo - (context info) the line number in source for exprcolumnNo - (context info) the column number in source for exprscript - the script to execute
BSFException - if anything goes wrong while running the script
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||