org.javalid.core.el
Interface ELContextFactory

All Known Implementing Classes:
ELContextFactoryImpl, ELContextFactoryJSFImpl

public interface ELContextFactory

Interface which hides away the implementation of the elcontext.

Since:
1.2
Version:
1.0
Author:
M.Reuvers

Method Summary
 javax.el.ELContext getELContext()
           
 javax.el.ExpressionFactory getExpressionFactory()
           
 

Method Detail

getELContext

javax.el.ELContext getELContext()

getExpressionFactory

javax.el.ExpressionFactory getExpressionFactory()