A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(ELResolver) - Method in class javax.el.CompositeELResolver
-
Adds the given resolver to the list of component resolvers.
- addBeanNameResolver(BeanNameResolver) - Method in class javax.el.ELManager
-
Register a BeanNameResolver.
- addCacheEntry(ClassLoader, String, String) - Static method in class org.jboss.el.cache.FactoryFinderCache
-
Called by the container at deployment time to set the name of a given factory, to remove the need for the implementation to look it up on every call.
- addELResolver(ELResolver) - Method in class javax.el.ELManager
-
Add an user defined ELResolver to the list of ELResolvers.
- addELResolver(ELResolver) - Method in class javax.el.StandardELContext
-
Add a custom ELResolver to the context.
- addEvaluationListener(EvaluationListener) - Method in class javax.el.ELContext
-
Registers an evaluation listener to the ELContext.
- addEvaluationListener(EvaluationListener) - Method in class javax.el.ELManager
-
Register an evaluation listener.
- afterEvaluation(ELContext, String) - Method in class javax.el.EvaluationListener
-
Receives notification after an EL expression is evaluated
- ArrayELResolver - Class in javax.el
-
Defines property resolution behavior on arrays.
- ArrayELResolver() - Constructor for class javax.el.ArrayELResolver
-
Creates a new read/write
ArrayELResolver
. - ArrayELResolver(boolean) - Constructor for class javax.el.ArrayELResolver
-
Creates a new
ArrayELResolver
whose read-only status is determined by the given parameter. - assignable - Variable in class javax.el.Util.MatchResult
B
- base - Variable in class javax.el.CompositeELResolver.CompositeIterator
- base - Variable in class javax.el.ValueReference
- BeanELResolver - Class in javax.el
-
Defines property resolution behavior on objects using the JavaBeans component architecture.
- BeanELResolver() - Constructor for class javax.el.BeanELResolver
-
Creates a new read/write
BeanELResolver
. - BeanELResolver(boolean) - Constructor for class javax.el.BeanELResolver
-
Creates a new
BeanELResolver
whose read-only status is determined by the given parameter. - BeanNameELResolver - Class in javax.el
-
An
ELResolver
for resolving user or container managed beans. - BeanNameELResolver(BeanNameResolver) - Constructor for class javax.el.BeanNameELResolver
-
Constructor
- beanNameResolver - Variable in class javax.el.BeanNameELResolver
- BeanNameResolver - Class in javax.el
-
Resolves a bean by its known name.
- BeanNameResolver() - Constructor for class javax.el.BeanNameResolver
- BeanProperties(Class<?>) - Constructor for class org.jboss.el.cache.BeanPropertiesCache.BeanProperties
- BeanPropertiesCache - Class in org.jboss.el.cache
- BeanPropertiesCache() - Constructor for class org.jboss.el.cache.BeanPropertiesCache
- BeanPropertiesCache.BeanProperties - Class in org.jboss.el.cache
- BeanPropertiesCache.BeanProperty - Class in org.jboss.el.cache
- BeanPropertiesCache.BPSoftReference - Class in org.jboss.el.cache
- BeanPropertiesCache.SoftConcurrentHashMap - Class in org.jboss.el.cache
- BeanProperty(Class<?>, PropertyDescriptor) - Constructor for class org.jboss.el.cache.BeanPropertiesCache.BeanProperty
- beans - Variable in class javax.el.StandardELContext
-
A bean repository local to this context
- beforeEvaluation(ELContext, String) - Method in class javax.el.EvaluationListener
-
Receives notification before an EL expression is evaluated
- BPSoftReference(Class<?>, BeanPropertiesCache.BeanProperties, ReferenceQueue<BeanPropertiesCache.BeanProperties>) - Constructor for class org.jboss.el.cache.BeanPropertiesCache.BPSoftReference
- bracket(String) - Method in class javax.el.ELProcessor
- bridge - Variable in class javax.el.Util.MatchResult
- buildParameters(Class<?>[], boolean, Object[]) - Static method in class javax.el.Util
C
- c - Variable in class javax.el.Util.ConstructorWrapper
- CACHE_INIT_SIZE - Static variable in class org.jboss.el.cache.BeanPropertiesCache.SoftConcurrentHashMap
- CacheKey(ClassLoader) - Constructor for class javax.el.Util.CacheKey
- CacheKey(ClassLoader, String) - Constructor for class org.jboss.el.cache.FactoryFinderCache.CacheKey
- CacheValue() - Constructor for class javax.el.Util.CacheValue
- canCreateBean(String) - Method in class javax.el.BeanNameResolver
-
Allow creating a bean of the given name if it does not exist.
- canCreateBean(String) - Method in class javax.el.StandardELContext.LocalBeanNameResolver
- checkModifiers(int) - Method in class javax.el.ImportHandler
- CLASS_CACHE - Static variable in class org.jboss.el.cache.FactoryFinderCache
- classMap - Variable in class javax.el.ImportHandler
- className - Variable in class org.jboss.el.cache.FactoryFinderCache.CacheKey
- classNameMap - Variable in class javax.el.ImportHandler
- cleanup() - Method in class org.jboss.el.cache.BeanPropertiesCache.SoftConcurrentHashMap
- clear(ClassLoader) - Static method in class org.jboss.el.cache.BeanPropertiesCache
- clear(ClassLoader) - Method in class org.jboss.el.cache.BeanPropertiesCache.SoftConcurrentHashMap
- clearClassLoader(ClassLoader) - Static method in class org.jboss.el.cache.FactoryFinderCache
-
This should be called by the container on undeploy to remove all references to the given class loader from the cache.
- coerceToType(Object, Class<?>) - Method in class javax.el.ExpressionFactory
-
Coerces an object to a specific type according to the EL type conversion rules.
- coercible - Variable in class javax.el.Util.MatchResult
- compareTo(Util.MatchResult) - Method in class javax.el.Util.MatchResult
- CompositeELResolver - Class in javax.el
-
Maintains an ordered composite list of child
ELResolver
s. - CompositeELResolver() - Constructor for class javax.el.CompositeELResolver
- CompositeELResolver.CompositeIterator - Class in javax.el
- CompositeIterator(ELResolver[], int, ELContext, Object) - Constructor for class javax.el.CompositeELResolver.CompositeIterator
- ConstructorWrapper(Constructor<?>) - Constructor for class javax.el.Util.ConstructorWrapper
- context - Variable in class javax.el.CompositeELResolver.CompositeIterator
- context - Variable in class javax.el.LambdaExpression
- contextCreated(ELContextEvent) - Method in interface javax.el.ELContextListener
-
Invoked when a new
ELContext
has been created. - convertToType(Object, Class<?>) - Method in class javax.el.ELContext
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<?>) - Method in class javax.el.CompositeELResolver
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<?>) - Method in class javax.el.ELResolver
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<?>) - Method in class javax.el.TypeConverter
-
Converts an object to a specific type.
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class javax.el.ExpressionFactory
-
Parses an expression into a
MethodExpression
for later evaluation. - createValueExpression(Object, Class<?>) - Method in class javax.el.ExpressionFactory
-
Creates a ValueExpression that wraps an object instance.
- createValueExpression(ELContext, String, Class<?>) - Method in class javax.el.ExpressionFactory
-
Parses an expression into a
ValueExpression
for later evaluation. - customResolvers - Variable in class javax.el.StandardELContext
D
- DefaultFunctionMapper(Map<String, Method>) - Constructor for class javax.el.StandardELContext.DefaultFunctionMapper
- DefaultVariableMapper() - Constructor for class javax.el.StandardELContext.DefaultVariableMapper
- defineBean(String, Object) - Method in class javax.el.ELManager
-
Define a bean in the local bean repository
- defineBean(String, Object) - Method in class javax.el.ELProcessor
-
Define a bean in a local bean repository, hiding other beans of the same name.
- defineFunction(String, String, Method) - Method in class javax.el.ELProcessor
-
Define an EL function in the local function mapper.
- defineFunction(String, String, String, String) - Method in class javax.el.ELProcessor
-
Define an EL function in the local function mapper.
- delegate - Variable in class javax.el.StandardELContext
- descriptor - Variable in class org.jboss.el.cache.BeanPropertiesCache.BeanProperty
E
- EL_BC22_PROPERTY - Static variable in class javax.el.ELUtil
- ELClass - Class in javax.el
-
A runtime representation of a Class in the EL expressions.
- ELClass(Class<?>) - Constructor for class javax.el.ELClass
-
Constructor
- elContext - Variable in class javax.el.ELManager
- ELContext - Class in javax.el
-
Context information for expression parsing and evaluation.
- ELContext() - Constructor for class javax.el.ELContext
- ELContextEvent - Class in javax.el
-
An event which indicates that an
ELContext
has been created. - ELContextEvent(ELContext) - Constructor for class javax.el.ELContextEvent
-
Constructs an ELContextEvent object to indicate that an
ELContext
has been created. - ELContextListener - Interface in javax.el
-
The listener interface for receiving notification when an
ELContext
is created. - ELException - Exception in javax.el
-
Represents any of the exception conditions that can arise during expression evaluation.
- ELException() - Constructor for exception javax.el.ELException
-
Creates an
ELException
with no detail message. - ELException(String) - Constructor for exception javax.el.ELException
-
Creates an
ELException
with the provided detail message. - ELException(String, Throwable) - Constructor for exception javax.el.ELException
-
Creates an ELException with the given detail message and root cause.
- ELException(Throwable) - Constructor for exception javax.el.ELException
-
Creates an
ELException
with the given cause. - elManager - Variable in class javax.el.ELProcessor
- ELManager - Class in javax.el
-
Manages EL parsing and evaluation environment.
- ELManager() - Constructor for class javax.el.ELManager
- ELProcessor - Class in javax.el
-
Provides an API for using EL in a stand-alone environment.
- ELProcessor() - Constructor for class javax.el.ELProcessor
- elResolver - Variable in class javax.el.StandardELContext
- ELResolver - Class in javax.el
-
Enables customization of variable, property, method call, and type conversion resolution behavior for EL expression evaluation.
- ELResolver() - Constructor for class javax.el.ELResolver
- elResolvers - Variable in class javax.el.CompositeELResolver
- ELUtil - Class in javax.el
-
Utility methods for this portion of the EL implementation
- ELUtil() - Constructor for class javax.el.ELUtil
-
This class may not be constructed.
- enterLambdaScope(Map<String, Object>) - Method in class javax.el.ELContext
-
Installs a Lambda argument map, in preparation for the evaluation of a Lambda expression.
- envirArgs - Variable in class javax.el.LambdaExpression
- equals(Object) - Method in class javax.el.Expression
-
Determines whether the specified object is equal to this
Expression
. - equals(Object) - Method in class javax.el.Util.CacheKey
- equals(Object) - Method in class org.jboss.el.cache.FactoryFinderCache.CacheKey
- eval(String) - Method in class javax.el.ELProcessor
-
Evaluates an EL expression.
- EvaluationListener - Class in javax.el
-
The listener interface for receiving notification when an EL expression is evaluated.
- EvaluationListener() - Constructor for class javax.el.EvaluationListener
- exact - Variable in class javax.el.Util.MatchResult
- exitLambdaScope() - Method in class javax.el.ELContext
-
Exits the Lambda expression evaluation.
- expression - Variable in class javax.el.LambdaExpression
- Expression - Class in javax.el
-
Base class for the expression subclasses
ValueExpression
andMethodExpression
, implementing characteristics common to both. - Expression() - Constructor for class javax.el.Expression
- ExpressionFactory - Class in javax.el
-
Provides an implementation for creating and evaluating EL expressions.
- ExpressionFactory() - Constructor for class javax.el.ExpressionFactory
- exprFactory - Static variable in class javax.el.ELUtil
F
- factory - Variable in class javax.el.ELProcessor
- factoryCache - Static variable in class javax.el.Util
- FactoryFinder - Class in javax.el
- FactoryFinder() - Constructor for class javax.el.FactoryFinder
- FactoryFinderCache - Class in org.jboss.el.cache
- FactoryFinderCache() - Constructor for class org.jboss.el.cache.FactoryFinderCache
- FactoryFinderCache.CacheKey - Class in org.jboss.el.cache
- find(String, String, Properties) - Static method in class javax.el.FactoryFinder
-
Finds the implementation
Class
object for the given factory name, or if that fails, finds theClass
object for the given fallback class name. - findConstructor(Class<?>, Class<?>[], Object[]) - Static method in class javax.el.ELUtil
- findConstructor(Class<?>, Class<?>[], Object[]) - Static method in class javax.el.Util
- findMethod(Class<?>, String, Class<?>[], Object[]) - Static method in class javax.el.Util
- findMethod(Class<?>, String, Class<?>[], Object[], boolean) - Static method in class javax.el.ELUtil
- findWrapper(Class<?>, List<Util.Wrapper>, String, Class<?>[], Object[]) - Static method in class javax.el.Util
- formalParameters - Variable in class javax.el.LambdaExpression
- functionMapper - Variable in class javax.el.StandardELContext
- FunctionMapper - Class in javax.el
-
The interface to a map between EL function names and methods.
- FunctionMapper() - Constructor for class javax.el.FunctionMapper
- functions - Variable in class javax.el.StandardELContext.DefaultFunctionMapper
G
- get(Object) - Method in class org.jboss.el.cache.BeanPropertiesCache.SoftConcurrentHashMap
- getAssignable() - Method in class javax.el.Util.MatchResult
- getBase() - Method in class javax.el.ValueReference
- getBean(String) - Method in class javax.el.BeanNameResolver
-
Returns the bean known by its name.
- getBean(String) - Method in class javax.el.StandardELContext.LocalBeanNameResolver
- getBeanProperty(String) - Method in class org.jboss.el.cache.BeanPropertiesCache.BeanProperties
- getBeanProperty(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
- getBeans() - Method in class javax.el.StandardELContext
-
Get the local bean repository
- getClassFor(String) - Method in class javax.el.ImportHandler
- getCoercible() - Method in class javax.el.Util.MatchResult
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.ArrayELResolver
-
If the base object is a Java language array, returns the most general type that this resolver accepts for the
property
argument. - getCommonPropertyType(ELContext, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not
null
, returns the most general type that this resolver accepts for theproperty
argument. - getCommonPropertyType(ELContext, Object) - Method in class javax.el.BeanNameELResolver
-
Always returns
String.class
, since a bean name is a String. - getCommonPropertyType(ELContext, Object) - Method in class javax.el.CompositeELResolver
-
Returns the most general type that this resolver accepts for the
property
argument, given abase
object. - getCommonPropertyType(ELContext, Object) - Method in class javax.el.ELResolver
-
Returns the most general type that this resolver accepts for the
property
argument, given abase
object. - getCommonPropertyType(ELContext, Object) - Method in class javax.el.ListELResolver
-
If the base object is a list, returns the most general type that this resolver accepts for the
property
argument. - getCommonPropertyType(ELContext, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, returns the most general type that this resolver accepts for the
property
argument. - getCommonPropertyType(ELContext, Object) - Method in class javax.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, returns the most general type that this resolver accepts for the
property
argument. - getCommonPropertyType(ELContext, Object) - Method in class javax.el.StaticFieldELResolver
-
Returns the type of the property.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.TypeConverter
- getConstructor(Class<?>, Constructor<?>) - Static method in class javax.el.Util
- getContext(Class) - Method in class javax.el.ELContext
-
Returns the context object associated with the given key.
- getContext(Class) - Method in class javax.el.StandardELContext
- getCurrentInstance() - Static method in class javax.el.ELUtil
- getELContext() - Method in class javax.el.ELContextEvent
-
Returns the
ELContext
that was created. - getELContext() - Method in class javax.el.ELManager
-
Return the ELContext used for parsing and evaluating EL expressions.
- getELManager() - Method in class javax.el.ELProcessor
-
Return the ELManager used for EL processing.
- getELResolver() - Method in class javax.el.ELContext
-
Retrieves the
ELResolver
associated with this context. - getELResolver() - Method in class javax.el.StandardELContext
-
Construct (if needed) and return a default ELResolver.
- getEvaluationListeners() - Method in class javax.el.ELContext
-
Returns the list of registered evaluation listeners.
- getExact() - Method in class javax.el.Util.MatchResult
- getExceptionMessageString(ELContext, String) - Static method in class javax.el.ELUtil
- getExceptionMessageString(ELContext, String, Object[]) - Static method in class javax.el.ELUtil
- getExpectedType() - Method in class javax.el.ValueExpression
-
Returns the type the result of the expression will be coerced to after evaluation.
- getExpressionFactory() - Static method in class javax.el.ELManager
-
Return the ExpressionFactory instance used for EL evaluations.
- getExpressionFactory() - Static method in class javax.el.ELUtil
- getExpressionFactory() - Method in class javax.el.Util.CacheValue
- getExpressionFactory() - Static method in class javax.el.Util
-
Provides a per class loader cache of ExpressionFactory instances without pinning any in memory as that could trigger a memory leak.
- getExpressionString() - Method in class javax.el.Expression
-
Returns the original String used to create this
Expression
, unmodified. - getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ArrayELResolver
-
Always returns
null
, since there is no reason to iterate through set set of all integers. - getFeatureDescriptors(ELContext, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not
null
, returns anIterator
containing the set of JavaBeans properties available on the given object. - getFeatureDescriptors(ELContext, Object) - Method in class javax.el.BeanNameELResolver
-
Always returns
null
, since there is no reason to iterate through a list of one element: bean name. - getFeatureDescriptors(ELContext, Object) - Method in class javax.el.CompositeELResolver
-
Returns information about the set of variables or properties that can be resolved for the given
base
object. - getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ELResolver
-
Returns information about the set of variables or properties that can be resolved for the given
base
object. - getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ListELResolver
-
Always returns
null
, since there is no reason to iterate through set set of all integers. - getFeatureDescriptors(ELContext, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, returns an
Iterator
containing the set of keys available in theMap
. - getFeatureDescriptors(ELContext, Object) - Method in class javax.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, returns an
Iterator
containing the set of keys available in theResourceBundle
. - getFeatureDescriptors(ELContext, Object) - Method in class javax.el.StaticFieldELResolver
-
Returns the properties that can be resolved.
- getFeatureDescriptors(ELContext, Object) - Method in class javax.el.TypeConverter
- getFunctionMapper() - Method in class javax.el.ELContext
-
Retrieves the
FunctionMapper
associated with thisELContext
. - getFunctionMapper() - Method in class javax.el.StandardELContext
-
Construct (if needed) and return a default FunctionMapper.
- getImportHandler() - Method in class javax.el.ELContext
-
Retrieves the
ImportHandler
associated with thisELContext
. - getInitFunctionMap() - Method in class javax.el.ExpressionFactory
-
Retrieve a function map containing a pre-configured function mapping.
- getKlass() - Method in class javax.el.ELClass
-
Returns the Class instance
- getLambdaArgument(String) - Method in class javax.el.ELContext
-
Retrieves the Lambda argument associated with a formal parameter.
- getLocale() - Method in class javax.el.ELContext
-
Get the
Locale
stored by a previous invocation toELContext.setLocale(java.util.Locale)
. - getLock() - Method in class javax.el.Util.CacheValue
- getMethod(Class<?>, Method) - Static method in class javax.el.Util
- getMethod(Class<?>, Method) - Static method in class org.jboss.el.cache.BeanPropertiesCache
- getMethodInfo(ELContext) - Method in class javax.el.MethodExpression
-
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
- getName() - Method in class javax.el.MethodInfo
-
Returns the name of the method
- getParameterTypes() - Method in class javax.el.Util.ConstructorWrapper
- getParameterTypes() - Method in class javax.el.Util.MethodWrapper
- getParameterTypes() - Method in class javax.el.Util.Wrapper
- getParamTypes() - Method in class javax.el.MethodInfo
-
Returns the parameter types of the method
- getProperties() - Static method in class org.jboss.el.cache.BeanPropertiesCache
- getProperty() - Method in class javax.el.ValueReference
- getPropertyType() - Method in class org.jboss.el.cache.BeanPropertiesCache.BeanProperty
- getReadMethod() - Method in class org.jboss.el.cache.BeanPropertiesCache.BeanProperty
- getReturnType() - Method in class javax.el.MethodInfo
-
Returns the return type of the method
- getStreamELResolver() - Method in class javax.el.ExpressionFactory
-
Retrieves an ELResolver that implements the operations in collections.
- getType(ELContext) - Method in class javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns the most general type that is acceptable for an object to be passed as the
value
parameter in a future call to theValueExpression.setValue(javax.el.ELContext, java.lang.Object)
method. - getType(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
-
If the base object is an array, returns the most general acceptable type for a value in this array.
- getType(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not
null
, returns the most general acceptable type that can be set on this bean property. - getType(ELContext, Object, Object) - Method in class javax.el.BeanNameELResolver
-
If the base is null and the property is a name resolvable by the BeanNameResolver, return the type of the bean.
- getType(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
-
For a given
base
andproperty
, attempts to identify the most general type that is acceptable for an object to be passed as thevalue
parameter in a future call to theCompositeELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
method. - getType(ELContext, Object, Object) - Method in class javax.el.ELResolver
-
For a given
base
andproperty
, attempts to identify the most general type that is acceptable for an object to be passed as thevalue
parameter in a future call to theELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
method. - getType(ELContext, Object, Object) - Method in class javax.el.ListELResolver
-
If the base object is a list, returns the most general acceptable type for a value in this list.
- getType(ELContext, Object, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, returns the most general acceptable type for a value in this map.
- getType(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
-
If the base object is an instance of
ResourceBundle
, returnnull
, since the resolver is read only. - getType(ELContext, Object, Object) - Method in class javax.el.StaticFieldELResolver
-
Returns the type of a static field.
- getType(ELContext, Object, Object) - Method in class javax.el.TypeConverter
- getTypesFromValues(Object[]) - Static method in class javax.el.Util
- getValue(String, Class<?>) - Method in class javax.el.ELProcessor
-
Evaluates an EL expression, and coerces the result to the specified type.
- getValue(ELContext) - Method in class javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns the resulting value.
- getValue(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
-
If the base object is a Java language array, returns the value at the given index.
- getValue(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not
null
, returns the current value of the given property on this bean. - getValue(ELContext, Object, Object) - Method in class javax.el.BeanNameELResolver
-
If the base object is
null
and the property is a name that is resolvable by the BeanNameResolver, returns the value resolved by the BeanNameResolver. - getValue(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
-
Attempts to resolve the given
property
object on the givenbase
object by querying all component resolvers. - getValue(ELContext, Object, Object) - Method in class javax.el.ELResolver
-
Attempts to resolve the given
property
object on the givenbase
object. - getValue(ELContext, Object, Object) - Method in class javax.el.ListELResolver
-
If the base object is a list, returns the value at the given index.
- getValue(ELContext, Object, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, returns the value associated with the given key, as specified by the
property
argument. - getValue(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
-
If the base object is an instance of
ResourceBundle
, the provided property will first be coerced to aString
. - getValue(ELContext, Object, Object) - Method in class javax.el.StaticFieldELResolver
-
Returns the value of a static field.
- getValue(ELContext, Object, Object) - Method in class javax.el.TypeConverter
- getValueReference(ELContext) - Method in class javax.el.ValueExpression
-
Returns a
ValueReference
for this expression instance. - getVariableMapper() - Method in class javax.el.ELContext
-
Retrieves the
VariableMapper
associated with thisELContext
. - getVariableMapper() - Method in class javax.el.StandardELContext
-
Construct (if needed) and return a default VariableMapper() {
- getWriteMethod() - Method in class org.jboss.el.cache.BeanPropertiesCache.BeanProperty
H
- hash - Variable in class javax.el.Util.CacheKey
- hashCode() - Method in class javax.el.Expression
-
Returns the hash code for this
Expression
. - hashCode() - Method in class javax.el.Util.CacheKey
- hashCode() - Method in class org.jboss.el.cache.FactoryFinderCache.CacheKey
- hasNext() - Method in class javax.el.CompositeELResolver.CompositeIterator
I
- importClass(String) - Method in class javax.el.ELManager
-
Import a class.
- importClass(String) - Method in class javax.el.ImportHandler
-
Import a class.
- importHandler - Variable in class javax.el.ELContext
- ImportHandler - Class in javax.el
-
Handles imports of class names and package names.
- ImportHandler() - Constructor for class javax.el.ImportHandler
- importPackage(String) - Method in class javax.el.ELManager
-
Import a package.
- importPackage(String) - Method in class javax.el.ImportHandler
-
Import all the classes in a package.
- importStatic(String) - Method in class javax.el.ELManager
-
Import a static field or method.
- importStatic(String) - Method in class javax.el.ImportHandler
-
Import a static field or method.
- index - Variable in class javax.el.CompositeELResolver.CompositeIterator
- initFunctionMap - Variable in class javax.el.StandardELContext
- instance - Static variable in class javax.el.ELUtil
-
The
ThreadLocal
variable used to record thejavax.faces.context.FacesContext
instance for each processing thread. - invoke(Object...) - Method in class javax.el.LambdaExpression
-
Invoke the encapsulated Lambda expression.
- invoke(ELContext, Object...) - Method in class javax.el.LambdaExpression
-
Invoke the encapsulated Lambda expression.
- invoke(ELContext, Object[]) - Method in class javax.el.MethodExpression
-
If a String literal is specified as the expression, returns the String literal coerced to the expected return type of the method signature.
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.BeanELResolver
-
If the base object is not
null
, invoke the method, with the given parameters on this bean. - invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.CompositeELResolver
-
Attemps to resolve and invoke the given
method
on the givenbase
object by querying all component resolvers. - invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.ELResolver
-
Attempts to resolve and invoke the given
method
on the givenbase
object. - invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class javax.el.StaticFieldELResolver
-
Invokes a public static method or the constructor for a class.
- invokeConstructor(ELContext, Constructor<?>, Object[]) - Static method in class javax.el.ELUtil
- invokeMethod(ELContext, Method, Object, Object[]) - Static method in class javax.el.ELUtil
- isAssignableFrom(Class<?>, Class<?>) - Static method in class javax.el.Util
- isBridge() - Method in class javax.el.Util.ConstructorWrapper
- isBridge() - Method in class javax.el.Util.MatchResult
- isBridge() - Method in class javax.el.Util.MethodWrapper
- isBridge() - Method in class javax.el.Util.Wrapper
- isCoercibleFrom(Object, Class<?>) - Static method in class javax.el.Util
- isLambdaArgument(String) - Method in class javax.el.ELContext
-
Inquires if the name is a LambdaArgument
- isLiteralText() - Method in class javax.el.Expression
-
Returns whether this expression was created from only literal text.
- isNameResolved(String) - Method in class javax.el.BeanNameResolver
-
Returns whether the given name is resolved by the BeanNameResolver
- isNameResolved(String) - Method in class javax.el.StandardELContext.LocalBeanNameResolver
- isParametersProvided() - Method in class javax.el.MethodExpression
-
Return whether this MethodExpression was created with parameters.
- isParmetersProvided() - Method in class javax.el.MethodExpression
-
Deprecated.
- isPropertyResolved() - Method in class javax.el.ELContext
-
Returns whether an
ELResolver
has successfully resolved a given (base, property) pair. - isReadOnly - Variable in class javax.el.ArrayELResolver
- isReadOnly - Variable in class javax.el.BeanELResolver
- isReadOnly - Variable in class javax.el.ListELResolver
- isReadOnly - Variable in class javax.el.MapELResolver
- isReadOnly() - Method in class org.jboss.el.cache.BeanPropertiesCache.BeanProperty
- isReadOnly(String) - Method in class javax.el.BeanNameResolver
-
Indicates if the bean of the given name is read-only or writable
- isReadOnly(String) - Method in class javax.el.StandardELContext.LocalBeanNameResolver
- isReadOnly(ELContext) - Method in class javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns
true
if a call toValueExpression.setValue(javax.el.ELContext, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class javax.el.ArrayELResolver
-
If the base object is a Java language array, returns whether a call to
ArrayELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not
null
, returns whether a call toBeanELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class javax.el.BeanNameELResolver
-
If the base is null and the property is a name resolvable by the BeanNameResolver, attempts to determine if the bean is writable.
- isReadOnly(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
-
For a given
base
andproperty
, attempts to determine whether a call toCompositeELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class javax.el.ELResolver
-
For a given
base
andproperty
, attempts to determine whether a call toELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class javax.el.ListELResolver
-
If the base object is a list, returns whether a call to
ListELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, returns whether a call to
MapELResolver.setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class javax.el.ResourceBundleELResolver
-
If the base object is not null and an instanceof
ResourceBundle
, returntrue
. - isReadOnly(ELContext, Object, Object) - Method in class javax.el.StaticFieldELResolver
-
Inquires whether the static field is writable.
- isReadOnly(ELContext, Object, Object) - Method in class javax.el.TypeConverter
- isVarArgs() - Method in class javax.el.Util.ConstructorWrapper
- isVarArgs() - Method in class javax.el.Util.MethodWrapper
- isVarArgs() - Method in class javax.el.Util.Wrapper
J
- javax.el - package javax.el
-
Provides the API for the Unified Expression Language 3.0
K
- key - Variable in class org.jboss.el.cache.BeanPropertiesCache.BPSoftReference
- klass - Variable in class javax.el.ELClass
L
- lambdaArgs - Variable in class javax.el.ELContext
- LambdaExpression - Class in javax.el
-
Encapsulates a parameterized
ValueExpression
. - LambdaExpression(List<String>, ValueExpression) - Constructor for class javax.el.LambdaExpression
-
Creates a new LambdaExpression.
- ListELResolver - Class in javax.el
-
Defines property resolution behavior on instances of
List
. - ListELResolver() - Constructor for class javax.el.ListELResolver
-
Creates a new read/write
ListELResolver
. - ListELResolver(boolean) - Constructor for class javax.el.ListELResolver
-
Creates a new
ListELResolver
whose read-only status is determined by the given parameter. - listeners - Variable in class javax.el.ELContext
- loader - Variable in class org.jboss.el.cache.FactoryFinderCache.CacheKey
- loadImplementationClassName(String, ClassLoader) - Static method in class org.jboss.el.cache.FactoryFinderCache
- LocalBeanNameResolver() - Constructor for class javax.el.StandardELContext.LocalBeanNameResolver
- locale - Variable in class javax.el.ELContext
-
Holds value of property locale.
- lock - Variable in class javax.el.Util.CacheValue
M
- m - Variable in class javax.el.Util.MethodWrapper
- map - Variable in class javax.el.ELContext
- map - Variable in class org.jboss.el.cache.BeanPropertiesCache.SoftConcurrentHashMap
- MapELResolver - Class in javax.el
-
Defines property resolution behavior on instances of
Map
. - MapELResolver() - Constructor for class javax.el.MapELResolver
-
Creates a new read/write
MapELResolver
. - MapELResolver(boolean) - Constructor for class javax.el.MapELResolver
-
Creates a new
MapELResolver
whose read-only status is determined by the given parameter. - mapFunction(String, String, Method) - Method in class javax.el.ELManager
-
Maps a static method to an EL function.
- mapFunction(String, String, Method) - Method in class javax.el.FunctionMapper
-
Adds a static method that can be used as a function.
- mapFunction(String, String, Method) - Method in class javax.el.StandardELContext.DefaultFunctionMapper
- MatchResult(int, int, int, boolean) - Constructor for class javax.el.Util.MatchResult
- message(ELContext, String, Object...) - Static method in class javax.el.Util
- MethodExpression - Class in javax.el
-
An
Expression
that refers to a method on an object. - MethodExpression() - Constructor for class javax.el.MethodExpression
- MethodInfo - Class in javax.el
-
Holds information about a method that a
MethodExpression
evaluated to. - MethodInfo(String, Class<?>, Class<?>[]) - Constructor for class javax.el.MethodInfo
-
Creates a new instance of
MethodInfo
with the given information. - MethodNotFoundException - Exception in javax.el
-
Thrown when a method could not be found while evaluating a
MethodExpression
. - MethodNotFoundException() - Constructor for exception javax.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with no detail message. - MethodNotFoundException(String) - Constructor for exception javax.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with the provided detail message. - MethodNotFoundException(String, Throwable) - Constructor for exception javax.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with the given detail message and root cause. - MethodNotFoundException(Throwable) - Constructor for exception javax.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with the given root cause. - MethodWrapper(Method) - Constructor for class javax.el.Util.MethodWrapper
N
- name - Variable in class javax.el.MethodInfo
- newInstance() - Static method in class javax.el.ExpressionFactory
-
Creates a new instance of a
ExpressionFactory
. - newInstance(String, ClassLoader, Properties) - Static method in class javax.el.FactoryFinder
-
Creates an instance of the specified class using the specified
ClassLoader
object. - newInstance(Properties) - Static method in class javax.el.ExpressionFactory
-
Create a new instance of a
ExpressionFactory
, with optional properties. - next() - Method in class javax.el.CompositeELResolver.CompositeIterator
- notAClass - Variable in class javax.el.ImportHandler
- notifyAfterEvaluation(String) - Method in class javax.el.ELContext
-
Notifies the listeners after an EL expression is evaluated
- notifyBeforeEvaluation(String) - Method in class javax.el.ELContext
-
Notifies the listeners before an EL expression is evaluated
- notifyPropertyResolved(Object, Object) - Method in class javax.el.ELContext
-
Notifies the listeners when the (base, property) pair is resolved
- nullTcclFactory - Static variable in class javax.el.Util
O
- org.jboss.el.cache - package org.jboss.el.cache
P
- packages - Variable in class javax.el.ImportHandler
- paramString(Class<?>[]) - Static method in class javax.el.Util
- paramTypes - Variable in class javax.el.MethodInfo
- properties - Static variable in class javax.el.ELUtil
- properties - Static variable in class org.jboss.el.cache.BeanPropertiesCache
-
sfot references are horrible
- property - Variable in class javax.el.ValueReference
- propertyIter - Variable in class javax.el.CompositeELResolver.CompositeIterator
- propertyMap - Variable in class org.jboss.el.cache.BeanPropertiesCache.BeanProperties
- PropertyNotFoundException - Exception in javax.el
-
Thrown when a property could not be found while evaluating a
ValueExpression
orMethodExpression
. - PropertyNotFoundException() - Constructor for exception javax.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with no detail message. - PropertyNotFoundException(String) - Constructor for exception javax.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with the provided detail message. - PropertyNotFoundException(String, Throwable) - Constructor for exception javax.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with the given detail message and root cause. - PropertyNotFoundException(Throwable) - Constructor for exception javax.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with the given root cause. - PropertyNotWritableException - Exception in javax.el
-
Thrown when a property could not be written to while setting the value on a
ValueExpression
. - PropertyNotWritableException() - Constructor for exception javax.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with no detail message. - PropertyNotWritableException(String) - Constructor for exception javax.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with the provided detail message. - PropertyNotWritableException(String, Throwable) - Constructor for exception javax.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with the given detail message and root cause. - PropertyNotWritableException(Throwable) - Constructor for exception javax.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with the given root cause. - propertyResolved(ELContext, Object, Object) - Method in class javax.el.EvaluationListener
-
Receives notification when the (base, property) pair is resolved
- put(Class<?>, BeanPropertiesCache.BeanProperties) - Method in class org.jboss.el.cache.BeanPropertiesCache.SoftConcurrentHashMap
- putContext(Class, Object) - Method in class javax.el.ELContext
-
Associates a context object with this
ELContext
. - putContext(Class, Object) - Method in class javax.el.StandardELContext
- putIfAbsent(Class<?>, BeanPropertiesCache.BeanProperties) - Method in class org.jboss.el.cache.BeanPropertiesCache.SoftConcurrentHashMap
R
- readMethod - Variable in class org.jboss.el.cache.BeanPropertiesCache.BeanProperty
- ref - Variable in class javax.el.Util.CacheKey
- ref - Variable in class javax.el.Util.CacheValue
- refQ - Variable in class org.jboss.el.cache.BeanPropertiesCache.SoftConcurrentHashMap
- remove() - Method in class javax.el.CompositeELResolver.CompositeIterator
- RESOLVABLE_AT_DESIGN_TIME - Static variable in class javax.el.ELResolver
-
The attribute name of the named attribute in the
FeatureDescriptor
that specifies whether the variable or property can be resolved at runtime. - resolveAmbiguousWrapper(Set<Util.Wrapper>, Class<?>[]) - Static method in class javax.el.Util
- resolveClass(String) - Method in class javax.el.ImportHandler
-
Resolve a class name.
- resolveClassFor(String) - Method in class javax.el.ImportHandler
- resolved - Variable in class javax.el.ELContext
- resolveFunction(String, String) - Method in class javax.el.FunctionMapper
-
Resolves the specified prefix and local name into a
java.lang.Method
. - resolveFunction(String, String) - Method in class javax.el.StandardELContext.DefaultFunctionMapper
- resolvers - Variable in class javax.el.CompositeELResolver.CompositeIterator
- resolveStatic(String) - Method in class javax.el.ImportHandler
-
Resolve a static field or method name.
- resolveVariable(String) - Method in class javax.el.StandardELContext.DefaultVariableMapper
- resolveVariable(String) - Method in class javax.el.VariableMapper
- ResourceBundleELResolver - Class in javax.el
-
Defines property resolution behavior on instances of
ResourceBundle
. - ResourceBundleELResolver() - Constructor for class javax.el.ResourceBundleELResolver
- returnType - Variable in class javax.el.MethodInfo
S
- setBeanValue(String, Object) - Method in class javax.el.BeanNameResolver
-
Sets a value to a bean of the given name.
- setBeanValue(String, Object) - Method in class javax.el.StandardELContext.LocalBeanNameResolver
- setCurrentInstance(Map<String, ResourceBundle>) - Static method in class javax.el.ELUtil
-
Replace the Map with the argument context.
- setELContext(ELContext) - Method in class javax.el.ELManager
-
Set the ELContext used for parsing and evaluating EL expressions.
- setELContext(ELContext) - Method in class javax.el.LambdaExpression
-
Set the ELContext to use in evaluating the LambdaExpression.
- setExpressionFactory(ExpressionFactory) - Method in class javax.el.Util.CacheValue
- setLocale(Locale) - Method in class javax.el.ELContext
-
Sets the
Locale
for this instance. - setPropertyResolved(boolean) - Method in class javax.el.ELContext
-
Called to indicate that a
ELResolver
has successfully resolved a given (base, property) pair. - setPropertyResolved(Object, Object) - Method in class javax.el.ELContext
-
Called to indicate that a
ELResolver
has successfully resolved a given (base, property) pair and to notify theEvaluationListener
s. - setupProperties() - Static method in class javax.el.ELUtil
- setValue(String, Object) - Method in class javax.el.ELProcessor
-
Sets an expression with a new value.
- setValue(ELContext, Object) - Method in class javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and sets the result to the provided value.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.ArrayELResolver
-
If the base object is a Java language array, attempts to set the value at the given index with the given value.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.BeanELResolver
-
If the base object is not
null
, attempts to set the value of the given property on this bean. - setValue(ELContext, Object, Object, Object) - Method in class javax.el.BeanNameELResolver
-
If the base is null and the property is a name that is resolvable by the BeanNameResolver, the bean in the BeanNameResolver is set to the given value.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.CompositeELResolver
-
Attempts to set the value of the given
property
object on the givenbase
object. - setValue(ELContext, Object, Object, Object) - Method in class javax.el.ELResolver
-
Attempts to set the value of the given
property
object on the givenbase
object. - setValue(ELContext, Object, Object, Object) - Method in class javax.el.ListELResolver
-
If the base object is a list, attempts to set the value at the given index with the given value.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.MapELResolver
-
If the base object is a map, attempts to set the value associated with the given key, as specified by the
property
argument. - setValue(ELContext, Object, Object, Object) - Method in class javax.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, throw a
PropertyNotWritableException
. - setValue(ELContext, Object, Object, Object) - Method in class javax.el.StaticFieldELResolver
-
Attempts to write to a static field.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.TypeConverter
- setVariable(String, String) - Method in class javax.el.ELProcessor
-
Assign an EL expression to an EL variable.
- setVariable(String, ValueExpression) - Method in class javax.el.ELManager
-
Assign a ValueExpression to an EL variable, replacing any previous assignment to the same variable.
- setVariable(String, ValueExpression) - Method in class javax.el.StandardELContext.DefaultVariableMapper
- setVariable(String, ValueExpression) - Method in class javax.el.VariableMapper
-
Assign a ValueExpression to an EL variable, replacing any previously assignment to the same variable.
- size - Variable in class javax.el.CompositeELResolver.CompositeIterator
- size - Variable in class javax.el.CompositeELResolver
- SoftConcurrentHashMap() - Constructor for class org.jboss.el.cache.BeanPropertiesCache.SoftConcurrentHashMap
- StandardELContext - Class in javax.el
-
A standard ELContext suitable for use in a stand alone environment.
- StandardELContext(ELContext) - Constructor for class javax.el.StandardELContext
-
Construct a StandardELContext from another ELContext.
- StandardELContext(ExpressionFactory) - Constructor for class javax.el.StandardELContext
-
Construct a default ELContext for a stand-alone environment.
- StandardELContext.DefaultFunctionMapper - Class in javax.el
- StandardELContext.DefaultVariableMapper - Class in javax.el
- StandardELContext.LocalBeanNameResolver - Class in javax.el
- StaticFieldELResolver - Class in javax.el
-
An
ELResolver
for resolving static fields, enum constants and static methods. - StaticFieldELResolver() - Constructor for class javax.el.StaticFieldELResolver
- staticNameMap - Variable in class javax.el.ImportHandler
- streamELResolver - Variable in class javax.el.StandardELContext
T
- theUnmodifiableListClass - Static variable in class javax.el.ListELResolver
- theUnmodifiableMapClass - Static variable in class javax.el.MapELResolver
- toClass(String, ClassLoader) - Static method in class javax.el.ELProcessor
-
Return the Class object associated with the class or interface with the given name.
- toInteger(Object) - Method in class javax.el.ArrayELResolver
- toInteger(Object) - Method in class javax.el.ListELResolver
- TYPE - Static variable in class javax.el.ELResolver
-
The attribute name of the named attribute in the
FeatureDescriptor
that specifies the runtime type of the variable or property. - TypeConverter - Class in javax.el
-
A convenient class for writing an ELResolver to do custom type conversions.
- TypeConverter() - Constructor for class javax.el.TypeConverter
U
- unWrap() - Method in class javax.el.Util.ConstructorWrapper
- unWrap() - Method in class javax.el.Util.MethodWrapper
- unWrap() - Method in class javax.el.Util.Wrapper
- Util - Class in javax.el
- Util() - Constructor for class javax.el.Util
- Util.CacheKey - Class in javax.el
-
Key used to cache default ExpressionFactory information per class loader.
- Util.CacheValue - Class in javax.el
- Util.ConstructorWrapper - Class in javax.el
- Util.MatchResult - Class in javax.el
- Util.MethodWrapper - Class in javax.el
- Util.Wrapper - Class in javax.el
V
- ValueExpression - Class in javax.el
-
An
Expression
that can get or set a value. - ValueExpression() - Constructor for class javax.el.ValueExpression
- ValueReference - Class in javax.el
-
This encapsulates a base model object and one of its properties.
- ValueReference(Object, Object) - Constructor for class javax.el.ValueReference
- variableMapper - Variable in class javax.el.StandardELContext
- VariableMapper - Class in javax.el
-
The interface to a map between EL variables and the EL expressions they are associated with.
- VariableMapper() - Constructor for class javax.el.VariableMapper
- variables - Variable in class javax.el.StandardELContext.DefaultVariableMapper
W
- wrap(Class<?>, Method[], String) - Static method in class javax.el.Util.Wrapper
- wrap(Constructor<?>[]) - Static method in class javax.el.Util.Wrapper
- Wrapper() - Constructor for class javax.el.Util.Wrapper
- writeMethod - Variable in class org.jboss.el.cache.BeanPropertiesCache.BeanProperty
All Classes All Packages