org.javalid.external.jsf.el
Class ELContextFactoryJSFImpl

java.lang.Object
  extended by org.javalid.core.el.ELContextFactoryImpl
      extended by org.javalid.external.jsf.el.ELContextFactoryJSFImpl
All Implemented Interfaces:
ELContextFactory

public class ELContextFactoryJSFImpl
extends ELContextFactoryImpl


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

Constructor Detail

ELContextFactoryJSFImpl

public ELContextFactoryJSFImpl(JvConfiguration config)
Method Detail

getELContext

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