public class ResultsListHandler
extends com.endeca.infront.cartridge.ResultsListHandler
An overridden ResultsListHandler with an additional sorters property. The
sorters property is an array of type
com.endeca.infront.cartridge.model.SortOptionConfig
. The
property to perform a sort according to is set on the
SortOptionConfig
. When the sorters property is set, the
sortOptions property is set to the components in the sorters array.
This extension is necessary as Nucleus does not support lists of components, where as the Assembler API requires it.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
Constructor and Description |
---|
ResultsListHandler() |
Modifier and Type | Method and Description |
---|---|
SortOptionConfig[] |
getSorters() |
void |
setSorters(SortOptionConfig[] pSorters)
Sets sortOptions and sorters to the components referenced in pSorters.
|