net.jakubholy.jeeutils.jsfelcheck.jasperelcustomizer
Class GetValueFix
java.lang.Object
net.jakubholy.jeeutils.jsfelcheck.jasperelcustomizer.GetValueFix
public class GetValueFix
- extends Object
Helper class to be injected into jasper-el to re-implement some of its
logic so that all parts of an expression are always evaluated.
|
Method Summary |
static Boolean |
and(org.apache.el.lang.EvaluationContext ctx,
org.apache.el.parser.Node parent)
|
static Object |
choice(org.apache.el.lang.EvaluationContext ctx,
org.apache.el.parser.Node parent)
|
static Boolean |
or(org.apache.el.lang.EvaluationContext ctx,
org.apache.el.parser.Node parent)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetValueFix
public GetValueFix()
and
public static Boolean and(org.apache.el.lang.EvaluationContext ctx,
org.apache.el.parser.Node parent)
or
public static Boolean or(org.apache.el.lang.EvaluationContext ctx,
org.apache.el.parser.Node parent)
choice
public static Object choice(org.apache.el.lang.EvaluationContext ctx,
org.apache.el.parser.Node parent)
Copyright © 2011. All Rights Reserved.