atg.search.query.formhandlers
Interface KeyValueSplitter


public interface KeyValueSplitter

This interface is used by the decodeMapData for clients to provide a way to split the encoded key and value pairs.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 java.lang.String[] split(java.lang.String pKeyValuePair)
          Split the key and value pair and return them in a two element array.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

split

java.lang.String[] split(java.lang.String pKeyValuePair)
Split the key and value pair and return them in a two element array.

Parameters:
pKeyValuePair - an encoded key/vaue pair
Returns:
the key in index zero and value in index 1 or null to ignore this pair