Package de.odysseus.el

Class Summary
ExpressionFactoryImpl Expression factory implementation.
ObjectValueExpression Object wrapper expression.
TreeMethodExpression A method expression is ready to be evaluated (by calling either TreeMethodExpression.invoke(ELContext, Object[]) or TreeMethodExpression.getMethodInfo(ELContext)).
TreeValueExpression A value expression is ready to be evaluated (by calling either getType(ELContext), getValue(ELContext), isReadOnly(ELContext) or setValue(ELContext, Object).
 

Enum Summary
ExpressionFactoryImpl.Profile A profile provides a default set of language features that will define the builder's behavior.
 


Copyright © 2006-2009 Odysseus Software GmbH.