org.ajax4jsf.templatecompiler.el
Class ELParser

java.lang.Object
  extended by org.ajax4jsf.templatecompiler.el.ELParser

public class ELParser
extends java.lang.Object

EL-parser.

Version:
$Revision: 1.1.2.2 $ $Date: 2007/02/21 17:17:12 $
Author:
ayukhovich@exadel.com (latest modification by $Author: alexsmirnov $)

Method Summary
static java.lang.String compileEL(java.lang.String expression, CompilationContext componentBean)
           
 java.lang.String getCompiledEL(java.lang.String expression, CompilationContext componentBean)
           
static boolean isVBExpression(java.lang.String expression)
          Determine whether String is a value binding expression or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compileEL

public static java.lang.String compileEL(java.lang.String expression,
                                         CompilationContext componentBean)

getCompiledEL

public java.lang.String getCompiledEL(java.lang.String expression,
                                      CompilationContext componentBean)
Parameters:
expression -
Returns:

isVBExpression

public static boolean isVBExpression(java.lang.String expression)
Determine whether String is a value binding expression or not.



Copyright © 2009. All Rights Reserved.