Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

accept(NodeVisitor) - Method in interface com.sun.el.parser.Node
 
accept(NodeVisitor) - Method in class com.sun.el.parser.SimpleNode
 
add(Object, Object) - Static method in class com.sun.el.lang.ELArithmetic
 
add(Number, Number) - Method in class com.sun.el.lang.ELArithmetic
 
add(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
 
add(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
 
add(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
 
add(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
 
add(ELResolver) - Method in class javax.el.CompositeELResolver
Adds the given resolver to the list of component resolvers.
add_escapes(String) - Method in exception com.sun.el.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addBeanNameResolver(BeanNameResolver) - Method in class javax.el.ELManager
Register a BeanNameResolver.
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.
addEscapes(String) - Static method in error com.sun.el.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEvaluationListener(EvaluationListener) - Method in class com.sun.el.lang.EvaluationContext
 
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.
addFunction(String, String, Method) - Method in class com.sun.el.lang.FunctionMapperImpl
 
adjustBeginLineColumn(int, int) - Method in class com.sun.el.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
afterEvaluation(ELContext, String) - Method in class javax.el.EvaluationListener
Receives notification after a Jakarta Expression Language expression is evaluated
allMatch(LambdaExpression) - Method in class com.sun.el.stream.Stream
 
And() - Method in class com.sun.el.parser.ELParser
 
AND0 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
AND1 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
anyMatch(LambdaExpression) - Method in class com.sun.el.stream.Stream
 
ArithmeticNode - Class in com.sun.el.parser
 
ArithmeticNode(int) - Constructor for class com.sun.el.parser.ArithmeticNode
 
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.
ARROW - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
ASSIGN - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
Assignment() - Method in class com.sun.el.parser.ELParser
 
AstAnd - Class in com.sun.el.parser
 
AstAnd(int) - Constructor for class com.sun.el.parser.AstAnd
 
AstAssign - Class in com.sun.el.parser
 
AstAssign(int) - Constructor for class com.sun.el.parser.AstAssign
 
AstBracketSuffix - Class in com.sun.el.parser
 
AstBracketSuffix(int) - Constructor for class com.sun.el.parser.AstBracketSuffix
 
AstChoice - Class in com.sun.el.parser
 
AstChoice(int) - Constructor for class com.sun.el.parser.AstChoice
 
AstCompositeExpression - Class in com.sun.el.parser
 
AstCompositeExpression(int) - Constructor for class com.sun.el.parser.AstCompositeExpression
 
AstConcat - Class in com.sun.el.parser
 
AstConcat(int) - Constructor for class com.sun.el.parser.AstConcat
 
AstDeferredExpression - Class in com.sun.el.parser
 
AstDeferredExpression(int) - Constructor for class com.sun.el.parser.AstDeferredExpression
 
AstDiv - Class in com.sun.el.parser
 
AstDiv(int) - Constructor for class com.sun.el.parser.AstDiv
 
AstDotSuffix - Class in com.sun.el.parser
 
AstDotSuffix(int) - Constructor for class com.sun.el.parser.AstDotSuffix
 
AstDynamicExpression - Class in com.sun.el.parser
 
AstDynamicExpression(int) - Constructor for class com.sun.el.parser.AstDynamicExpression
 
AstEmpty - Class in com.sun.el.parser
 
AstEmpty(int) - Constructor for class com.sun.el.parser.AstEmpty
 
AstEqual - Class in com.sun.el.parser
 
AstEqual(int) - Constructor for class com.sun.el.parser.AstEqual
 
AstFalse - Class in com.sun.el.parser
 
AstFalse(int) - Constructor for class com.sun.el.parser.AstFalse
 
AstFloatingPoint - Class in com.sun.el.parser
 
AstFloatingPoint(int) - Constructor for class com.sun.el.parser.AstFloatingPoint
 
AstFunction - Class in com.sun.el.parser
 
AstFunction(int) - Constructor for class com.sun.el.parser.AstFunction
 
AstGreaterThan - Class in com.sun.el.parser
 
AstGreaterThan(int) - Constructor for class com.sun.el.parser.AstGreaterThan
 
AstGreaterThanEqual - Class in com.sun.el.parser
 
AstGreaterThanEqual(int) - Constructor for class com.sun.el.parser.AstGreaterThanEqual
 
AstIdentifier - Class in com.sun.el.parser
 
AstIdentifier(int) - Constructor for class com.sun.el.parser.AstIdentifier
 
AstInteger - Class in com.sun.el.parser
 
AstInteger(int) - Constructor for class com.sun.el.parser.AstInteger
 
AstLambdaExpression - Class in com.sun.el.parser
 
AstLambdaExpression(int) - Constructor for class com.sun.el.parser.AstLambdaExpression
 
AstLambdaParameters - Class in com.sun.el.parser
 
AstLambdaParameters(int) - Constructor for class com.sun.el.parser.AstLambdaParameters
 
AstLessThan - Class in com.sun.el.parser
 
AstLessThan(int) - Constructor for class com.sun.el.parser.AstLessThan
 
AstLessThanEqual - Class in com.sun.el.parser
 
AstLessThanEqual(int) - Constructor for class com.sun.el.parser.AstLessThanEqual
 
AstListData - Class in com.sun.el.parser
 
AstListData(int) - Constructor for class com.sun.el.parser.AstListData
 
AstLiteralExpression - Class in com.sun.el.parser
 
AstLiteralExpression(int) - Constructor for class com.sun.el.parser.AstLiteralExpression
 
AstMapData - Class in com.sun.el.parser
 
AstMapData(int) - Constructor for class com.sun.el.parser.AstMapData
 
AstMapEntry - Class in com.sun.el.parser
 
AstMapEntry(int) - Constructor for class com.sun.el.parser.AstMapEntry
 
AstMethodArguments - Class in com.sun.el.parser
 
AstMethodArguments(int) - Constructor for class com.sun.el.parser.AstMethodArguments
 
AstMinus - Class in com.sun.el.parser
 
AstMinus(int) - Constructor for class com.sun.el.parser.AstMinus
 
AstMod - Class in com.sun.el.parser
 
AstMod(int) - Constructor for class com.sun.el.parser.AstMod
 
AstMult - Class in com.sun.el.parser
 
AstMult(int) - Constructor for class com.sun.el.parser.AstMult
 
AstNegative - Class in com.sun.el.parser
 
AstNegative(int) - Constructor for class com.sun.el.parser.AstNegative
 
AstNot - Class in com.sun.el.parser
 
AstNot(int) - Constructor for class com.sun.el.parser.AstNot
 
AstNotEqual - Class in com.sun.el.parser
 
AstNotEqual(int) - Constructor for class com.sun.el.parser.AstNotEqual
 
AstNull - Class in com.sun.el.parser
 
AstNull(int) - Constructor for class com.sun.el.parser.AstNull
 
AstOr - Class in com.sun.el.parser
 
AstOr(int) - Constructor for class com.sun.el.parser.AstOr
 
AstPlus - Class in com.sun.el.parser
 
AstPlus(int) - Constructor for class com.sun.el.parser.AstPlus
 
AstSemiColon - Class in com.sun.el.parser
 
AstSemiColon(int) - Constructor for class com.sun.el.parser.AstSemiColon
 
AstString - Class in com.sun.el.parser
 
AstString(int) - Constructor for class com.sun.el.parser.AstString
 
AstTrue - Class in com.sun.el.parser
 
AstTrue(int) - Constructor for class com.sun.el.parser.AstTrue
 
AstValue - Class in com.sun.el.parser
 
AstValue(int) - Constructor for class com.sun.el.parser.AstValue
 
AstValue.Target - Class in com.sun.el.parser
 
average() - Method in class com.sun.el.stream.Stream
 

B

backup(int) - Method in class com.sun.el.parser.SimpleCharStream
Backup a number of characters.
BADLY_ESCAPED_STRING_LITERAL - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
base - Variable in class com.sun.el.parser.AstValue.Target
 
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 - Class in javax.el
Resolves a bean by its known name.
BeanNameResolver() - Constructor for class javax.el.BeanNameResolver
 
beforeEvaluation(ELContext, String) - Method in class javax.el.EvaluationListener
Receives notification before a Jakarta Expression Language expression is evaluated
beginColumn - Variable in class com.sun.el.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class com.sun.el.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class com.sun.el.parser.SimpleCharStream
Start.
BIGDECIMAL - Static variable in class com.sun.el.lang.ELArithmetic
 
BigDecimalDelegate() - Constructor for class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
 
BIGINTEGER - Static variable in class com.sun.el.lang.ELArithmetic
 
BigIntegerDelegate() - Constructor for class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
 
Boolean() - Method in class com.sun.el.parser.ELParser
 
BooleanNode - Class in com.sun.el.parser
 
BooleanNode(int) - Constructor for class com.sun.el.parser.BooleanNode
 
BracketSuffix() - Method in class com.sun.el.parser.ELParser
 
bufcolumn - Variable in class com.sun.el.parser.SimpleCharStream
 
buffer - Variable in class com.sun.el.parser.SimpleCharStream
 
bufline - Variable in class com.sun.el.parser.SimpleCharStream
 
bufpos - Variable in class com.sun.el.parser.SimpleCharStream
Position in buffer.
bundle - Static variable in class com.sun.el.util.MessageFactory
 

C

canCreateBean(String) - Method in class javax.el.BeanNameResolver
Allow creating a bean of the given name if it does not exist.
checkType(Object, Class<?>) - Static method in class com.sun.el.lang.ELSupport
 
children - Variable in class com.sun.el.parser.SimpleNode
 
Choice() - Method in class com.sun.el.parser.ELParser
 
clearNodeScope(Node) - Method in class com.sun.el.parser.JJTELParserState
 
closeNodeScope(Node, int) - Method in class com.sun.el.parser.JJTELParserState
 
closeNodeScope(Node, boolean) - Method in class com.sun.el.parser.JJTELParserState
 
coerce(Number) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
 
coerce(String) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
 
coerce(Number) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
 
coerce(String) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
 
coerce(Number) - Method in class com.sun.el.lang.ELArithmetic
 
coerce(Object) - Method in class com.sun.el.lang.ELArithmetic
 
coerce(String) - Method in class com.sun.el.lang.ELArithmetic
 
coerce(Number) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
 
coerce(String) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
 
coerce(Number) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
 
coerce(String) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
 
coerceToBoolean(Object) - Static method in class com.sun.el.lang.ELSupport
 
coerceToCharacter(Object) - Static method in class com.sun.el.lang.ELSupport
 
coerceToEnum(Object, Class) - Static method in class com.sun.el.lang.ELSupport
 
coerceToNumber(Object) - Static method in class com.sun.el.lang.ELSupport
 
coerceToNumber(Number, Class) - Static method in class com.sun.el.lang.ELSupport
 
coerceToNumber(Object, Class) - Static method in class com.sun.el.lang.ELSupport
 
coerceToNumber(String, Class) - Static method in class com.sun.el.lang.ELSupport
 
coerceToString(Object) - Static method in class com.sun.el.lang.ELSupport
 
coerceToType(Object, Class<?>) - Method in class com.sun.el.ExpressionFactoryImpl
 
coerceToType(Object, Class<?>) - Static method in class com.sun.el.lang.ELSupport
 
coerceToType(Object, Class<?>, boolean) - Static method in class com.sun.el.lang.ELSupport
 
coerceToType(Object, Class<?>) - Method in class javax.el.ExpressionFactory
Coerces an object to a specific type according to the Jakarta Expression Language type conversion rules.
COLON - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
column - Variable in class com.sun.el.parser.SimpleCharStream
 
com.sun.el - package com.sun.el
 
com.sun.el.lang - package com.sun.el.lang
 
com.sun.el.parser - package com.sun.el.parser
 
com.sun.el.stream - package com.sun.el.stream
 
com.sun.el.util - package com.sun.el.util
 
COMMA - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
compare(Object, Object) - Static method in class com.sun.el.lang.ELSupport
 
Compare() - Method in class com.sun.el.parser.ELParser
 
CompositeELResolver - Class in javax.el
Maintains an ordered composite list of child ELResolvers.
CompositeELResolver() - Constructor for class javax.el.CompositeELResolver
 
CompositeExpression() - Method in class com.sun.el.parser.ELParser
 
CONCAT - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
Concatenation() - Method in class com.sun.el.parser.ELParser
 
containsNulls(Object[]) - Static method in class com.sun.el.lang.ELSupport
 
contextCreated(ELContextEvent) - Method in interface javax.el.ELContextListener
Invoked when a new ELContext has been created.
convertToType(Object, Class<?>) - Method in class com.sun.el.lang.EvaluationContext
 
convertToType(ELContext, Object, Class<?>) - Method in class javax.el.CompositeELResolver
Converts an object to a specific type.
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.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.
count() - Method in class com.sun.el.stream.Stream
 
create() - Method in class com.sun.el.lang.FunctionMapperFactory
 
create() - Method in class com.sun.el.lang.VariableMapperFactory
 
createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class com.sun.el.ExpressionFactoryImpl
 
createMethodExpression(Class, Class[]) - Method in class com.sun.el.lang.ExpressionBuilder
 
createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class javax.el.ExpressionFactory
Parses an expression into a MethodExpression for later evaluation.
createNode(String) - Static method in class com.sun.el.lang.ExpressionBuilder
 
createValueExpression(ELContext, String, Class<?>) - Method in class com.sun.el.ExpressionFactoryImpl
 
createValueExpression(Object, Class<?>) - Method in class com.sun.el.ExpressionFactoryImpl
 
createValueExpression(Class) - Method in class com.sun.el.lang.ExpressionBuilder
 
createValueExpression(ELContext, String, Class<?>) - Method in class javax.el.ExpressionFactory
Parses an expression into a ValueExpression for later evaluation.
createValueExpression(Object, Class<?>) - Method in class javax.el.ExpressionFactory
Creates a ValueExpression that wraps an object instance.
curChar - Variable in class com.sun.el.parser.ELParserTokenManager
 
currentToken - Variable in exception com.sun.el.parser.ParseException
This is the last token that has been consumed successfully.

D

debugStream - Variable in class com.sun.el.parser.ELParserTokenManager
Debug output.
DEFAULT - Static variable in interface com.sun.el.parser.ELParserConstants
Lexical state.
DeferredExpression() - Method in class com.sun.el.parser.ELParser
 
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, String, String) - Method in class javax.el.ELProcessor
Define a Jakarta Expression Language function in the local function mapper.
defineFunction(String, String, Method) - Method in class javax.el.ELProcessor
Define a Jakarta Expression Language function in the local function mapper.
DIGIT - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
disable_tracing() - Method in class com.sun.el.parser.ELParser
Disable tracing.
distinct() - Method in class com.sun.el.stream.Stream
 
DIV0 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
DIV1 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
divide(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
 
divide(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
 
divide(Object, Object) - Static method in class com.sun.el.lang.ELArithmetic
 
divide(Number, Number) - Method in class com.sun.el.lang.ELArithmetic
 
divide(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
 
divide(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
 
Done() - Method in class com.sun.el.parser.SimpleCharStream
Reset buffer when finished.
DOT - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
DotSuffix() - Method in class com.sun.el.parser.ELParser
 
DOUBLE - Static variable in class com.sun.el.lang.ELArithmetic
 
DoubleDelegate() - Constructor for class com.sun.el.lang.ELArithmetic.DoubleDelegate
 
dump(String) - Method in class com.sun.el.parser.SimpleNode
 
DynamicExpression() - Method in class com.sun.el.parser.ELParser
 

E

ELArithmetic - Class in com.sun.el.lang
A helper class of Arithmetic defined by the Jakarta Expression Specification
ELArithmetic() - Constructor for class com.sun.el.lang.ELArithmetic
 
ELArithmetic.BigDecimalDelegate - Class in com.sun.el.lang
 
ELArithmetic.BigIntegerDelegate - Class in com.sun.el.lang
 
ELArithmetic.DoubleDelegate - Class in com.sun.el.lang
 
ELArithmetic.LongDelegate - Class in com.sun.el.lang
 
ELClass - Class in javax.el
A runtime representation of a Class in the Jakarta Expression Language expressions.
ELClass(Class<?>) - Constructor for class javax.el.ELClass
Constructor
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(Throwable) - Constructor for exception javax.el.ELException
Creates an ELException with the given cause.
ELException(String, Throwable) - Constructor for exception javax.el.ELException
Creates an ELException with the given detail message and root cause.
ELManager - Class in javax.el
Manages Jakarta Expression Language parsing and evaluation environment.
ELManager() - Constructor for class javax.el.ELManager
 
ELParser - Class in com.sun.el.parser
 
ELParser(InputStream) - Constructor for class com.sun.el.parser.ELParser
Constructor with InputStream.
ELParser(InputStream, String) - Constructor for class com.sun.el.parser.ELParser
Constructor with InputStream and supplied encoding
ELParser(Reader) - Constructor for class com.sun.el.parser.ELParser
Constructor.
ELParser(ELParserTokenManager) - Constructor for class com.sun.el.parser.ELParser
Constructor with generated Token Manager.
ELParserConstants - Interface in com.sun.el.parser
Token literal values and constants.
ELParserTokenManager - Class in com.sun.el.parser
Token Manager.
ELParserTokenManager(SimpleCharStream) - Constructor for class com.sun.el.parser.ELParserTokenManager
Constructor.
ELParserTokenManager(SimpleCharStream, int) - Constructor for class com.sun.el.parser.ELParserTokenManager
Constructor.
ELParserTreeConstants - Interface in com.sun.el.parser
 
ELProcessor - Class in javax.el
Provides an API for using Jakarta Expression Language in a stand-alone environment.
ELProcessor() - Constructor for class javax.el.ELProcessor
 
ELResolver - Class in javax.el
Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation.
ELResolver() - Constructor for class javax.el.ELResolver
 
ELSupport - Class in com.sun.el.lang
A helper class that implements the Jakarta Expression Specification
ELSupport() - Constructor for class com.sun.el.lang.ELSupport
 
EMPTY - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
EMPTY_STRING - Static variable in class com.sun.el.util.ReflectionUtil
 
enable_tracing() - Method in class com.sun.el.parser.ELParser
Enable tracing.
endColumn - Variable in class com.sun.el.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class com.sun.el.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
enterLambdaScope(Map<String, Object>) - Method in class com.sun.el.lang.EvaluationContext
 
enterLambdaScope(Map<String, Object>) - Method in class javax.el.ELContext
Installs a Lambda argument map, in preparation for the evaluation of a Lambda expression.
EOF - Static variable in interface com.sun.el.parser.ELParserConstants
End of File.
eol - Variable in exception com.sun.el.parser.ParseException
The end of line string for this machine.
EQ0 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
EQ1 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
Equality() - Method in class com.sun.el.parser.ELParser
 
equals(Object, Object) - Static method in class com.sun.el.lang.ELSupport
 
equals(Object) - Method in class com.sun.el.lang.FunctionMapperImpl.Function
 
equals(Object) - Method in class com.sun.el.MethodExpressionImpl
Determines whether the specified object is equal to this Expression.
equals(Object) - Method in class com.sun.el.MethodExpressionLiteral
 
equals(Object) - Method in interface com.sun.el.parser.Node
 
equals(Object) - Method in class com.sun.el.parser.SimpleNode
 
equals(Object) - Method in class com.sun.el.ValueExpressionImpl
 
equals(Object) - Method in class com.sun.el.ValueExpressionLiteral
 
equals(ValueExpressionLiteral) - Method in class com.sun.el.ValueExpressionLiteral
 
equals(Object) - Method in class javax.el.Expression
Determines whether the specified object is equal to this Expression.
eval(String) - Method in class javax.el.ELProcessor
Evaluates an Jakarta Expression Language expression.
EvaluationContext - Class in com.sun.el.lang
The context for Jakarta Expression expression evaluation.
EvaluationContext(ELContext, FunctionMapper, VariableMapper) - Constructor for class com.sun.el.lang.EvaluationContext
 
EvaluationListener - Class in javax.el
The listener interface for receiving notification when a Jakarta Expression Language expression is evaluated.
EvaluationListener() - Constructor for class javax.el.EvaluationListener
 
exitLambdaScope() - Method in class com.sun.el.lang.EvaluationContext
 
exitLambdaScope() - Method in class javax.el.ELContext
Exits the Lambda expression evaluation.
ExpandBuff(boolean) - Method in class com.sun.el.parser.SimpleCharStream
 
expectedTokenSequences - Variable in exception com.sun.el.parser.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
Expression() - Method in class com.sun.el.parser.ELParser
 
Expression - Class in javax.el
Base class for the expression subclasses ValueExpression and MethodExpression, implementing characteristics common to both.
Expression() - Constructor for class javax.el.Expression
 
ExpressionBuilder - Class in com.sun.el.lang
 
ExpressionBuilder(String, ELContext) - Constructor for class com.sun.el.lang.ExpressionBuilder
 
ExpressionFactory - Class in javax.el
Provides an implementation for creating and evaluating Jakarta Expression Language expressions.
ExpressionFactory() - Constructor for class javax.el.ExpressionFactory
 
ExpressionFactoryImpl - Class in com.sun.el
 
ExpressionFactoryImpl() - Constructor for class com.sun.el.ExpressionFactoryImpl
 
ExpressionFactoryImpl(Properties) - Constructor for class com.sun.el.ExpressionFactoryImpl
 

F

FALSE - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
FillBuff() - Method in class com.sun.el.parser.SimpleCharStream
 
filter(LambdaExpression) - Method in class com.sun.el.stream.Stream
 
findFirst() - Method in class com.sun.el.stream.Stream
 
findMethod(Class<?>, String, Class<?>[], Object[]) - Static method in class com.sun.el.util.ReflectionUtil
 
flatMap(LambdaExpression) - Method in class com.sun.el.stream.Stream
 
FLOATING_POINT_LITERAL - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
FloatingPoint() - Method in class com.sun.el.parser.ELParser
 
forEach(LambdaExpression) - Method in class com.sun.el.stream.Stream
 
forName(String) - Static method in class com.sun.el.util.ReflectionUtil
 
forNamePrimitive(String) - Static method in class com.sun.el.util.ReflectionUtil
 
Function(String, String, Method) - Constructor for class com.sun.el.lang.FunctionMapperImpl.Function
 
Function() - Constructor for class com.sun.el.lang.FunctionMapperImpl.Function
 
Function() - Method in class com.sun.el.parser.ELParser
 
FunctionMapper - Class in javax.el
The interface to a map between Jakarta Expression Language function names and methods.
FunctionMapper() - Constructor for class javax.el.FunctionMapper
 
FunctionMapperFactory - Class in com.sun.el.lang
 
FunctionMapperFactory(FunctionMapper) - Constructor for class com.sun.el.lang.FunctionMapperFactory
 
FunctionMapperImpl - Class in com.sun.el.lang
 
FunctionMapperImpl() - Constructor for class com.sun.el.lang.FunctionMapperImpl
 
FunctionMapperImpl.Function - Class in com.sun.el.lang
 
functions - Variable in class com.sun.el.lang.FunctionMapperImpl
 

G

GE0 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
GE1 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
generateParseException() - Method in class com.sun.el.parser.ELParser
Generate ParseException.
get() - Method in class com.sun.el.stream.Optional
 
get(String) - Static method in class com.sun.el.util.MessageFactory
 
get(String, Object) - Static method in class com.sun.el.util.MessageFactory
 
get(String, Object, Object) - Static method in class com.sun.el.util.MessageFactory
 
get(String, Object, Object, Object) - Static method in class com.sun.el.util.MessageFactory
 
get(String, Object, Object, Object, Object) - Static method in class com.sun.el.util.MessageFactory
 
get(String, Object, Object, Object, Object, Object) - Static method in class com.sun.el.util.MessageFactory
 
getArray(String, Object[]) - Static method in class com.sun.el.util.MessageFactory
 
getBase() - Method in class javax.el.ValueReference
 
getBean(String) - Method in class javax.el.BeanNameResolver
Returns the bean known by its name.
getBeginColumn() - Method in class com.sun.el.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class com.sun.el.parser.SimpleCharStream
Get token beginning line number.
getColumn() - Method in class com.sun.el.parser.SimpleCharStream
Deprecated.
getCommonPropertyType(ELContext, Object) - Method in class com.sun.el.stream.StreamELResolver
 
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.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 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.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.StaticFieldELResolver
Returns the type of the property.
getCommonPropertyType(ELContext, Object) - Method in class javax.el.TypeConverter
 
getContext(Class) - Method in class com.sun.el.lang.EvaluationContext
 
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
 
getELContext() - Method in class com.sun.el.lang.EvaluationContext
 
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 Jakarta Expression Language expressions.
getELManager() - Method in class javax.el.ELProcessor
Return the ELManager used for Jakarta Expression Language processing.
getELResolver() - Method in class com.sun.el.lang.EvaluationContext
 
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.
getEndColumn() - Method in class com.sun.el.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class com.sun.el.parser.SimpleCharStream
Get token end line number.
getEvaluationListeners() - Method in class com.sun.el.lang.EvaluationContext
 
getEvaluationListeners() - Method in class javax.el.ELContext
Returns the list of registered evaluation listeners.
getExpectedType() - Method in class com.sun.el.ValueExpressionImpl
 
getExpectedType() - Method in class com.sun.el.ValueExpressionLiteral
 
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 Jakarta Expression Language evaluations.
getExpressionString() - Method in class com.sun.el.MethodExpressionImpl
Returns the original String used to create this Expression, unmodified.
getExpressionString() - Method in class com.sun.el.MethodExpressionLiteral
 
getExpressionString() - Method in class com.sun.el.ValueExpressionImpl
Returns the type the result of the expression will be coerced to after evaluation.
getExpressionString() - Method in class com.sun.el.ValueExpressionLiteral
 
getExpressionString() - Method in class javax.el.Expression
Returns the original String used to create this Expression, unmodified.
getFeatureDescriptors(ELContext, Object) - Method in class com.sun.el.stream.StreamELResolver
 
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.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 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.
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
 
getFloatingPoint() - Method in class com.sun.el.parser.AstFloatingPoint
 
getFunctionMapper() - Method in class com.sun.el.lang.EvaluationContext
 
getFunctionMapper() - Method in class javax.el.ELContext
Retrieves the FunctionMapper associated with this ELContext.
getFunctionMapper() - Method in class javax.el.StandardELContext
Construct (if needed) and return a default FunctionMapper.
getImage() - Method in interface com.sun.el.parser.Node
 
GetImage() - Method in class com.sun.el.parser.SimpleCharStream
Get token literal value.
getImage() - Method in class com.sun.el.parser.SimpleNode
 
getImportHandler() - Method in class com.sun.el.lang.EvaluationContext
 
getImportHandler() - Method in class javax.el.ELContext
Retrieves the ImportHandler associated with this ELContext.
getInitFunctionMap() - Method in class com.sun.el.ExpressionFactoryImpl
 
getInitFunctionMap() - Method in class javax.el.ExpressionFactory
Retrieve a function map containing a pre-configured function mapping.
getInteger() - Method in class com.sun.el.parser.AstInteger
 
getKlass() - Method in class javax.el.ELClass
Returns the Class instance
getLambdaArgument(String) - Method in class com.sun.el.lang.EvaluationContext
 
getLambdaArgument(String) - Method in class javax.el.ELContext
Retrieves the Lambda argument associated with a formal parameter.
getLine() - Method in class com.sun.el.parser.SimpleCharStream
Deprecated.
getLocale() - Method in class javax.el.ELContext
Get the Locale stored by a previous invocation to ELContext.setLocale(java.util.Locale).
getLocalName() - Method in class com.sun.el.parser.AstFunction
 
getMessage() - Method in exception com.sun.el.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error com.sun.el.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMethod() - Method in class com.sun.el.lang.FunctionMapperImpl.Function
 
getMethodInfo(ELContext) - Method in class com.sun.el.MethodExpressionImpl
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
getMethodInfo(ELContext) - Method in class com.sun.el.MethodExpressionLiteral
 
getMethodInfo(EvaluationContext, Class[]) - Method in class com.sun.el.parser.AstIdentifier
 
getMethodInfo(EvaluationContext, Class[]) - Method in class com.sun.el.parser.AstValue
 
getMethodInfo(EvaluationContext, Class[]) - Method in interface com.sun.el.parser.Node
 
getMethodInfo(EvaluationContext, Class[]) - Method in class com.sun.el.parser.SimpleNode
 
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
getNextToken() - Method in class com.sun.el.parser.ELParser
Get the next Token.
getNextToken() - Method in class com.sun.el.parser.ELParserTokenManager
Get the next Token.
getOutputName() - Method in class com.sun.el.parser.AstFunction
 
getParameterCount() - Method in class com.sun.el.parser.AstMethodArguments
 
getParameters(EvaluationContext) - Method in class com.sun.el.parser.AstMethodArguments
 
getParamTypes() - Method in class javax.el.MethodInfo
Returns the parameter types of the method
getPrefix() - Method in class com.sun.el.parser.AstFunction
 
getProperty(String) - Method in class com.sun.el.ExpressionFactoryImpl
 
getProperty() - Method in class javax.el.ValueReference
 
getPropertyDescriptor(Object, Object) - Static method in class com.sun.el.util.ReflectionUtil
 
getReturnType() - Method in class javax.el.MethodInfo
Returns the return type of the method
getStreamELResolver() - Method in class com.sun.el.ExpressionFactoryImpl
 
getStreamELResolver() - Method in class javax.el.ExpressionFactory
Retrieves an ELResolver that implements the operations in collections.
getString() - Method in class com.sun.el.parser.AstString
 
GetSuffix(int) - Method in class com.sun.el.parser.SimpleCharStream
Get the suffix.
getTabSize(int) - Method in class com.sun.el.parser.SimpleCharStream
 
getToken(int) - Method in class com.sun.el.parser.ELParser
Get the specific Token.
getType(EvaluationContext) - Method in class com.sun.el.parser.ArithmeticNode
 
getType(EvaluationContext) - Method in class com.sun.el.parser.AstChoice
 
getType(EvaluationContext) - Method in class com.sun.el.parser.AstCompositeExpression
 
getType(EvaluationContext) - Method in class com.sun.el.parser.AstDeferredExpression
 
getType(EvaluationContext) - Method in class com.sun.el.parser.AstDynamicExpression
 
getType(EvaluationContext) - Method in class com.sun.el.parser.AstEmpty
 
getType(EvaluationContext) - Method in class com.sun.el.parser.AstFloatingPoint
 
getType(EvaluationContext) - Method in class com.sun.el.parser.AstFunction
 
getType(EvaluationContext) - Method in class com.sun.el.parser.AstIdentifier
 
getType(EvaluationContext) - Method in class com.sun.el.parser.AstInteger
 
getType(EvaluationContext) - Method in class com.sun.el.parser.AstLiteralExpression
 
getType(EvaluationContext) - Method in class com.sun.el.parser.AstNegative
 
getType(EvaluationContext) - Method in class com.sun.el.parser.AstNot
 
getType(EvaluationContext) - Method in class com.sun.el.parser.AstNull
 
getType(EvaluationContext) - Method in class com.sun.el.parser.AstString
 
getType(EvaluationContext) - Method in class com.sun.el.parser.AstValue
 
getType(EvaluationContext) - Method in class com.sun.el.parser.BooleanNode
 
getType(EvaluationContext) - Method in interface com.sun.el.parser.Node
 
getType(EvaluationContext) - Method in class com.sun.el.parser.SimpleNode
 
getType(ELContext, Object, Object) - Method in class com.sun.el.stream.StreamELResolver
 
getType(ELContext) - Method in class com.sun.el.ValueExpressionImpl
 
getType(ELContext) - Method in class com.sun.el.ValueExpressionLiteral
 
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 and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to the CompositeELResolver.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 and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to the ELResolver.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, return null, 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
 
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 the ValueExpression.setValue(javax.el.ELContext, java.lang.Object) method.
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstAnd
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstAssign
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstBracketSuffix
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstChoice
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstCompositeExpression
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstConcat
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstDeferredExpression
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstDiv
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstDotSuffix
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstDynamicExpression
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstEmpty
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstEqual
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstFalse
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstFloatingPoint
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstFunction
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstGreaterThan
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstGreaterThanEqual
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstIdentifier
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstInteger
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstLambdaExpression
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstLessThan
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstLessThanEqual
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstListData
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstLiteralExpression
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstMapData
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstMinus
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstMod
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstMult
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstNegative
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstNot
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstNotEqual
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstNull
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstOr
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstPlus
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstSemiColon
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstString
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstTrue
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.AstValue
 
getValue(EvaluationContext) - Method in interface com.sun.el.parser.Node
 
getValue(EvaluationContext) - Method in class com.sun.el.parser.SimpleNode
 
getValue(ELContext, Object, Object) - Method in class com.sun.el.stream.StreamELResolver
 
getValue(ELContext) - Method in class com.sun.el.ValueExpressionImpl
 
getValue(ELContext) - Method in class com.sun.el.ValueExpressionLiteral
 
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 given base object by querying all component resolvers.
getValue(String, Class<?>) - Method in class javax.el.ELProcessor
Evaluates an Jakarta Expression Language expression, and coerces the result to the specified type.
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, 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
 
getValue(ELContext) - Method in class javax.el.ValueExpression
Evaluates the expression relative to the provided context, and returns the resulting value.
getValueReference(EvaluationContext) - Method in class com.sun.el.parser.AstIdentifier
 
getValueReference(EvaluationContext) - Method in class com.sun.el.parser.AstValue
 
getValueReference(EvaluationContext) - Method in interface com.sun.el.parser.Node
 
getValueReference(EvaluationContext) - Method in class com.sun.el.parser.SimpleNode
 
getValueReference(ELContext) - Method in class com.sun.el.ValueExpressionImpl
 
getValueReference(ELContext) - Method in class javax.el.ValueExpression
Returns a ValueReference for this expression instance.
getVariableMapper() - Method in class com.sun.el.lang.EvaluationContext
 
getVariableMapper() - Method in class javax.el.ELContext
Retrieves the VariableMapper associated with this ELContext.
getVariableMapper() - Method in class javax.el.StandardELContext
Construct (if needed) and return a default VariableMapper() {
GT0 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
GT1 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.

H

hashCode() - Method in class com.sun.el.lang.FunctionMapperImpl.Function
 
hashCode() - Method in class com.sun.el.MethodExpressionImpl
Returns the hash code for this Expression.
hashCode() - Method in class com.sun.el.MethodExpressionLiteral
 
hashCode() - Method in interface com.sun.el.parser.Node
 
hashCode() - Method in class com.sun.el.parser.SimpleNode
 
hashCode() - Method in class com.sun.el.ValueExpressionImpl
 
hashCode() - Method in class com.sun.el.ValueExpressionLiteral
 
hashCode() - Method in class javax.el.Expression
Returns the hash code for this Expression.

I

id - Variable in class com.sun.el.parser.SimpleNode
 
Identifier() - Method in class com.sun.el.parser.ELParser
 
IDENTIFIER - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
ifPresent(LambdaExpression) - Method in class com.sun.el.stream.Optional
 
ILLEGAL_CHARACTER - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
image - Variable in class com.sun.el.parser.SimpleNode
 
image - Variable in class com.sun.el.parser.Token
The string image of the token.
IMPL_OBJ_START - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
importClass(String) - Method in class javax.el.ELManager
Import a class.
importClass(String) - Method in class javax.el.ImportHandler
Import a class.
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.
IN_EXPRESSION - Static variable in interface com.sun.el.parser.ELParserConstants
Lexical state.
IN_MAP - Static variable in interface com.sun.el.parser.ELParserConstants
Lexical state.
inBuf - Variable in class com.sun.el.parser.SimpleCharStream
 
input_stream - Variable in class com.sun.el.parser.ELParserTokenManager
 
inputStream - Variable in class com.sun.el.parser.SimpleCharStream
 
INSTANCEOF - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
Integer() - Method in class com.sun.el.parser.ELParser
 
INTEGER_LITERAL - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
invoke(ELContext, Object[]) - Method in class com.sun.el.MethodExpressionImpl
Evaluates the expression relative to the provided context, invokes the method that was found using the supplied parameters, and returns the result of the method invocation.
invoke(ELContext, Object[]) - Method in class com.sun.el.MethodExpressionLiteral
 
invoke(EvaluationContext, Class[], Object[]) - Method in class com.sun.el.parser.AstChoice
 
invoke(EvaluationContext, Class[], Object[]) - Method in class com.sun.el.parser.AstIdentifier
 
invoke(EvaluationContext, Class[], Object[]) - Method in class com.sun.el.parser.AstValue
 
invoke(EvaluationContext, Class[], Object[]) - Method in interface com.sun.el.parser.Node
 
invoke(EvaluationContext, Class[], Object[]) - Method in class com.sun.el.parser.SimpleNode
 
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class com.sun.el.stream.StreamELResolver
 
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
Attempts to resolve and invoke the given method on the given base 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 given base object.
invoke(ELContext, Object...) - Method in class javax.el.LambdaExpression
Invoke the encapsulated Lambda expression.
invoke(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.StaticFieldELResolver
Invokes a public static method or the constructor for a class.
invokeMethod(ELContext, Method, Object, Object[]) - Static method in class com.sun.el.util.ReflectionUtil
 
isBigDecimalOp(Object, Object) - Static method in class com.sun.el.lang.ELSupport
 
isBigIntegerOp(Object, Object) - Static method in class com.sun.el.lang.ELSupport
 
isDoubleOp(Object, Object) - Static method in class com.sun.el.lang.ELSupport
 
isDoubleStringOp(Object, Object) - Static method in class com.sun.el.lang.ELSupport
 
isLambdaArgument(String) - Method in class com.sun.el.lang.EvaluationContext
 
isLambdaArgument(String) - Method in class javax.el.ELContext
Inquires if the name is a LambdaArgument
isLiteralText() - Method in class com.sun.el.MethodExpressionImpl
 
isLiteralText() - Method in class com.sun.el.MethodExpressionLiteral
 
isLiteralText() - Method in class com.sun.el.ValueExpressionImpl
 
isLiteralText() - Method in class com.sun.el.ValueExpressionLiteral
 
isLiteralText() - Method in class javax.el.Expression
Returns whether this expression was created from only literal text.
isLongOp(Object, Object) - Static method in class com.sun.el.lang.ELSupport
 
isNameResolved(String) - Method in class javax.el.BeanNameResolver
Returns whether the given name is resolved by the BeanNameResolver
isNumber(Object) - Static method in class com.sun.el.lang.ELArithmetic
 
isNumberType(Class) - Static method in class com.sun.el.lang.ELArithmetic
 
isParametersProvided() - Method in class com.sun.el.MethodExpressionImpl
 
isParametersProvided() - Method in class com.sun.el.parser.AstMethodArguments
 
isParametersProvided() - Method in class com.sun.el.parser.AstValue
 
isParametersProvided() - Method in interface com.sun.el.parser.Node
 
isParametersProvided() - Method in class com.sun.el.parser.SimpleNode
 
isParametersProvided() - Method in class javax.el.MethodExpression
Return whether this MethodExpression was created with parameters.
isParmetersProvided() - Method in class javax.el.MethodExpression
Deprecated.
isPresent() - Method in class com.sun.el.stream.Optional
 
isPropertyResolved() - Method in class com.sun.el.lang.EvaluationContext
 
isPropertyResolved() - Method in class javax.el.ELContext
Returns whether an ELResolver has successfully resolved a given (base, property) pair.
isReadOnly(EvaluationContext) - Method in class com.sun.el.parser.AstChoice
 
isReadOnly(EvaluationContext) - Method in class com.sun.el.parser.AstDeferredExpression
 
isReadOnly(EvaluationContext) - Method in class com.sun.el.parser.AstDynamicExpression
 
isReadOnly(EvaluationContext) - Method in class com.sun.el.parser.AstIdentifier
 
isReadOnly(EvaluationContext) - Method in class com.sun.el.parser.AstValue
 
isReadOnly(EvaluationContext) - Method in interface com.sun.el.parser.Node
 
isReadOnly(EvaluationContext) - Method in class com.sun.el.parser.SimpleNode
 
isReadOnly(ELContext, Object, Object) - Method in class com.sun.el.stream.StreamELResolver
 
isReadOnly(ELContext) - Method in class com.sun.el.ValueExpressionImpl
 
isReadOnly(ELContext) - Method in class com.sun.el.ValueExpressionLiteral
 
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 to BeanELResolver.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(String) - Method in class javax.el.BeanNameResolver
Indicates if the bean of the given name is read-only or writable
isReadOnly(ELContext, Object, Object) - Method in class javax.el.CompositeELResolver
For a given base and property, attempts to determine whether a call to CompositeELResolver.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 and property, attempts to determine whether a call to ELResolver.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, return true.
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
 
isReadOnly(ELContext) - Method in class javax.el.ValueExpression
Evaluates the expression relative to the provided context, and returns true if a call to ValueExpression.setValue(javax.el.ELContext, java.lang.Object) will always fail.
isStringFloat(String) - Static method in class com.sun.el.lang.ELSupport
 
iterator() - Method in class com.sun.el.stream.Stream
 

J

javax.el - package javax.el
Provides the API for Jakarta Expression Language 3.0
jj_nt - Variable in class com.sun.el.parser.ELParser
Next token.
jjFillToken() - Method in class com.sun.el.parser.ELParserTokenManager
 
jjnewLexState - Static variable in class com.sun.el.parser.ELParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class com.sun.el.parser.ELParserTokenManager
Token literal values.
jjtAddChild(Node, int) - Method in interface com.sun.el.parser.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class com.sun.el.parser.SimpleNode
 
JJTAND - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTASSIGN - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTBRACKETSUFFIX - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTCHOICE - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
jjtClose() - Method in interface com.sun.el.parser.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class com.sun.el.parser.SimpleNode
 
JJTCOMPOSITEEXPRESSION - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTCONCAT - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTDEFERREDEXPRESSION - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTDIV - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTDOTSUFFIX - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTDYNAMICEXPRESSION - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTELParserState - Class in com.sun.el.parser
 
JJTELParserState() - Constructor for class com.sun.el.parser.JJTELParserState
 
JJTEMPTY - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTEQUAL - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTFALSE - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTFLOATINGPOINT - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTFUNCTION - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
jjtGetChild(int) - Method in interface com.sun.el.parser.Node
This method returns a child node.
jjtGetChild(int) - Method in class com.sun.el.parser.SimpleNode
 
jjtGetNumChildren() - Method in interface com.sun.el.parser.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class com.sun.el.parser.SimpleNode
 
jjtGetParent() - Method in interface com.sun.el.parser.Node
 
jjtGetParent() - Method in class com.sun.el.parser.SimpleNode
 
JJTGREATERTHAN - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTGREATERTHANEQUAL - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTIDENTIFIER - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTINTEGER - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTLAMBDAEXPRESSION - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTLAMBDAPARAMETERS - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTLESSTHAN - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTLESSTHANEQUAL - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTLISTDATA - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTLITERALEXPRESSION - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTMAPDATA - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTMAPENTRY - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTMETHODARGUMENTS - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTMINUS - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTMOD - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTMULT - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTNEGATIVE - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
jjtNodeName - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTNOT - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTNOTEQUAL - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTNULL - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
jjtOpen() - Method in interface com.sun.el.parser.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class com.sun.el.parser.SimpleNode
 
JJTOR - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTPLUS - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
jjtree - Variable in class com.sun.el.parser.ELParser
 
JJTSEMICOLON - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
jjtSetParent(Node) - Method in interface com.sun.el.parser.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class com.sun.el.parser.SimpleNode
 
JJTSTRING - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTTRUE - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTVALUE - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 
JJTVOID - Static variable in interface com.sun.el.parser.ELParserTreeConstants
 

K

kind - Variable in class com.sun.el.parser.Token
An integer that describes the kind of this token.

L

LambdaExpression() - Method in class com.sun.el.parser.ELParser
 
LambdaExpression - Class in javax.el
Encapsulates a parameterized ValueExpression.
LambdaExpression(List<String>, ValueExpression) - Constructor for class javax.el.LambdaExpression
Creates a new LambdaExpression.
LambdaExpressionOrCall() - Method in class com.sun.el.parser.ELParser
 
LambdaParameters() - Method in class com.sun.el.parser.ELParser
 
LBRACK - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
LE0 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
LE1 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
LETTER - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
LexicalError(boolean, int, int, int, String, char) - Static method in error com.sun.el.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class com.sun.el.parser.ELParserTokenManager
Lexer state names.
limit(long) - Method in class com.sun.el.stream.Stream
 
line - Variable in class com.sun.el.parser.SimpleCharStream
 
ListData() - Method in class com.sun.el.parser.ELParser
 
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.
Literal() - Method in class com.sun.el.parser.ELParser
 
LITERAL_EXPRESSION - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
LiteralExpression() - Method in class com.sun.el.parser.ELParser
 
localName - Variable in class com.sun.el.lang.FunctionMapperImpl.Function
 
localName - Variable in class com.sun.el.parser.AstFunction
 
LONG - Static variable in class com.sun.el.lang.ELArithmetic
 
LongDelegate() - Constructor for class com.sun.el.lang.ELArithmetic.LongDelegate
 
LPAREN - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
LT0 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
LT1 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.

M

m - Variable in class com.sun.el.lang.FunctionMapperImpl.Function
 
map(LambdaExpression) - Method in class com.sun.el.stream.Stream
 
MapData() - Method in class com.sun.el.parser.ELParser
 
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.
MapEntry() - Method in class com.sun.el.parser.ELParser
 
mapFunction(String, String, Method) - Method in class javax.el.ELManager
Maps a static method to Jakarta Expression Language function.
mapFunction(String, String, Method) - Method in class javax.el.FunctionMapper
Adds a static method that can be used as a function.
matches(Object, Object) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
 
matches(Object, Object) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
 
matches(Object, Object) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
 
matches(Object, Object) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
 
matches(Object, Object) - Method in class com.sun.el.lang.ELArithmetic
 
matches(String, String) - Method in class com.sun.el.lang.FunctionMapperImpl.Function
 
Math() - Method in class com.sun.el.parser.ELParser
 
max() - Method in class com.sun.el.stream.Stream
 
max(LambdaExpression) - Method in class com.sun.el.stream.Stream
 
maxNextCharInd - Variable in class com.sun.el.parser.SimpleCharStream
 
memento - Variable in class com.sun.el.lang.FunctionMapperFactory
 
MessageFactory - Class in com.sun.el.util
 
MessageFactory() - Constructor for class com.sun.el.util.MessageFactory
 
MethodArguments() - Method in class com.sun.el.parser.ELParser
 
MethodExpression - Class in javax.el
An Expression that refers to a method on an object.
MethodExpression() - Constructor for class javax.el.MethodExpression
 
MethodExpressionImpl - Class in com.sun.el
An Expression that refers to a method on an object.
MethodExpressionImpl() - Constructor for class com.sun.el.MethodExpressionImpl
 
MethodExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class<?>, Class<?>[]) - Constructor for class com.sun.el.MethodExpressionImpl
 
MethodExpressionLiteral - Class in com.sun.el
 
MethodExpressionLiteral() - Constructor for class com.sun.el.MethodExpressionLiteral
 
MethodExpressionLiteral(String, Class<?>, Class<?>[]) - Constructor for class com.sun.el.MethodExpressionLiteral
 
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(Throwable) - Constructor for exception javax.el.MethodNotFoundException
Creates a MethodNotFoundException with the given root cause.
MethodNotFoundException(String, Throwable) - Constructor for exception javax.el.MethodNotFoundException
Creates a MethodNotFoundException with the given detail message and root cause.
min() - Method in class com.sun.el.stream.Stream
 
min(LambdaExpression) - Method in class com.sun.el.stream.Stream
 
MINUS - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
mod(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
 
mod(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
 
mod(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
 
mod(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
 
mod(Object, Object) - Static method in class com.sun.el.lang.ELArithmetic
 
mod(Number, Number) - Method in class com.sun.el.lang.ELArithmetic
 
MOD0 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
MOD1 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
MULT - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
Multiplication() - Method in class com.sun.el.parser.ELParser
 
multiply(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
 
multiply(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
 
multiply(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
 
multiply(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
 
multiply(Object, Object) - Static method in class com.sun.el.lang.ELArithmetic
 
multiply(Number, Number) - Method in class com.sun.el.lang.ELArithmetic
 

N

name - Variable in class com.sun.el.lang.FunctionMapperImpl.Function
 
NE0 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
NE1 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
newInstance() - Static method in class javax.el.ExpressionFactory
Creates a new instance of a ExpressionFactory.
newInstance(Properties) - Static method in class javax.el.ExpressionFactory
Create a new instance of a ExpressionFactory, with optional properties.
newToken(int) - Static method in class com.sun.el.parser.Token
Returns a new Token object, by default.
next - Variable in class com.sun.el.parser.Token
A reference to the next regular (non-special) token from the input stream.
Node - Interface in com.sun.el.parser
 
nodeArity() - Method in class com.sun.el.parser.JJTELParserState
 
nodeCreated() - Method in class com.sun.el.parser.JJTELParserState
 
NodeVisitor - Interface in com.sun.el.parser
 
noneMatch(LambdaExpression) - Method in class com.sun.el.stream.Stream
 
NonLiteral() - Method in class com.sun.el.parser.ELParser
 
NOT0 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
NOT1 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
notifyAfterEvaluation(String) - Method in class com.sun.el.lang.EvaluationContext
 
notifyAfterEvaluation(String) - Method in class javax.el.ELContext
Notifies the listeners after an Jakarta Expression Language expression is evaluated
notifyBeforeEvaluation(String) - Method in class com.sun.el.lang.EvaluationContext
 
notifyBeforeEvaluation(String) - Method in class javax.el.ELContext
Notifies the listeners before an Jakarta Expression Language expression is evaluated
notifyPropertyResolved(Object, Object) - Method in class com.sun.el.lang.EvaluationContext
 
notifyPropertyResolved(Object, Object) - Method in class javax.el.ELContext
Notifies the listeners when the (base, property) pair is resolved
Null() - Method in class com.sun.el.parser.ELParser
 
NULL - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.

O

openNodeScope(Node) - Method in class com.sun.el.parser.JJTELParserState
 
Optional - Class in com.sun.el.stream
 
Or() - Method in class com.sun.el.parser.ELParser
 
OR0 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
OR1 - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
orElse(Object) - Method in class com.sun.el.stream.Optional
 
orElseGet(LambdaExpression) - Method in class com.sun.el.stream.Optional
 
owner - Variable in class com.sun.el.lang.FunctionMapperImpl.Function
 

P

parent - Variable in class com.sun.el.parser.SimpleNode
 
parse(String) - Static method in class com.sun.el.parser.ELParser
 
ParseException - Exception in com.sun.el.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception com.sun.el.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception com.sun.el.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception com.sun.el.parser.ParseException
 
peek(LambdaExpression) - Method in class com.sun.el.stream.Stream
 
peekNode() - Method in class com.sun.el.parser.JJTELParserState
 
PLUS - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
popNode() - Method in class com.sun.el.parser.JJTELParserState
 
prefix - Variable in class com.sun.el.lang.FunctionMapperImpl.Function
 
prefix - Variable in class com.sun.el.parser.AstFunction
 
prevCharIsCR - Variable in class com.sun.el.parser.SimpleCharStream
 
prevCharIsLF - Variable in class com.sun.el.parser.SimpleCharStream
 
PRIMITIVE_NAMES - Static variable in class com.sun.el.util.ReflectionUtil
 
PRIMITIVES - Static variable in class com.sun.el.util.ReflectionUtil
 
PropertyNotFoundException - Exception in javax.el
Thrown when a property could not be found while evaluating a ValueExpression or MethodExpression.
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(Throwable) - Constructor for exception javax.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the given root cause.
PropertyNotFoundException(String, Throwable) - Constructor for exception javax.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the given detail message and 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(Throwable) - Constructor for exception javax.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the given root cause.
PropertyNotWritableException(String, Throwable) - Constructor for exception javax.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the given detail message and root cause.
propertyResolved(ELContext, Object, Object) - Method in class javax.el.EvaluationListener
Receives notification when the (base, property) pair is resolved
pushNode(Node) - Method in class com.sun.el.parser.JJTELParserState
 
putContext(Class, Object) - Method in class com.sun.el.lang.EvaluationContext
 
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
 

Q

QUESTIONMARK - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.

R

RBRACK - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
RCURL - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
readChar() - Method in class com.sun.el.parser.SimpleCharStream
Read a character.
readExternal(ObjectInput) - Method in class com.sun.el.lang.FunctionMapperImpl.Function
 
readExternal(ObjectInput) - Method in class com.sun.el.lang.FunctionMapperImpl
 
readExternal(ObjectInput) - Method in class com.sun.el.lang.VariableMapperImpl
 
readExternal(ObjectInput) - Method in class com.sun.el.MethodExpressionImpl
 
readExternal(ObjectInput) - Method in class com.sun.el.MethodExpressionLiteral
 
readExternal(ObjectInput) - Method in class com.sun.el.ValueExpressionImpl
 
readExternal(ObjectInput) - Method in class com.sun.el.ValueExpressionLiteral
 
reduce(Object, LambdaExpression) - Method in class com.sun.el.stream.Stream
 
reduce(LambdaExpression) - Method in class com.sun.el.stream.Stream
 
ReflectionUtil - Class in com.sun.el.util
Utilities for Managing Serialization and Reflection
ReInit(InputStream) - Method in class com.sun.el.parser.ELParser
Reinitialise.
ReInit(InputStream, String) - Method in class com.sun.el.parser.ELParser
Reinitialise.
ReInit(Reader) - Method in class com.sun.el.parser.ELParser
Reinitialise.
ReInit(ELParserTokenManager) - Method in class com.sun.el.parser.ELParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class com.sun.el.parser.ELParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class com.sun.el.parser.ELParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class com.sun.el.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class com.sun.el.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class com.sun.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class com.sun.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class com.sun.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class com.sun.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.sun.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class com.sun.el.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class com.sun.el.parser.SimpleCharStream
Reinitialise.
reset() - Method in class com.sun.el.parser.JJTELParserState
 
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.
resolveClass(String) - Method in class javax.el.ImportHandler
Resolve a class name.
resolveFunction(String, String) - Method in class com.sun.el.lang.FunctionMapperFactory
 
resolveFunction(String, String) - Method in class com.sun.el.lang.FunctionMapperImpl
 
resolveFunction(String, String) - Method in class javax.el.FunctionMapper
Resolves the specified prefix and local name into a java.lang.Method.
resolveStatic(String) - Method in class javax.el.ImportHandler
Resolve a static field or method name.
resolveVariable(String) - Method in class com.sun.el.lang.VariableMapperFactory
 
resolveVariable(String) - Method in class com.sun.el.lang.VariableMapperImpl
 
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
 
rootNode() - Method in class com.sun.el.parser.JJTELParserState
 
RPAREN - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.

S

SemiColon() - Method in class com.sun.el.parser.ELParser
 
SEMICOLON - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
setBeanValue(String, Object) - Method in class javax.el.BeanNameResolver
Sets a value to a bean of the given name.
setDebugStream(PrintStream) - Method in class com.sun.el.parser.ELParserTokenManager
Set debug output.
setELContext(ELContext) - Method in class javax.el.ELManager
Set the ELContext used for parsing and evaluating Jakarta Expression Language expressions.
setELContext(ELContext) - Method in class javax.el.LambdaExpression
Set the ELContext to use in evaluating the LambdaExpression.
setImage(String) - Method in class com.sun.el.parser.AstLiteralExpression
 
setImage(String) - Method in class com.sun.el.parser.AstString
 
setImage(String) - Method in class com.sun.el.parser.SimpleNode
 
setLocale(Locale) - Method in class javax.el.ELContext
Sets the Locale for this instance.
setLocalName(String) - Method in class com.sun.el.parser.AstFunction
 
setPrefix(String) - Method in class com.sun.el.parser.AstFunction
 
setPropertyResolved(boolean) - Method in class com.sun.el.lang.EvaluationContext
 
setPropertyResolved(Object, Object) - Method in class com.sun.el.lang.EvaluationContext
 
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 the EvaluationListeners.
setTabSize(int) - Method in class com.sun.el.parser.SimpleCharStream
 
setValue(EvaluationContext, Object) - Method in class com.sun.el.parser.AstChoice
 
setValue(EvaluationContext, Object) - Method in class com.sun.el.parser.AstDeferredExpression
 
setValue(EvaluationContext, Object) - Method in class com.sun.el.parser.AstDynamicExpression
 
setValue(EvaluationContext, Object) - Method in class com.sun.el.parser.AstIdentifier
 
setValue(EvaluationContext, Object) - Method in class com.sun.el.parser.AstSemiColon
 
setValue(EvaluationContext, Object) - Method in class com.sun.el.parser.AstValue
 
setValue(EvaluationContext, Object) - Method in interface com.sun.el.parser.Node
 
setValue(EvaluationContext, Object) - Method in class com.sun.el.parser.SimpleNode
 
setValue(ELContext, Object, Object, Object) - Method in class com.sun.el.stream.StreamELResolver
 
setValue(ELContext, Object) - Method in class com.sun.el.ValueExpressionImpl
 
setValue(ELContext, Object) - Method in class com.sun.el.ValueExpressionLiteral
 
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 given base object.
setValue(String, Object) - Method in class javax.el.ELProcessor
Sets an expression with a new value.
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
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
 
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 com.sun.el.lang.VariableMapperFactory
 
setVariable(String, ValueExpression) - Method in class com.sun.el.lang.VariableMapperImpl
 
setVariable(String, ValueExpression) - Method in class javax.el.ELManager
Assign a ValueExpression to a Jakarta Expression Language variable, replacing any previous assignment to the same variable.
setVariable(String, String) - Method in class javax.el.ELProcessor
Assign a Jakarta Expression Language expression to a Jakarta Expression Language variable.
setVariable(String, ValueExpression) - Method in class javax.el.VariableMapper
Assign a ValueExpression to an Jakarta Expression Language variable, replacing any previously assignment to the same variable.
SimpleCharStream - Class in com.sun.el.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.sun.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class com.sun.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class com.sun.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.sun.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.sun.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.sun.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class com.sun.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class com.sun.el.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class com.sun.el.parser.SimpleCharStream
Constructor.
SimpleNode - Class in com.sun.el.parser
 
SimpleNode(int) - Constructor for class com.sun.el.parser.SimpleNode
 
sorted() - Method in class com.sun.el.stream.Stream
 
sorted(LambdaExpression) - Method in class com.sun.el.stream.Stream
 
specialConstructor - Variable in exception com.sun.el.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class com.sun.el.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
StandardELContext - Class in javax.el
A standard ELContext suitable for use in a stand alone environment.
StandardELContext(ExpressionFactory) - Constructor for class javax.el.StandardELContext
Construct a default ELContext for a stand-alone environment.
StandardELContext(ELContext) - Constructor for class javax.el.StandardELContext
Construct a StandardELContext from another ELContext.
START_DEFERRED_EXPRESSION - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
START_DYNAMIC_EXPRESSION - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
START_MAP - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
StaticFieldELResolver - Class in javax.el
An ELResolver for resolving static fields, enum constants and static methods.
StaticFieldELResolver() - Constructor for class javax.el.StaticFieldELResolver
 
staticFlag - Static variable in class com.sun.el.parser.SimpleCharStream
Whether parser is static.
Stream - Class in com.sun.el.stream
 
StreamELResolver - Class in com.sun.el.stream
 
StreamELResolver() - Constructor for class com.sun.el.stream.StreamELResolver
 
String() - Method in class com.sun.el.parser.ELParser
 
STRING_LITERAL - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
substream(long) - Method in class com.sun.el.stream.Stream
 
substream(long, long) - Method in class com.sun.el.stream.Stream
 
subtract(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigDecimalDelegate
 
subtract(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.BigIntegerDelegate
 
subtract(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.DoubleDelegate
 
subtract(Number, Number) - Method in class com.sun.el.lang.ELArithmetic.LongDelegate
 
subtract(Object, Object) - Static method in class com.sun.el.lang.ELArithmetic
 
subtract(Number, Number) - Method in class com.sun.el.lang.ELArithmetic
 
suffixNode - Variable in class com.sun.el.parser.AstValue.Target
 
sum() - Method in class com.sun.el.stream.Stream
 
SwitchTo(int) - Method in class com.sun.el.parser.ELParserTokenManager
Switch to specified lex state.

T

tabSize - Variable in class com.sun.el.parser.SimpleCharStream
 
target - Variable in class com.sun.el.lang.FunctionMapperFactory
 
throwUnhandled(Object, Object) - Static method in class com.sun.el.lang.ELSupport
 
toArray() - Method in class com.sun.el.stream.Stream
 
toFloat(String) - Static method in class com.sun.el.lang.ELSupport
 
token - Variable in class com.sun.el.parser.ELParser
Current token.
Token - Class in com.sun.el.parser
Describes the input token stream.
Token() - Constructor for class com.sun.el.parser.Token
 
token_source - Variable in class com.sun.el.parser.ELParser
Generated Token Manager.
tokenImage - Static variable in interface com.sun.el.parser.ELParserConstants
Literal token values.
tokenImage - Variable in exception com.sun.el.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in com.sun.el.parser
 
TokenMgrError() - Constructor for error com.sun.el.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error com.sun.el.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error com.sun.el.parser.TokenMgrError
 
toList() - Method in class com.sun.el.stream.Stream
 
toNumber(String) - Static method in class com.sun.el.lang.ELSupport
 
toString() - Method in class com.sun.el.parser.AstFunction
 
toString() - Method in class com.sun.el.parser.SimpleNode
 
toString(String) - Method in class com.sun.el.parser.SimpleNode
 
toString() - Method in class com.sun.el.parser.Token
Returns the image.
toString() - Method in class com.sun.el.ValueExpressionImpl
 
toTypeArray(String[]) - Static method in class com.sun.el.util.ReflectionUtil
Converts an array of Class names to Class types
toTypeNameArray(Class[]) - Static method in class com.sun.el.util.ReflectionUtil
Converts an array of Class types to Class names
TRUE - Static variable in interface com.sun.el.parser.ELParserConstants
RegularExpression Id.
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
 
types - Variable in class com.sun.el.lang.FunctionMapperImpl.Function
 

U

Unary() - Method in class com.sun.el.parser.ELParser
 
UpdateLineColumn(char) - Method in class com.sun.el.parser.SimpleCharStream
 

V

Value() - Method in class com.sun.el.parser.ELParser
 
ValueExpression - Class in javax.el
An Expression that can get or set a value.
ValueExpression() - Constructor for class javax.el.ValueExpression
 
ValueExpressionImpl - Class in com.sun.el
An Expression that can get or set a value.
ValueExpressionImpl() - Constructor for class com.sun.el.ValueExpressionImpl
 
ValueExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class<?>) - Constructor for class com.sun.el.ValueExpressionImpl
 
ValueExpressionLiteral - Class in com.sun.el
 
ValueExpressionLiteral() - Constructor for class com.sun.el.ValueExpressionLiteral
 
ValueExpressionLiteral(Object, Class<?>) - Constructor for class com.sun.el.ValueExpressionLiteral
 
ValuePrefix() - Method in class com.sun.el.parser.ELParser
 
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
 
ValueSuffix() - Method in class com.sun.el.parser.ELParser
 
VariableMapper - Class in javax.el
The interface to a map between Jakarta Expression Language variables and the Jakarta Expression Language expressions they are associated with.
VariableMapper() - Constructor for class javax.el.VariableMapper
 
VariableMapperFactory - Class in com.sun.el.lang
Creates a VariableMapper for the variables used in the expression.
VariableMapperFactory(VariableMapper) - Constructor for class com.sun.el.lang.VariableMapperFactory
 
VariableMapperImpl - Class in com.sun.el.lang
 
VariableMapperImpl() - Constructor for class com.sun.el.lang.VariableMapperImpl
 
visit(Node) - Method in class com.sun.el.lang.ExpressionBuilder
 
visit(Node) - Method in interface com.sun.el.parser.NodeVisitor
 

W

writeExternal(ObjectOutput) - Method in class com.sun.el.lang.FunctionMapperImpl.Function
 
writeExternal(ObjectOutput) - Method in class com.sun.el.lang.FunctionMapperImpl
 
writeExternal(ObjectOutput) - Method in class com.sun.el.lang.VariableMapperImpl
 
writeExternal(ObjectOutput) - Method in class com.sun.el.MethodExpressionImpl
 
writeExternal(ObjectOutput) - Method in class com.sun.el.MethodExpressionLiteral
 
writeExternal(ObjectOutput) - Method in class com.sun.el.ValueExpressionImpl
 
writeExternal(ObjectOutput) - Method in class com.sun.el.ValueExpressionLiteral
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright (c) 2013 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.