Package | Description |
---|---|
com.endeca.infront.cartridge |
Contains the built-in Assembler cartridge handlers and their
configuration classes.
|
Modifier and Type | Method and Description |
---|---|
protected DimensionSearchResultsConfig |
DimensionSearchResultsHandler.wrapConfig(ContentItem pContentItem) |
Modifier and Type | Method and Description |
---|---|
void |
DimensionSearchResultsHandler.preprocess(DimensionSearchResultsConfig cartridgeConfig)
Creates a dimension search query if
isEnabled()
returns true. |
DimensionSearchResults |
DimensionSearchResultsHandler.process(DimensionSearchResultsConfig cartridgeConfig)
Returns a DimensionSearchResults if
isEnabled() is true,
and there is at least 1 search term in the NavigationState
else returns null. |
Constructor and Description |
---|
DimensionSearchResults(DimensionSearchResultsConfig pConfig)
Creates the
DimensionSearchResults output model, using the
type and data present in the input DimensionSearchResultsConfig . |
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.