Uses of Interface
com.opensymphony.xwork.util.TextParseUtil.ParsedValueEvaluator

Packages that use TextParseUtil.ParsedValueEvaluator
com.opensymphony.xwork.util   
 

Uses of TextParseUtil.ParsedValueEvaluator in com.opensymphony.xwork.util
 

Methods in com.opensymphony.xwork.util with parameters of type TextParseUtil.ParsedValueEvaluator
static Object TextParseUtil.translateVariables(char open, String expression, OgnlValueStack stack, Class asType, TextParseUtil.ParsedValueEvaluator evaluator)
          Converted object from variable translation.
static Object TextParseUtil.translateVariables(char open, String expression, OgnlValueStack stack, Class asType, TextParseUtil.ParsedValueEvaluator evaluator, int maxLoopCount)
          Converted object from variable translation.
static String TextParseUtil.translateVariables(String expression, OgnlValueStack stack, TextParseUtil.ParsedValueEvaluator evaluator)
          Function similarly as TextParseUtil.translateVariables(char, String, OgnlValueStack) except for the introduction of an additional evaluator that allows the parsed value to be evaluated by the evaluator.
 


WebWork Project Page