org.apache.commons.jelly.tags.bsf
Class BSFExpression

java.lang.Object
  |
  +--org.apache.commons.jelly.expression.ExpressionSupport
        |
        +--org.apache.commons.jelly.tags.bsf.BSFExpression
All Implemented Interfaces:
Expression

public class BSFExpression
extends ExpressionSupport

Represents a BSF expression

Version:
$Revision: 1.1 $
Author:
James Strachan

Fields inherited from class org.apache.commons.jelly.expression.ExpressionSupport
EMPTY_ITERATOR
 
Constructor Summary
BSFExpression(java.lang.String text, com.ibm.bsf.BSFEngine engine, com.ibm.bsf.BSFManager manager, JellyContextRegistry registry)
           
 
Method Summary
 java.lang.Object evaluate(JellyContext context)
          Evaluates the expression with the given context and returns the result
 
Methods inherited from class org.apache.commons.jelly.expression.ExpressionSupport
evaluateAsBoolean, evaluateAsIterator, evaluateAsString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BSFExpression

public BSFExpression(java.lang.String text,
                     com.ibm.bsf.BSFEngine engine,
                     com.ibm.bsf.BSFManager manager,
                     JellyContextRegistry registry)
Method Detail

evaluate

public java.lang.Object evaluate(JellyContext context)
Description copied from interface: Expression
Evaluates the expression with the given context and returns the result


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