com.endeca.infront.cartridge
Class BreadcrumbsConfig

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by com.endeca.infront.assembler.BasicContentItem
              extended by com.endeca.infront.cartridge.BreadcrumbsConfig
All Implemented Interfaces:
ContentItem, Serializable, Cloneable, Map<String,Object>

public class BreadcrumbsConfig
extends BasicContentItem

BreadcrumbsHandler configuration model.

See Also:
Serialized Form

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
BreadcrumbsConfig()
          Creates a BreadcrumbsConfig with no specified type.
BreadcrumbsConfig(ContentItem pContentItem)
          Creates a BreadcrumbsConfig and copies the configuration present in the input ContentItem.
BreadcrumbsConfig(String pType)
          Creates a BreadcrumbsConfig with the input argument set as the type.
 
Method Summary
 
Methods inherited from class com.endeca.infront.assembler.BasicContentItem
getBooleanProperty, getIntProperty, getLongProperty, getType, getTypedProperty, setType
 
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

BreadcrumbsConfig

public BreadcrumbsConfig()
Creates a BreadcrumbsConfig with no specified type.

See Also:
BasicContentItem.getType()

BreadcrumbsConfig

public BreadcrumbsConfig(String pType)
Creates a BreadcrumbsConfig with the input argument set as the type.

Parameters:
pType - a value that will be used as the type
See Also:
BasicContentItem.getType()

BreadcrumbsConfig

public BreadcrumbsConfig(ContentItem pContentItem)
Creates a BreadcrumbsConfig and copies the configuration present in the input ContentItem.

Parameters:
pContentItem - the contents for this instance


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.