|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--bsh.Interpreter | +--org.apache.commons.jelly.tags.beanshell.JellyInterpreter
Integrates BeanShell's interpreter with Jelly's JellyContext
Fields inherited from class bsh.Interpreter |
DEBUG, noExitOnEOF, strictJava, TRACE, VERSION |
Constructor Summary | |
JellyInterpreter()
|
Method Summary | |
protected java.lang.String |
convertVariableName(java.lang.String name)
Converts variables to a beanshell allowable format or hides names that can't be converted, by returning null. |
org.apache.commons.jelly.JellyContext |
getJellyContext()
|
void |
setJellyContext(org.apache.commons.jelly.JellyContext context)
|
Methods inherited from class bsh.Interpreter |
debug, error, eval, eval, eval, eval, get, getErr, getIn, getInterface, getNameSpace, getOut, getParent, getSourceFileInfo, getVariable, main, pathToFile, print, println, redirectOutputToFile, run, set, set, set, set, set, set, setClassLoader, setConsole, setNameSpace, setVariable, setVariable, setVariable, setVariable, source, source, unset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JellyInterpreter()
Method Detail |
public org.apache.commons.jelly.JellyContext getJellyContext()
public void setJellyContext(org.apache.commons.jelly.JellyContext context) throws bsh.EvalError
protected java.lang.String convertVariableName(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |