All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.opensymphony.xwork2.util.OgnlTextParser Maven / Gradle / Ivy

package com.opensymphony.xwork2.util;

public class OgnlTextParser implements TextParser {

    public Object evaluate(char[] openChars, String expression, TextParseUtil.ParsedValueEvaluator evaluator, int maxLoopCount) {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy