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 | Class and Description |
---|---|
class |
ArrayELResolver
Defines property resolution behavior on arrays.
|
class |
BeanELResolver
Defines property resolution behavior on objects using the JavaBeans
component architecture.
|
class |
BeanNameELResolver
An
ELResolver for resolving user or container managed beans. |
class |
CompositeELResolver
Maintains an ordered composite list of child
ELResolver s. |
class |
ListELResolver
Defines property resolution behavior on instances of
List . |
class |
MapELResolver
Defines property resolution behavior on instances of
Map . |
class |
ResourceBundleELResolver
Defines property resolution behavior on instances of
ResourceBundle . |
class |
StaticFieldELResolver
An
ELResolver for resolving static fields, enum constants and
static methods. |
class |
TypeConverter
A convenient class for writing an ELResolver to do custom type conversions.
|
Modifier and Type | Method and Description |
---|---|
ELResolver |
StandardELContext.getELResolver()
Construct (if needed) and return a default ELResolver.
|
abstract ELResolver |
ELContext.getELResolver()
Retrieves the
ELResolver associated with this context. |
ELResolver |
ExpressionFactory.getStreamELResolver()
Retrieves an ELResolver that implements the operations in collections.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeELResolver.add(ELResolver elResolver)
Adds the given resolver to the list of component resolvers.
|
void |
StandardELContext.addELResolver(ELResolver cELResolver)
Add a custom ELResolver to the context.
|
void |
ELManager.addELResolver(ELResolver elr)
Add an user defined ELResolver to the list of ELResolvers.
|
Modifier and Type | Method and Description |
---|---|
ELResolver |
BeanManager.getELResolver()
Returns a
ELResolver that resolves beans by EL name. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWeldELResolver
An EL-resolver against the named beans
|
class |
WeldELResolver |
Modifier and Type | Method and Description |
---|---|
ELResolver |
BeanManagerImpl.getELResolver() |
Modifier and Type | Method and Description |
---|---|
ELResolver |
ForwardingBeanManager.getELResolver() |
Modifier and Type | Method and Description |
---|---|
ELResolver |
ForwardingExpressionFactory.getStreamELResolver() |
Copyright © 2013 Seam Framework. All Rights Reserved.