| Package | Description |
|---|---|
| com.caucho.config.el | |
| com.caucho.config.inject | |
| com.caucho.el | |
| com.caucho.jsp.el | |
| javax.el | |
| javax.enterprise.inject.spi |
Java Dependency Injection programmatic APIs.
|
| javax.servlet.jsp |
| Modifier and Type | Class and Description |
|---|---|
class |
CandiExpressionFactory
Variable resolution for webbeans variables
|
| Constructor and Description |
|---|
CandiExpressionFactory(ExpressionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
InjectManager.wrapExpressionFactory(ExpressionFactory expressionFactory) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
InjectManager.wrapExpressionFactory(ExpressionFactory expressionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionFactoryImpl |
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
JspApplicationContextImpl.getExpressionFactory()
Gets the expression factory
|
| Modifier and Type | Method and Description |
|---|---|
static ExpressionFactory |
ExpressionFactory.newInstance() |
static ExpressionFactory |
ExpressionFactory.newInstance(java.util.Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
BeanManager.wrapExpressionFactory(ExpressionFactory expressionFactory)
Returns the BeanManager's EL resolver.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
BeanManager.wrapExpressionFactory(ExpressionFactory expressionFactory)
Returns the BeanManager's EL resolver.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionFactory |
JspApplicationContext.getExpressionFactory()
Gets the expression factory
|