Package | Description |
---|---|
com.caucho.config | |
com.caucho.config.el | |
com.caucho.config.inject | |
com.caucho.el | |
com.caucho.jmx | |
com.caucho.jsp | |
com.caucho.jsp.el | |
com.caucho.jsp.java | |
com.caucho.server.rewrite | |
javax.el | |
javax.enterprise.inject.spi |
Java Dependency Injection programmatic APIs.
|
javax.servlet.jsp | |
javax.servlet.jsp.el |
Modifier and Type | Class and Description |
---|---|
class |
ConfigPropertiesResolver
Variable resolver for Resin config properties.
|
Modifier and Type | Method and Description |
---|---|
ELResolver |
ConfigELContext.getELResolver() |
Constructor and Description |
---|
ConfigELContext(ELResolver resolver)
Creates the resolver
|
ConfigPropertiesResolver(ELResolver next)
Creates the resolver
|
Modifier and Type | Class and Description |
---|---|
class |
CandiConfigResolver
Context-dependent variable resolution for CDI variables
|
class |
CandiElResolver
Variable resolution for CDI variables
|
class |
ConfigContextResolver
Variable resolution for webbeans variables
|
Modifier and Type | Method and Description |
---|---|
ELResolver |
CandiELContext.getELResolver() |
ELResolver |
InjectManager.getELResolver() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVariableResolver
Abstract variable resolver.
|
class |
EnvironmentELResolver
Creates a variable resolver based on the classloader.
|
class |
EnvironmentLevelELResolver
Creates a variable resolver based on the classloader.
|
class |
EnvironmentResolver
Creates a variable resolver based on the classloader.
|
class |
EnvironmentVariableResolver
Creates a variable resolver based on the classloader.
|
class |
MapVariableResolver
Variable resolver using an underlying Map.
|
class |
StackELResolver
Stack-based composite resolver,
|
class |
SystemPropertiesResolver
Variable resolver using the system properties (@link System#getProperty()}
and the environment
System@getenv() . |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<ELResolver> |
StackELResolver._resolverStack |
Modifier and Type | Method and Description |
---|---|
ELResolver |
EnvironmentContext.getELResolver() |
ELResolver |
AbstractVariableResolver.getNext()
Returns the next resolver.
|
ELResolver |
StackELResolver.pop() |
Modifier and Type | Method and Description |
---|---|
void |
StackELResolver.push(ELResolver elResolver) |
Constructor and Description |
---|
AbstractVariableResolver(ELResolver next)
Creates the resolver
|
EnvironmentResolver(java.lang.ClassLoader loader,
ELResolver parent)
Creates the resolver
|
EnvironmentVariableResolver(ELResolver next)
Creates the resolver
|
StackELResolver(ELResolver a,
ELResolver b) |
SystemPropertiesResolver(ELResolver next)
Creates the resolver
|
Modifier and Type | Class and Description |
---|---|
class |
MBeanAttributeResolver |
Modifier and Type | Method and Description |
---|---|
ELResolver |
PageContextImpl.PageELContext.getELResolver() |
Modifier and Type | Class and Description |
---|---|
class |
ImplicitObjectELResolverImpl
Variable resolution for JSP variables
|
class |
PageContextELResolver
Variable resolution for JSP variables
|
Modifier and Type | Method and Description |
---|---|
ELResolver[] |
PageContextELResolver.getCustomResolvers() |
ELResolver |
ExpressionEvaluatorImpl.ParseELContext.getELResolver() |
ELResolver |
ELContextAdapter.getELResolver() |
ELResolver[] |
JspApplicationContextImpl.getELResolverArray() |
Modifier and Type | Method and Description |
---|---|
void |
JspApplicationContextImpl.addELResolver(ELResolver resolver)
Adds an ELResolver
|
Constructor and Description |
---|
PageContextELResolver(PageContextImpl pageContext,
ELResolver[] customResolvers) |
Modifier and Type | Method and Description |
---|---|
ELResolver |
JspGenELContext.getELResolver() |
Modifier and Type | Method and Description |
---|---|
ELResolver |
RewriteELContext.getELResolver() |
Modifier and Type | Class and Description |
---|---|
class |
ArrayELResolver
Resolves properties based on arrays.
|
class |
BeanELResolver
Resolves properties based on beans.
|
class |
CompositeELResolver
Resolves properties based on arrays.
|
class |
ListELResolver
Resolves properties based on lists.
|
class |
MapELResolver
Resolves properties based on maps.
|
class |
ResourceBundleELResolver
Resolves properties based on resourceBundles.
|
Modifier and Type | Method and Description |
---|---|
abstract ELResolver |
ELContext.getELResolver() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeELResolver.add(ELResolver elResolver) |
Modifier and Type | Method and Description |
---|---|
ELResolver |
BeanManager.getELResolver()
Returns the BeanManager's EL resolver.
|
Modifier and Type | Method and Description |
---|---|
void |
JspApplicationContext.addELResolver(ELResolver resolver)
Adds an ELResolver
|
Modifier and Type | Class and Description |
---|---|
class |
ImplicitObjectELResolver
Variable resolution for JSP variables
|
class |
ScopedAttributeELResolver
Variable resolution for JSP variables
|