org.ajax4jsf.templatecompiler.el
Class ELCompiler

java.lang.Object
  extended by org.ajax4jsf.templatecompiler.el.ELCompiler
All Implemented Interfaces:
IELCompiler

public class ELCompiler
extends java.lang.Object
implements IELCompiler

Compiler EL-expressions.

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

Constructor Summary
ELCompiler()
           
 
Method Summary
 java.lang.String compileEL(java.lang.String expression, CompilationContext componentBean)
           
 boolean processingNode(com.sun.el.parser.Node node, java.lang.StringBuffer sbMain, CompilationContext componentBean)
           
 void resetVariables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELCompiler

public ELCompiler()
Method Detail

resetVariables

public void resetVariables()

compileEL

public java.lang.String compileEL(java.lang.String expression,
                                  CompilationContext componentBean)
Specified by:
compileEL in interface IELCompiler

processingNode

public boolean processingNode(com.sun.el.parser.Node node,
                              java.lang.StringBuffer sbMain,
                              CompilationContext componentBean)
Parameters:
node -
sbMain -
componentBean -
cMain -
Returns:


Copyright © 2009. All Rights Reserved.