atg.search.query.formhandlers
Interface HashMapMapVisitor

All Known Implementing Classes:
XMLPreProcessorVisitor, XMLTagBuilderVisitor

public interface HashMapMapVisitor

An interface to be implemented by classes that traverse nested HashMapMaps.

See Also:
HashMapMap

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 void depart(java.lang.Object pKey, java.util.Map pMap)
          Called after a visit() to a map and any nested maps.
 boolean visit(java.lang.Object pKey, java.util.Map pMap)
          Visit a map in a nested map.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

visit

boolean visit(java.lang.Object pKey,
              java.util.Map pMap)
Visit a map in a nested map.

Parameters:
pKey - the key under which this map exists in the parent map or null if this is the root map.

depart

void depart(java.lang.Object pKey,
            java.util.Map pMap)
Called after a visit() to a map and any nested maps.

Parameters:
pKey - the key under which this map exists in the parent map or null if this is the root map.
pMap - the map