com.endeca.infront.cartridge
Class BreadcrumbsConfig
java.lang.Object
   java.util.AbstractMap<K,V>
java.util.AbstractMap<K,V>
       java.util.HashMap<String,Object>
java.util.HashMap<String,Object>
           com.endeca.infront.assembler.BasicContentItem
com.endeca.infront.assembler.BasicContentItem
               com.endeca.infront.cartridge.BreadcrumbsConfig
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 classes/interfaces inherited from interface java.util.Map | 
| Map.Entry<K,V> | 
 
 
 
 
| Methods inherited from class java.util.HashMap | 
| clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values | 
 
 
 
| Methods inherited from interface java.util.Map | 
| clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values | 
 
BreadcrumbsConfig
public BreadcrumbsConfig()
- Creates a BreadcrumbsConfigwith no specified type.
 
- See Also:
- BasicContentItem.getType()
 
BreadcrumbsConfig
public BreadcrumbsConfig(String pType)
- Creates a BreadcrumbsConfigwith 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 BreadcrumbsConfigand copies the configuration present
 in the inputContentItem.
 
- Parameters:
- pContentItem- the contents for this instance
 
Copyright © 2012, Oracle and/or its affiliates. All rights reserved.