Class WhenTag

    • Constructor Detail

      • WhenTag

        public WhenTag​(String ognlExpression,
                       String text)
        Parses the given OGNL expression that can be used by Ognl static methods.
        Parameters:
        ognlExpression - the OGNL expression to be parsed
        text - to be evaluate by ognl expression
        Throws:
        MalformedExpression - if the expression is malformed or if there is a pathological environmental problem.