|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.mindmatters.faces.el.ELUtils
public final class ELUtils
Utility class for interpreting and evaluating parsed JSF reference expressions.
ELParser
Method Summary | |
---|---|
static java.lang.String |
resolveToBase(FacesContext context,
java.lang.String expressionString)
Returns the name of the base of the given JSF reference expression string expressionString if any. |
static java.lang.String |
resolveToBase(FacesContext context,
ValueBinding valueBinding)
Returns the name of the base of the given ValueBinding valueBinding if any. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String resolveToBase(FacesContext context, java.lang.String expressionString)
expressionString
if any.
context
- FacesContext
for the current requestexpressionString
- The reference expression
null
if not presentpublic static java.lang.String resolveToBase(FacesContext context, ValueBinding valueBinding)
valueBinding
if any.
context
- FacesContext
for the current requestvalueBinding
- The ValueBinding
null
if not present
|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |