public interface SearchResponseProcessor
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SearchResponse | 
processSearchResponse(SearchResponse pSearchResponse,
                     DynamoHttpServletRequest pDynamoRequest,
                     java.lang.Object pCallback)
perform operations on a search response after
 a search is performed. 
 | 
static final java.lang.String CLASS_VERSION
SearchResponse processSearchResponse(SearchResponse pSearchResponse, DynamoHttpServletRequest pDynamoRequest, java.lang.Object pCallback) throws atg.search.client.SearchClientException
pSearchResponse - the search response objectpDynamoRequest - the dynamo requestpCallback - the form handler component that called 
 this methodatg.search.client.SearchClientException