Package | Description |
---|---|
javax.el |
Provides the API for the Unified Expression Language 3.0
|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
org.jboss.weld.el | |
org.jboss.weld.manager | |
org.jboss.weld.util | |
org.jboss.weld.util.el |
Modifier and Type | Method and Description |
---|---|
static ExpressionFactory |
ELManager.getExpressionFactory()
Return the ExpressionFactory instance used for EL evaluations.
|
static ExpressionFactory |
ExpressionFactory.newInstance()
Creates a new instance of a
ExpressionFactory . |
static ExpressionFactory |
ExpressionFactory.newInstance(Properties properties)
Create a new instance of a
ExpressionFactory , with
optional properties. |
Constructor and Description |
---|
StandardELContext(ExpressionFactory factory)
Construct a default ELContext for a stand-alone environment.
|
Modifier and Type | Method and Description |
---|---|
ExpressionFactory |
BeanManager.wrapExpressionFactory(ExpressionFactory expressionFactory)
Returns a wrapper
ExpressionFactory that delegates MethodExpression and
ValueExpression creation to the given ExpressionFactory . |
Modifier and Type | Method and Description |
---|---|
ExpressionFactory |
BeanManager.wrapExpressionFactory(ExpressionFactory expressionFactory)
Returns a wrapper
ExpressionFactory that delegates MethodExpression and
ValueExpression creation to the given ExpressionFactory . |
Modifier and Type | Class and Description |
---|---|
class |
WeldExpressionFactory |
Modifier and Type | Method and Description |
---|---|
protected ExpressionFactory |
WeldExpressionFactory.delegate() |
Constructor and Description |
---|
WeldExpressionFactory(ExpressionFactory expressionFactory) |
Modifier and Type | Method and Description |
---|---|
ExpressionFactory |
BeanManagerImpl.wrapExpressionFactory(ExpressionFactory expressionFactory) |
Modifier and Type | Method and Description |
---|---|
ExpressionFactory |
BeanManagerImpl.wrapExpressionFactory(ExpressionFactory expressionFactory) |
Modifier and Type | Method and Description |
---|---|
ExpressionFactory |
ForwardingBeanManager.wrapExpressionFactory(ExpressionFactory expressionFactory) |
Modifier and Type | Method and Description |
---|---|
ExpressionFactory |
ForwardingBeanManager.wrapExpressionFactory(ExpressionFactory expressionFactory) |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingExpressionFactory |
Modifier and Type | Method and Description |
---|---|
protected abstract ExpressionFactory |
ForwardingExpressionFactory.delegate() |
Copyright © 2013 Seam Framework. All Rights Reserved.