Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.expression Classes and Interfaces - 112 results found.
NameDescriptionTypePackageFramework
AccessExceptionAn AccessException is thrown by an accessor if it has an unexpected problem.Classorg.springframework.expressionSpring MVC
AssignRepresents assignment.Classorg.springframework.expression.spel.astSpring MVC
AstUtilsUtilities methods for use in the Ast classes.Classorg.springframework.expression.spel.astSpring MVC
BeanReferenceRepresents a bean reference to a type, for example @foo or @'foo.Classorg.springframework.expression.spel.astSpring MVC
BeanResolverA bean resolver can be registered with the evaluation contextand will kick in for @myBeanName still expressions.Interfaceorg.springframework.expressionSpring MVC
BooleanLiteralRepresents the literal values TRUE and FALSE.Classorg.springframework.expression.spel.astSpring MVC
BooleanTypedValueClassorg.springframework.expression.spel.supportSpring MVC
CodeFlowManages the class being generated by the compilation process.Classorg.springframework.expression.spelSpring MVC
CodeFlow .ClinitAdderInterfaceorg.springframework.expression.spel.CodeFlowSpring MVC
CodeFlow .FieldAdderInterfaceorg.springframework.expression.spel.CodeFlowSpring MVC
CompilablePropertyAccessorA compilable property accessor is able to generate bytecode that representsthe access operation, facilitating compilation to bytecode of expressionsInterfaceorg.springframework.expression.spelSpring MVC
CompiledExpressionBase superclass for compiled expressions.Classorg.springframework.expression.spelSpring MVC
CompositeStringExpressionRepresents a template expression broken into pieces.Classorg.springframework.expression.commonSpring MVC
CompoundExpressionRepresents a DOT separated expression sequence, such as 'property1.Classorg.springframework.expression.spel.astSpring MVC
ConstructorExecutorExecutors are built by resolvers and can be cached by the infrastructure to repeat anoperation quickly without going back to the resolvers.Interfaceorg.springframework.expressionSpring MVC
ConstructorReferenceRepresents the invocation of a constructor.Classorg.springframework.expression.spel.astSpring MVC
ConstructorResolverA constructor resolver attempts locate a constructor and returns a ConstructorExecutorthat can be used to invoke that constructor.Interfaceorg.springframework.expressionSpring MVC
ElvisRepresents the elvis operator ?:.Classorg.springframework.expression.spel.astSpring MVC
EvaluationContextExpressions are executed in an evaluation context.Interfaceorg.springframework.expressionSpring MVC
EvaluationExceptionRepresent an exception that occurs during expression evaluation.Classorg.springframework.expressionSpring MVC
ExpressionAn expression capable of evaluating itself against context objects.Interfaceorg.springframework.expressionSpring MVC
ExpressionExceptionSuper class for exceptions that can occur whilst processing expressions.Classorg.springframework.expressionSpring MVC
ExpressionInvocationTargetExceptionThis exception wraps (as cause) a checked exception thrown by some method that SpELinvokes.Classorg.springframework.expressionSpring MVC
ExpressionParserParses expression strings into compiled expressions that can be evaluated.Interfaceorg.springframework.expressionSpring MVC
ExpressionStateAn ExpressionState is for maintaining per-expression-evaluation state, any changes toit are not seen by other expressions but it gives a place to hold local variables andClassorg.springframework.expression.spelSpring MVC
ExpressionUtilsCommon utility functions that may be used by any Expression Language provider.Classorg.springframework.expression.commonSpring MVC
FloatLiteralExpression language AST node that represents a float literal.Classorg.springframework.expression.spel.astSpring MVC
FormatHelperUtility methods (formatters, etc) used during parsing and evaluation.Classorg.springframework.expression.spel.astSpring MVC
FunctionReferenceA function reference is of the form #someFunction(a,b,c).Classorg.springframework.expression.spel.astSpring MVC
IdentifierClassorg.springframework.expression.spel.astSpring MVC
IndexerAn Indexer can index into some proceeding structure to access a particular piece of it.Classorg.springframework.expression.spel.astSpring MVC
InlineListRepresent a list in an expression, e.Classorg.springframework.expression.spel.astSpring MVC
InlineMapRepresent a map in an expression, e.Classorg.springframework.expression.spel.astSpring MVC
InternalParseExceptionWraps a real parse exception.Classorg.springframework.expression.spelSpring MVC
IntLiteralExpression language AST node that represents an integer literal.Classorg.springframework.expression.spel.astSpring MVC
LiteralCommon superclass for nodes representing literals (boolean, string, number, etc).Classorg.springframework.expression.spel.astSpring MVC
LiteralExpressionA very simple hardcoded implementation of the Expression interface that represents astring literal.Classorg.springframework.expression.commonSpring MVC
LongLiteralExpression language AST node that represents a long integer literal.Classorg.springframework.expression.spel.astSpring MVC
MethodExecutorMethodExecutors are built by the resolvers and can be cached by the infrastructure torepeat an operation quickly without going back to the resolvers.Interfaceorg.springframework.expressionSpring MVC
MethodFilterMethodFilter instances allow SpEL users to fine tune the behaviour of the methodresolution process.Interfaceorg.springframework.expressionSpring MVC
MethodReferenceExpression language AST node that represents a method reference.Classorg.springframework.expression.spel.astSpring MVC
MethodResolverA method resolver attempts locate a method and returns a command executor that can beused to invoke that method.Interfaceorg.springframework.expressionSpring MVC
NullLiteralExpression language AST node that represents null.Classorg.springframework.expression.spel.astSpring MVC
OpAndRepresents the boolean AND operation.Classorg.springframework.expression.spel.astSpring MVC
OpDecDecrement operator.Classorg.springframework.expression.spel.astSpring MVC
OpDivideClassorg.springframework.expression.spel.astSpring MVC
OpEQClassorg.springframework.expression.spel.astSpring MVC
OperationSupported operations that an OperatorOverloader can implement for any pair ofSince:3.Classorg.springframework.expressionSpring MVC
OperatorCommon supertype for operators that operate on either one or two operands.Classorg.springframework.expression.spel.astSpring MVC
Operator .DescriptorComparisonA descriptor comparison encapsulates the result of comparing descriptor for two operands anddescribes at what level they are compatible.Classorg.springframework.expression.spel.ast.OperatorSpring MVC
OperatorBetweenRepresents the between operator.Classorg.springframework.expression.spel.astSpring MVC
OperatorInstanceofThe operator 'instanceof' checks if an object is of the class specified in the righthand operand, in the same way that instanceof does in Java.Classorg.springframework.expression.spel.astSpring MVC
OperatorMatchesThe first is a String and the second is a Java regex.Classorg.springframework.expression.spel.astSpring MVC
OperatorNotRepresents a NOT operation.Classorg.springframework.expression.spel.astSpring MVC
OperatorOverloaderBy default the mathematical operators Operation support simple types likenumbers.Interfaceorg.springframework.expressionSpring MVC
OperatorPowerClassorg.springframework.expression.spel.astSpring MVC
OpGEClassorg.springframework.expression.spel.astSpring MVC
OpGTClassorg.springframework.expression.spel.astSpring MVC
OpIncIncrement operator.Classorg.springframework.expression.spel.astSpring MVC
OpLEClassorg.springframework.expression.spel.astSpring MVC
OpLTClassorg.springframework.expression.spel.astSpring MVC
OpMinusThe minus operator supports:subtraction of numbersClassorg.springframework.expression.spel.astSpring MVC
OpModulusClassorg.springframework.expression.spel.astSpring MVC
OpMultiplyConversions and promotions are handled as defined inSection 5.Classorg.springframework.expression.spel.astSpring MVC
OpNEClassorg.springframework.expression.spel.astSpring MVC
OpOrRepresents the boolean OR operation.Classorg.springframework.expression.spel.astSpring MVC
OpPlusThe plus operator will:It can be used as a unary operator for numbers.Classorg.springframework.expression.spel.astSpring MVC
ParseExceptionRepresent an exception that occurs during expression parsing.Classorg.springframework.expressionSpring MVC
ParserContextInput provided to an expression parser that can influence an expressionparsing/compilation routine.Interfaceorg.springframework.expressionSpring MVC
ProjectionRepresents projection, where a given operation is performed on all elements in someinput sequence, returning a new sequence of the same size.Classorg.springframework.expression.spel.astSpring MVC
PropertyAccessorA property accessor is able to read from (and possibly write to) an object's properties.Interfaceorg.springframework.expressionSpring MVC
PropertyOrFieldReferenceRepresents a simple property or field reference.Classorg.springframework.expression.spel.astSpring MVC
QualifiedIdentifierRepresents a dot separated sequence of strings that indicate a package qualified typeExample: java.Classorg.springframework.expression.spel.astSpring MVC
RealLiteralExpression language AST node that represents a real literal.Classorg.springframework.expression.spel.astSpring MVC
ReflectionHelperUtility methods used by the reflection resolver code to discover the appropriatemethods/constructors and fields that should be used in expressions.Classorg.springframework.expression.spel.supportSpring MVC
ReflectiveConstructorExecutorA simple ConstructorExecutor implementation that runs a constructor using reflectiveSince:3.Classorg.springframework.expression.spel.supportSpring MVC
ReflectiveConstructorResolverA constructor resolver that uses reflection to locate the constructor that should be invoked.Classorg.springframework.expression.spel.supportSpring MVC
ReflectiveMethodExecutorClassorg.springframework.expression.spel.supportSpring MVC
ReflectiveMethodResolverReflection-based MethodResolver used by default in StandardEvaluationContextunless explicit method resolvers have been specified.Classorg.springframework.expression.spel.supportSpring MVC
ReflectivePropertyAccessorSimple PropertyAccessor that uses reflection to access propertiesfor reading and writing.Classorg.springframework.expression.spel.supportSpring MVC
ReflectivePropertyAccessor .OptimalPropertyAccessorAn optimized form of a PropertyAccessor that will use reflection but only knowshow to access a particular property on a particular class.Classorg.springframework.expression.spel.support.ReflectivePropertyAccessorSpring MVC
SelectionRepresents selection over a map or collection.Classorg.springframework.expression.spel.astSpring MVC
SpelCompilerA SpelCompiler will take a regular parsed expression and create (and load) a classcontaining byte code that does the same thing as that expression.Classorg.springframework.expression.spel.standardSpring MVC
SpelCompilerModeenum SpelCompilerModeCaptures the possible configuration settings for a compiler that can beClassorg.springframework.expression.spelSpring MVC
SpelEvaluationExceptionRoot exception for Spring EL related exceptions.Classorg.springframework.expression.spelSpring MVC
SpelExpressionA SpelExpression represents a parsed (valid) expression that is ready to beevaluated in a specified context.Classorg.springframework.expression.spel.standardSpring MVC
SpelExpressionParserSpEL parser.Classorg.springframework.expression.spel.standardSpring MVC
SpelMessageContains all the messages that can be produced by the Spring Expression Language.Classorg.springframework.expression.spelSpring MVC
SpelMessage .KindReturns the enum constant of this type with the specified name.Classorg.springframework.expression.spel.SpelMessageSpring MVC
SpelNodeRepresents a node in the Ast for a parsed expression.Interfaceorg.springframework.expression.spelSpring MVC
SpelNodeImplThe common supertype of all AST nodes in a parsed Spring Expression LanguageSince:3.Classorg.springframework.expression.spel.astSpring MVC
SpelParseExceptionRoot exception for Spring EL related exceptions.Classorg.springframework.expression.spelSpring MVC
SpelParserConfigurationConfiguration object for the SpEL expression parser.Classorg.springframework.expression.spelSpring MVC
StandardEvaluationContextProvides a default EvaluationContext implementation.Classorg.springframework.expression.spel.supportSpring MVC
StandardOperatorOverloaderClassorg.springframework.expression.spel.supportSpring MVC
StandardTypeComparatorA simple basic TypeComparator implementation.Classorg.springframework.expression.spel.supportSpring MVC
StandardTypeConverterDefault implementation of the TypeConverter interface,delegating to a core Spring ConversionService.Classorg.springframework.expression.spel.supportSpring MVC
StandardTypeLocatorA simple implementation of TypeLocator that uses the context ClassLoader(or any ClassLoader set upon it).Classorg.springframework.expression.spel.supportSpring MVC
StringLiteralExpression language AST node that represents a string literal.Classorg.springframework.expression.spel.astSpring MVC
TemplateAwareExpressionParserAn expression parser that understands templates.Classorg.springframework.expression.commonSpring MVC
TemplateParserContextConfigurable ParserContext implementation for template parsing.Classorg.springframework.expression.commonSpring MVC
TernaryRepresents a ternary expression, for example: someCheck()?true:false.Classorg.springframework.expression.spel.astSpring MVC
TypeCodeCaptures primitive types and their corresponding class objects, plus one special entrythat represents all reference (non-primitive) types.Classorg.springframework.expression.spel.astSpring MVC
TypeComparatorInstances of a type comparator should be able to compare pairs of objects for equality.Interfaceorg.springframework.expressionSpring MVC
TypeConverterA type converter can convert values between different types encountered duringexpression evaluation.Interfaceorg.springframework.expressionSpring MVC
TypedValueEncapsulates an object and a TypeDescriptor that describes it.Classorg.springframework.expressionSpring MVC
TypeLocatorThey may use a custom ClassLoader and/or deal with commonpackage prefixes (e.Interfaceorg.springframework.expressionSpring MVC
TypeReferenceRepresents a reference to a type, for example T(String) or T(com.Classorg.springframework.expression.spel.astSpring MVC
ValueRefRepresents a reference to a value.Interfaceorg.springframework.expression.spel.astSpring MVC
ValueRef .NullValueRefA ValueRef for the null value.Classorg.springframework.expression.spel.ast.ValueRefSpring MVC
ValueRef .TypedValueHolderValueRefA ValueRef holder for a single value, which cannot be set.Classorg.springframework.expression.spel.ast.ValueRefSpring MVC
VariableReferenceRepresents a variable reference, eg.Classorg.springframework.expression.spel.astSpring MVC