org.apache.pluto.tags.el
Class ExpressionEvaluatorProxy

java.lang.Object
  extended by org.apache.pluto.tags.el.ExpressionEvaluatorProxy

public abstract class ExpressionEvaluatorProxy
extends Object


Constructor Summary
ExpressionEvaluatorProxy()
           
 
Method Summary
abstract  String evaluate(String value, javax.servlet.jsp.PageContext pageContext)
           
static ExpressionEvaluatorProxy getProxy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionEvaluatorProxy

public ExpressionEvaluatorProxy()
Method Detail

getProxy

public static ExpressionEvaluatorProxy getProxy()

evaluate

public abstract String evaluate(String value,
                                javax.servlet.jsp.PageContext pageContext)
                         throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.