Uses of Interface
org.apache.commons.betwixt.expression.Expression

Packages that use Expression
org.apache.commons.betwixt  
org.apache.commons.betwixt.expression  
 

Uses of Expression in org.apache.commons.betwixt
 

Methods in org.apache.commons.betwixt that return Expression
 org.apache.commons.betwixt.expression.Expression BeanProperty.getPropertyExpression()
          Gets the expression used to read this property.
 org.apache.commons.betwixt.expression.Expression Descriptor.getTextExpression()
          Gets the expression used to evaluate the text value of this node for a particular Context.
 org.apache.commons.betwixt.expression.Expression ElementDescriptor.getContextExpression()
          Returns the expression used to evaluate the new context of this element.
 

Methods in org.apache.commons.betwixt with parameters of type Expression
 void Descriptor.setTextExpression(org.apache.commons.betwixt.expression.Expression textExpression)
          Sets the expression used to evaluate the text value of this node for a particular Context
 void ElementDescriptor.setContextExpression(org.apache.commons.betwixt.expression.Expression contextExpression)
          Sets the expression used to evaluate the new context of this element
 

Constructors in org.apache.commons.betwixt with parameters of type Expression
BeanProperty(java.lang.String propertyName, java.lang.Class propertyType, org.apache.commons.betwixt.expression.Expression propertyExpression, org.apache.commons.betwixt.expression.Updater propertyUpdater)
          Construct a BeanProperty.
 

Uses of Expression in org.apache.commons.betwixt.expression
 

Classes in org.apache.commons.betwixt.expression that implement Expression
 class ClassNameExpression
          ClassNameExpression returns the current class name of the context bean
 class ConstantExpression
          ConstantExpression represents a constant expression.
 class DynaBeanExpression
          An Expression that gets a property value from a DynaBean.
 class EmptyExpression
          EmptyExpression returns the same value as is passed in.
 class IteratorExpression
          IteratorExpression returns an iterator over the current context.
 class MethodExpression
          MethodExpression evaluates a method on the current bean context.
 class StringExpression
          StringExpression returns the current context object as a string.
 class VariableExpression
          VariableExpression represents a variable expression such as $foo which returns the value of the given variable.
 

Constructors in org.apache.commons.betwixt.expression with parameters of type Expression
IteratorExpression(org.apache.commons.betwixt.expression.Expression expression)
          Construct IteratorExpression using given expression for initial evaluation.
 



Copyright © 2002-2004 The Apache Software Foundation. All Rights Reserved.