public class SetResultsSearchComponent extends Object implements SearchComponent
DISABLE_DEFAULT_SAX_PARAMETER_NAME, MAX_PRIORITY, MIN_PRIORITY, SEARCH_PRIORITY| Constructor and Description | 
|---|
SetResultsSearchComponent()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(SearchComponentArguments args)
Executes the component. 
 | 
int | 
priority()
Get the priority of the component. 
 | 
boolean | 
supports(SearchComponentArguments args)
Returns  
true if the component must be executed. | 
public SetResultsSearchComponent()
public int priority()
SearchComponentpriority in interface SearchComponentpublic boolean supports(SearchComponentArguments args)
SearchComponenttrue if the component must be executed.supports in interface SearchComponentargs - the argumentstrue if the component must be executed.public void execute(SearchComponentArguments args) throws Exception
SearchComponentexecute in interface SearchComponentargs - the argumentsException - if an exception occurs. Other search components will be attempted to be executed