org.jboss.seam.el
Class EL

java.lang.Object
  extended by org.jboss.seam.el.EL

public class EL
extends Object

An instance of JBoss EL.

Author:
Gavin King

Field Summary
static javax.el.ELResolver EL_RESOLVER
           
static javax.el.ExpressionFactory EXPRESSION_FACTORY
           
 
Constructor Summary
EL()
           
 
Method Summary
static javax.el.ELContext createELContext()
           
static javax.el.ELContext createELContext(javax.el.ELContext context, javax.el.ELResolver resolver)
           
static javax.el.ELContext createELContext(javax.el.ELResolver resolver, javax.el.FunctionMapper functionMapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EL_RESOLVER

public static final javax.el.ELResolver EL_RESOLVER

EXPRESSION_FACTORY

public static final javax.el.ExpressionFactory EXPRESSION_FACTORY
Constructor Detail

EL

public EL()
Method Detail

createELContext

public static javax.el.ELContext createELContext()

createELContext

public static javax.el.ELContext createELContext(javax.el.ELResolver resolver,
                                                 javax.el.FunctionMapper functionMapper)

createELContext

public static javax.el.ELContext createELContext(javax.el.ELContext context,
                                                 javax.el.ELResolver resolver)