Class and Description |
---|
com.endeca.infront.cartridge.StatsPageCartridgeHandler
As of release 11.0.
An implementation of CartridgeHandler that provides content for the
performance stats page. |
Field and Description |
---|
com.endeca.infront.cartridge.RefinementMenuRequestParamMarshaller.SHOW_MORE
As of release 3.1.1, replaced by
RefinementMenuRequestParamMarshaller.NAV_REFINEMENT_MENU_CONFIG . Name of request parameter that sets the list of Dimension IDs for which ALL dimension values will be shown. The value can be pipe delimited to expand multiple refinement menus. e.g. /N-83092?showMoreIds=10021|1000482 |
com.endeca.infront.cartridge.NavigationContainerRequestParamMarshaller.SHOW_MORE
As of release 3.1.1, replaced by
NavigationContainerRequestParamMarshaller.NAV_REFINEMENT_MENU_CONFIG . Name of request parameter that sets the list of Dimension IDs for which ALL dimension values will be shown. The value can be pipe delimited to expand multiple refinement menus. e.g. /N-83092?showMoreIds=10021|1000482 |
Method and Description |
---|
com.endeca.infront.cartridge.ResultsListConfig.getRelRank()
use
ResultsListConfig.getRelRankStrategy() instead. |
com.endeca.infront.cartridge.DimensionSearchResultsConfig.getRelRank()
use
DimensionSearchResultsConfig.getRelRankStrategy() instead. |
com.endeca.infront.cartridge.NavigationContainerConfig.getShowMoreIds()
As of release 3.1.1, replaced by
NavigationContainerConfig.getRefinementsShown() . Returns dimension IDs for which 'More' refinement expansion should happen. |
com.endeca.infront.cartridge.RefinementMenuConfig.getUseShowMoreIdsParam()
As of release 3.1.1.
Returns true if the show more and less actions should use the deprecated showMoreIds parameter.
The default value of this property is true.
|
com.endeca.infront.cartridge.NavigationContainerConfig.getUseShowMoreIdsParam()
As of release 3.1.1.
Returns true if the show more and less actions should use the deprecated showMoreIds parameter.
The default value of this property is true.
|
com.endeca.infront.cartridge.RefinementMenuConfig.isShowMore()
As of release 3.1.1, replaced by
RefinementMenuConfig.getRefinementsShown() . When this value is false, the number of menu items generated is limited by numRefinements, and a more link will be generated. This value is intended to be overridden by request parameters when a "true" value is required in the link generation for the link generated when showMoreLink is "true". The default value for this property is false . |
com.endeca.infront.cartridge.StatsPageCartridgeHandler.process(ContentItem)
As of release 11.0.
If a StatsPageTimeEventSerializer has been set, stores performance
information in the supplied ContentItem . |
com.endeca.infront.cartridge.ResultsListConfig.setRelRank(String)
use
ResultsListConfig.setRelRankStrategy(String) instead. |
com.endeca.infront.cartridge.DimensionSearchResultsConfig.setRelRank(String) |
com.endeca.infront.cartridge.RefinementMenuConfig.setShowMore(boolean)
As of release 3.1.1, replaced by
RefinementMenuConfig.getRefinementsShown() . Sets whether to "show more" refinements. When this value is false, the number of menu items generated is limited by numRefinements, and a more link will be generated. This value is intended to be overridden by request parameters when a "true" value is required in the link generation for the link generated when showMoreLink is "true". |
com.endeca.infront.cartridge.NavigationContainerConfig.setShowMoreIds(List As of release 3.1.1, replaced by
NavigationContainerConfig.getRefinementsShown() . Sets dimension IDs for which 'More' refinement expansion should happen. |
com.endeca.infront.cartridge.StatsPageCartridgeHandler.setStatsPageSerializer(StatsPageTimeEventSerializer)
As of release 11.0.
Sets the serializer used to store performance information. |
com.endeca.infront.cartridge.RefinementMenuConfig.setUseShowMoreIdsParam(boolean)
As of release 3.1.1.
Sets whether the deprecated showMoreIds or the navigation
refinement menu config parameter should be used. If false, the showMoreIds
will be ignored and the expand and collapse action will appear in the
RefinementMenu . |
com.endeca.infront.cartridge.NavigationContainerConfig.setUseShowMoreIdsParam(boolean)
As of release 3.1.1.
Sets whether the deprecated showMoreIds or the navigation
refinement menu config parameter should be used. If false, the showMoreIds
will be ignored and the expand and collapse action will appear in the
RefinementMenu . |
Constructor and Description |
---|
com.endeca.infront.navigation.model.FilterState(List use the empty constructor
FilterState.FilterState() and the requisite setter methods instead. |
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.