org.javalid.core.el
Class ELContextFactoryImpl

java.lang.Object
  extended by org.javalid.core.el.ELContextFactoryImpl
All Implemented Interfaces:
ELContextFactory
Direct Known Subclasses:
ELContextFactoryJSFImpl

public class ELContextFactoryImpl
extends java.lang.Object
implements ELContextFactory


Field Summary
protected  boolean checkFields
           
protected  JvConfiguration config
           
 
Constructor Summary
ELContextFactoryImpl(JvConfiguration config)
           
 
Method Summary
 javax.el.ELContext getELContext()
           
 javax.el.ExpressionFactory getExpressionFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

protected JvConfiguration config

checkFields

protected boolean checkFields
Constructor Detail

ELContextFactoryImpl

public ELContextFactoryImpl(JvConfiguration config)
Method Detail

getExpressionFactory

public javax.el.ExpressionFactory getExpressionFactory()
Specified by:
getExpressionFactory in interface ELContextFactory

getELContext

public javax.el.ELContext getELContext()
Specified by:
getELContext in interface ELContextFactory