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