|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
com.endeca.infront.assembler.BasicContentItem
com.endeca.infront.cartridge.NavigationContainerConfig
public class NavigationContainerConfig
NavigationContainerHandler
configuration model.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Constructor Summary | |
---|---|
NavigationContainerConfig()
Creates a NavigationContainerConfig with the following default setting: whyPrecedenceRuleFired = false |
|
NavigationContainerConfig(String pType)
Creates a NavigationContainerConfig with the specified type and the following default setting: whyPrecedenceRuleFired = false |
Method Summary | |
---|---|
String |
getLessLinkText()
Returns display text for 'less' links. |
String |
getMoreLinkText()
Returns display text for 'more' links. |
List<String> |
getShowMoreIds()
Returns dimension IDs for which 'More' refinement expansion should happen. |
boolean |
isWhyPrecedenceRuleFired()
When true, enables the reporting of 'why precedence rule fired' debug information. |
void |
setLessLinkText(String lessLinkText)
Sets display text for 'less' links. |
void |
setMoreLinkText(String moreLinkText)
Sets display text for 'more' links. |
void |
setShowMoreIds(List<String> showMore)
Sets dimension IDs for which 'More' refinement expansion should happen. |
void |
setWhyPrecedenceRuleFired(boolean whyPrecedenceRuleFired)
Sets if 'why precedence rule fired' debug information should be enabled. |
Methods inherited from class com.endeca.infront.assembler.BasicContentItem |
---|
getBooleanProperty, getIntProperty, getLongProperty, getType, getTypedProperty |
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Constructor Detail |
---|
public NavigationContainerConfig()
public NavigationContainerConfig(String pType)
Method Detail |
---|
public List<String> getShowMoreIds()
public void setShowMoreIds(List<String> showMore)
showMore
- dimension IDs for 'More' refinement expansion, may be null.public boolean isWhyPrecedenceRuleFired()
false
.
Note: in order for debugging information to be returned, debugging must be enabled on
NavigationRequest
. To accomplish
this, specify debugEnabled=true
when instantiating
MdexRequestBroker
.
setWhyPrecedenceRuleFired(boolean)
,
MdexRequestBroker
public void setWhyPrecedenceRuleFired(boolean whyPrecedenceRuleFired)
false
.
Note: in order for debugging information to be returned, debugging must be enabled on
NavigationRequest
. To accomplish
this, specify debugEnabled=true
when instantiating
MdexRequestBroker
.
whyPrecedenceRuleFired
- true to enable 'why precedence rule fired' debug infoisWhyPrecedenceRuleFired()
,
NavigationContainerRequestParamMarshaller
,
MdexRequestBroker
public String getMoreLinkText()
public void setMoreLinkText(String moreLinkText)
moreLinkText
- display text for 'more' links.public String getLessLinkText()
public void setLessLinkText(String lessLinkText)
lessLinkText
- display text for 'less' links.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |