org.apache.beehive.netui.pageflow
Class ProcessPopulate.ExpressionUpdateNode

Object
  extended by ProcessPopulate.ExpressionUpdateNode
Enclosing class:
ProcessPopulate

public static final class ProcessPopulate.ExpressionUpdateNode
extends Object

An inner class that represnts the data that will be used to perform an update. If a key has a prefix handler, this node is constructed and passed to the prefix handler so that the prefix handler can change the expression or values that will be used to execute the expression update.


Field Summary
 String expression
           
 String[] values
           
 
Method Summary
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

expression

public String expression

values

public String[] values
Method Detail

toString

public String toString()
Overrides:
toString in class Object