org.jboss.seam.el
public class EL extends Object
| Modifier and Type | Field and Description |
|---|---|
static javax.el.ELResolver |
EL_RESOLVER |
static javax.el.ExpressionFactory |
EXPRESSION_FACTORY |
| Constructor and Description |
|---|
EL() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final javax.el.ELResolver EL_RESOLVER
public static final javax.el.ExpressionFactory EXPRESSION_FACTORY
public static javax.el.ELContext createELContext()
public static javax.el.ELContext createELContext(javax.el.ELResolver resolver,
javax.el.FunctionMapper functionMapper)
public static javax.el.ELContext createELContext(javax.el.ELContext context,
javax.el.ELResolver resolver)
Copyright © 2015 Seam Framework. All Rights Reserved.