org.ajax4jsf.templatecompiler.el
Class CompiledEL

java.lang.Object
  extended by org.ajax4jsf.templatecompiler.el.CompiledEL
All Implemented Interfaces:
ICompiledEL

public class CompiledEL
extends java.lang.Object
implements ICompiledEL

Author:
yukhovich

Constructor Summary
CompiledEL()
           
 
Method Summary
 void addChild(ICompiledEL child)
           
 java.lang.String getJavaCode()
           
 java.lang.Class getType()
           
 void setJavaCode(java.lang.String string)
           
 void setJavaCode(java.lang.String string, java.lang.Class type)
           
 void setString(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompiledEL

public CompiledEL()
Method Detail

getJavaCode

public java.lang.String getJavaCode()
Specified by:
getJavaCode in interface ICompiledEL

addChild

public void addChild(ICompiledEL child)
Specified by:
addChild in interface ICompiledEL

setJavaCode

public void setJavaCode(java.lang.String string)
Specified by:
setJavaCode in interface ICompiledEL

setJavaCode

public void setJavaCode(java.lang.String string,
                        java.lang.Class type)
Specified by:
setJavaCode in interface ICompiledEL

setString

public void setString(java.lang.String str)
Specified by:
setString in interface ICompiledEL

getType

public java.lang.Class getType()
Specified by:
getType in interface ICompiledEL


Copyright © 2009. All Rights Reserved.