|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.tags.beanshell.BeanShellExpressionFactory
public class BeanShellExpressionFactory
Represents a factory of beanshell expressions
Constructor Summary | |
---|---|
BeanShellExpressionFactory()
|
Method Summary | |
---|---|
org.apache.commons.jelly.expression.Expression |
createExpression(java.lang.String text)
|
static JellyInterpreter |
getInterpreter(org.apache.commons.jelly.JellyContext context)
A helper method to return the JellyInterpreter for the given JellyContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanShellExpressionFactory()
Method Detail |
---|
public static JellyInterpreter getInterpreter(org.apache.commons.jelly.JellyContext context) throws bsh.EvalError
bsh.EvalError
public org.apache.commons.jelly.expression.Expression createExpression(java.lang.String text) throws org.apache.commons.jelly.JellyException
createExpression
in interface org.apache.commons.jelly.expression.ExpressionFactory
org.apache.commons.jelly.JellyException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |