ProcessPopulate.ExpressionUpdateNode Class

com.bea.wlw.netui.pageflow
ProcessPopulate.ExpressionUpdateNode Class

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.


Hierarchy
Object
  ProcessPopulate.ExpressionUpdateNode

Field Summary

public String
expression
String
public String
values
String
 

Method Summary

public String
toString()
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
   

Field Detail

expression

public String expression


values

public String values

 

Method Detail

toString() Method

public String toString()
Overrides
Object.toString()