ariba.ui.aribaweb.core
Class AWVisitor
java.lang.Object
ariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWVisitor
- All Implemented Interfaces:
- AWObject
public abstract class AWVisitor
- extends AWBaseObject
Abstract base class of visitor class used to perform some action or validation on
all nodes within a tree of AWVisitable's.
Sub-classes need to provide their own version of performAction which performs the
action or validation, and call super when it is ready to process the child nodes
of the current visitable node.
| Fields inherited from class ariba.ui.aribaweb.util.AWBaseObject |
AribaHashtableClass, AribaVectorClass, ClassClass, EmptyHashtable, EmptyMap, EmptyVector, False, IntegerClass, JavaHashtableClass, JavaMapClass, JavaVectorClass, LogHandling, NullObject, ObjectClass, StringClass, True, UndefinedObject, UndefinedString, UninitializedRealNumber |
AWVisitor
public AWVisitor()
performAction
public void performAction(AWVisitable visitable)
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.