|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.taglibs.standard.tag.el.core.ExpressionUtil
public class ExpressionUtil
Contains some static utilities to facilitate common forms of expression evaluation.
| Constructor Summary | |
|---|---|
ExpressionUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.Object |
evalNotNull(java.lang.String tagName,
java.lang.String attributeName,
java.lang.String expression,
java.lang.Class expectedType,
Tag tag,
PageContext pageContext)
Evaluates an expression if present, but does not allow the expression to evaluate to 'null', throwing a NullAttributeException if it does. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionUtil()
| Method Detail |
|---|
public static java.lang.Object evalNotNull(java.lang.String tagName,
java.lang.String attributeName,
java.lang.String expression,
java.lang.Class expectedType,
Tag tag,
PageContext pageContext)
throws JspException
JspException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||