|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyValue | |
---|---|
org.hippoecm.hst.content.beans.query | The org.hippoecm.hst.content.beans.query package defines the API for the HST Content Beans Query |
org.hippoecm.hst.content.beans.standard.facetnavigation | |
org.hippoecm.hst.core.component | The org.hippoecm.hst.core.component package defines the API for the HST Core Component |
org.hippoecm.hst.core.container | The org.hippoecm.hst.core.container package defines the API for the HST Core Container |
org.hippoecm.hst.util | The org.hippoecm.hst.content.util package defines the API for the HST Util |
Uses of KeyValue in org.hippoecm.hst.content.beans.query |
---|
Classes in org.hippoecm.hst.content.beans.query that implement KeyValue | |
---|---|
protected static class |
HstCtxWhereClauseComputerImpl.Mapper
|
Constructor parameters in org.hippoecm.hst.content.beans.query with type arguments of type KeyValue | |
---|---|
HstVirtualizerImpl(Set<KeyValue<String,String>> pathMappers)
|
Uses of KeyValue in org.hippoecm.hst.content.beans.standard.facetnavigation |
---|
Methods in org.hippoecm.hst.content.beans.standard.facetnavigation that return KeyValue | |
---|---|
KeyValue<String,String> |
HippoFacetSubNavigation.getFacetValueCombi()
|
Uses of KeyValue in org.hippoecm.hst.core.component |
---|
Fields in org.hippoecm.hst.core.component with type parameters of type KeyValue | |
---|---|
protected List<KeyValue<String,Element>> |
AbstractHstResponseState.headElements
|
Uses of KeyValue in org.hippoecm.hst.core.container |
---|
Fields in org.hippoecm.hst.core.container with type parameters of type KeyValue | |
---|---|
protected List<KeyValue<HstComponentInfo,Collection<HstComponentException>>> |
DefaultPageErrors.componentExceptions
|
Method parameters in org.hippoecm.hst.core.container with type arguments of type KeyValue | |
---|---|
void |
GenericResponseHeadersValve.setAddableHeaders(List<KeyValue<String,Object>> addableHeaders)
|
void |
GenericResponseHeadersValve.setSettableHeaders(List<KeyValue<String,Object>> settableHeaders)
|
Constructor parameters in org.hippoecm.hst.core.container with type arguments of type KeyValue | |
---|---|
DefaultPageErrors(List<KeyValue<HstComponentInfo,Collection<HstComponentException>>> componentExceptions)
|
Uses of KeyValue in org.hippoecm.hst.util |
---|
Classes in org.hippoecm.hst.util that implement KeyValue | |
---|---|
class |
DefaultKeyValue<K,V>
An implementation of KeyValue to provide a simple key value pair. |
Constructors in org.hippoecm.hst.util with parameters of type KeyValue | |
---|---|
DefaultKeyValue(KeyValue<K,V> pair)
Constructs a new pair from the specified KeyValue . |
|
DefaultKeyValue(KeyValue<K,V> pair,
boolean compareByKeyOnly)
Constructs a new pair from the specified KeyValue . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |