Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.binding.expression Classes and Interfaces - 28 results found.
NameDescriptionTypePackageFramework
AbstractExpressionParserAn expression parser that parses Ognl expressions.Classorg.springframework.binding.expression.supportSpring Webflow
AbstractGetValueExpressionTrivial helper for concrete expression types that do not support setting their values.Classorg.springframework.binding.expression.supportSpring Webflow
BeanWrapperExpressionAn expression that delegates to a bean wrapper to evaluate or set a property of a context.Classorg.springframework.binding.expression.beanwrapperSpring Webflow
BeanWrapperExpressionParserAn expression parser that parses BeanWrapper property expressions.Classorg.springframework.binding.expression.beanwrapperSpring Webflow
CollectionAddingExpressionA settable expression that adds non-null values to a collection.Classorg.springframework.binding.expression.supportSpring Webflow
CompositeStringExpressionEvaluates an array of expressions to build a concatenated string.Classorg.springframework.binding.expression.supportSpring Webflow
DefaultELContextA generic ELContext implementation.Classorg.springframework.binding.expression.elSpring Webflow
DefaultElContextFactoryA factory for a DefaultELContext.Classorg.springframework.binding.expression.elSpring Webflow
DefaultELResolverA generic ELResolver to be used as a default when no other ELResolvers have been configured by the clientThis implementation will resolve the first part of the expression to the pre-configured base object, and will thenClassorg.springframework.binding.expression.elSpring Webflow
ELContextFactoryA factory for creating a EL context object that will be used to evaluate a target object of an EL expression.Interfaceorg.springframework.binding.expression.elSpring Webflow
ELExpressionEvaluates a parsed EL expression.Classorg.springframework.binding.expression.elSpring Webflow
ELExpressionParserThe expression parser that parses EL expressions.Classorg.springframework.binding.expression.elSpring Webflow
EvaluationExceptionIndicates an expression evaluation failed.Classorg.springframework.binding.expressionSpring Webflow
ExpressionAn expression capable of evaluating itself against context objects.Interfaceorg.springframework.binding.expressionSpring Webflow
ExpressionParserParses expression strings into compiled expressions that can be evaluated.Interfaceorg.springframework.binding.expressionSpring Webflow
ExpressionVariableAn expression variable.Classorg.springframework.binding.expressionSpring Webflow
FluentParserContextDefault implementation of the ParserContext interface that has a fluent API for building parser context attributes.Classorg.springframework.binding.expression.supportSpring Webflow
LiteralExpressionClassorg.springframework.binding.expression.supportSpring Webflow
MapAdaptableELResolverAn ELResolver for properly resolving variables in an instance of MapAdaptableAuthor:Jeremy GrelleClassorg.springframework.binding.expression.elSpring Webflow
NullParserContextA null object implementation of ParserContext.Classorg.springframework.binding.expression.supportSpring Webflow
OgnlExpressionParserAn expression parser that parses Ognl expressions.Classorg.springframework.binding.expression.ognlSpring Webflow
ParserContextInput provided to an expression parser that can influence an expression parsing/compilation routine.Interfaceorg.springframework.binding.expressionSpring Webflow
ParserExceptionBase class for exceptions thrown during expression parsing.Classorg.springframework.binding.expressionSpring Webflow
PropertyNotFoundExceptionAn evaluation exception indicating a expression that references a property failed to evaluate because the propertyAuthor:Keith DonaldSee Also:Serialized FormClassorg.springframework.binding.expressionSpring Webflow
SpringELExpressionA wrapper for a Spring EL Expressionallowing it to be used under the Spring Binding Expression abstraction.Classorg.springframework.binding.expression.spelSpring Webflow
SpringELExpressionParserAdapt the Spring EL SpelExpressionParser to the Spring BindingExpressionParser contract.Classorg.springframework.binding.expression.spelSpring Webflow
StaticExpressionA simple expression evaluator that just returns a fixed result on each evaluation.Classorg.springframework.binding.expression.supportSpring Webflow
ValueCoercionExceptionAn evaluation exception indicating an expression failed to evaluate because the source value could not be coerced toAuthor:Scott AndrewsSee Also:Serialized FormClassorg.springframework.binding.expressionSpring Webflow