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:
org.apache.commons.jelly.expression.Expression

public class BSFExpression
extends org.apache.commons.jelly.expression.ExpressionSupport

Represents a BSF expression

Version:
$Revision: 1.5 $
Author:
James Strachan

Fields inherited from class org.apache.commons.jelly.expression.ExpressionSupport
EMPTY_ITERATOR
 
Constructor Summary
BSFExpression(java.lang.String text, org.apache.bsf.BSFEngine engine, org.apache.bsf.BSFManager manager, JellyContextRegistry registry)
           
 
Method Summary
 java.lang.Object evaluate(org.apache.commons.jelly.JellyContext context)
           
 java.lang.String getExpressionText()
           
 
Methods inherited from class org.apache.commons.jelly.expression.ExpressionSupport
evaluateAsBoolean, evaluateAsIterator, evaluateAsString, evaluateRecurse
 
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,
                     org.apache.bsf.BSFEngine engine,
                     org.apache.bsf.BSFManager manager,
                     JellyContextRegistry registry)
Method Detail

getExpressionText

public java.lang.String getExpressionText()
Overrides:
getExpressionText in class org.apache.commons.jelly.expression.ExpressionSupport

evaluate

public java.lang.Object evaluate(org.apache.commons.jelly.JellyContext context)
Overrides:
evaluate in class org.apache.commons.jelly.expression.ExpressionSupport


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