org.apache.commons.jelly.tags.beanshell
Class BeanShellExpressionFactory

java.lang.Object
  extended byorg.apache.commons.jelly.tags.beanshell.BeanShellExpressionFactory
All Implemented Interfaces:
org.apache.commons.jelly.expression.ExpressionFactory

public class BeanShellExpressionFactory
extends java.lang.Object
implements org.apache.commons.jelly.expression.ExpressionFactory

Represents a factory of beanshell expressions

Version:
$Revision: 155420 $
Author:
James Strachan

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

BeanShellExpressionFactory

public BeanShellExpressionFactory()
Method Detail

getInterpreter

public static JellyInterpreter getInterpreter(org.apache.commons.jelly.JellyContext context)
                                       throws bsh.EvalError
A helper method to return the JellyInterpreter for the given JellyContext

Throws:
bsh.EvalError

createExpression

public org.apache.commons.jelly.expression.Expression createExpression(java.lang.String text)
                                                                throws org.apache.commons.jelly.JellyException
Specified by:
createExpression in interface org.apache.commons.jelly.expression.ExpressionFactory
Throws:
org.apache.commons.jelly.JellyException


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.