org.ajax4jsf.util
Class ELUtils

java.lang.Object
  extended by org.ajax4jsf.util.ELUtils

public class ELUtils
extends java.lang.Object

Author:
asmirnov

Method Summary
static boolean isValueReference(java.lang.String value)
          Get EL-enabled value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isValueReference

public static boolean isValueReference(java.lang.String value)
Get EL-enabled value. Return same string, if not el-expression. Otherthise, return parsed and evaluated expression.

Parameters:
context - - current Faces Context.
value - - string to parse.
Returns:
- interpreted el or unmodified value.


Copyright © 2009. All Rights Reserved.