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

java.lang.Object
  |
  +--org.apache.commons.jelly.tags.beanshell.BeanShellExpressionFactory
All Implemented Interfaces:
ExpressionFactory

public class BeanShellExpressionFactory
extends java.lang.Object
implements ExpressionFactory

Represents a factory of beanshell expressions

Version:
$Revision: 1.1 $
Author:
James Strachan

Constructor Summary
BeanShellExpressionFactory()
           
 
Method Summary
 Expression createExpression(java.lang.String text)
          Creates a new expression for the given text
 
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

createExpression

public Expression createExpression(java.lang.String text)
                            throws java.lang.Exception
Description copied from interface: ExpressionFactory
Creates a new expression for the given text
Specified by:
createExpression in interface ExpressionFactory


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