com.opensymphony.xwork2.util
Class OgnlTextParser

java.lang.Object
  extended by com.opensymphony.xwork2.util.OgnlTextParser
All Implemented Interfaces:
TextParser

public class OgnlTextParser
extends Object
implements TextParser

OGNL implementation of TextParser


Constructor Summary
OgnlTextParser()
           
 
Method Summary
 Object evaluate(char[] openChars, String expression, TextParseUtil.ParsedValueEvaluator evaluator, int maxLoopCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OgnlTextParser

public OgnlTextParser()
Method Detail

evaluate

public Object evaluate(char[] openChars,
                       String expression,
                       TextParseUtil.ParsedValueEvaluator evaluator,
                       int maxLoopCount)
Specified by:
evaluate in interface TextParser


Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.