- get(Object) - Method in class javax.el.BeanELResolver.SoftConcurrentHashMap
-
- getBase() - Method in class javax.el.ValueReference
-
- getBeanProperty(String) - Method in class javax.el.BeanELResolver.BeanProperties
-
- getBeanProperty(ELContext, Object, Object) - Method in class javax.el.BeanELResolver
-
- 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 the
property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.CompositeELResolver
-
Returns the most general type that this resolver accepts for the
property
argument, given a base
object.
- getCommonPropertyType(ELContext, Object) - Method in class javax.el.ELResolver
-
Returns the most general type that this resolver accepts for the
property
argument, given a base
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.
- getContext(Class) - Method in class javax.el.ELContext
-
Returns the context object associated with the given key.
- getCurrentInstance() - Static method in class javax.el.ELUtil
-
- getELContext() - Method in class javax.el.ELContextEvent
-
Returns the ELContext
that was created.
- getELResolver() - Method in class javax.el.ELContext
-
Retrieves the ELResolver
associated with this context.
- 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.
- 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 an
Iterator
containing the set of JavaBeans properties
available on the given object.
- 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 the Map
.
- 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 the ResourceBundle
.
- getFunctionMapper() - Method in class javax.el.ELContext
-
Retrieves the FunctionMapper
associated with this
ELContext
.
- getLocale() - Method in class javax.el.ELContext
-
- getMethod(Class, Method) - Static method in class javax.el.BeanELResolver
-
- getMethodFromInterfaceOrSuperclass(Class, Method) - Static method in class javax.el.BeanELResolver
-
- 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
- getParamTypes() - Method in class javax.el.MethodInfo
-
Returns the parameter types of the method
- getProperty() - Method in class javax.el.ValueReference
-
- getPropertyType() - Method in class javax.el.BeanELResolver.BeanProperty
-
- getReadMethod() - Method in class javax.el.BeanELResolver.BeanProperty
-
- getReturnType() - Method in class javax.el.MethodInfo
-
Returns the return type of the 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.CompositeELResolver
-
- getType(ELContext, Object, Object) - Method in class javax.el.ELResolver
-
- 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
,
return null
, since the resolver is read only.
- getType(ELContext) - Method in class javax.el.ValueExpression
-
- 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.CompositeELResolver
-
Attempts to resolve the given property
object on the given
base
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 given
base
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 a String
.
- getValue(ELContext) - Method in class javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and
returns the resulting value.
- getValueReference(ELContext) - Method in class javax.el.ValueExpression
-
- getVariableMapper() - Method in class javax.el.ELContext
-
Retrieves the VariableMapper
associated with this
ELContext
.
- getWriteMethod() - Method in class javax.el.BeanELResolver.BeanProperty
-
- setAccessible(Method) - Static method in class javax.el.BeanELResolver
-
- setCurrentInstance(Map) - Static method in class javax.el.ELUtil
-
Replace the Map with the argument context.
- setLocale(Locale) - Method in class javax.el.ELContext
-
Set 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.
- 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.CompositeELResolver
-
Attempts to set the value of the given property
object on the given base
object.
- setValue(ELContext, Object, Object, Object) - Method in class javax.el.ELResolver
-
Attempts to set the value of the given property
object on the given base
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
-
- 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.
- setVariable(String, ValueExpression) - Method in class javax.el.VariableMapper
-
Assign a ValueExpression to an EL variable, replacing
any previously assignment to the same variable.
- SoftConcurrentHashMap() - Constructor for class javax.el.BeanELResolver.SoftConcurrentHashMap
-