public class BreadcrumbsConfig
extends BasicContentItem
BreadcrumbsHandler
configuration model.Constructor and Description |
---|
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. |
public BreadcrumbsConfig()
BreadcrumbsConfig
with no specified type.#getType()
public BreadcrumbsConfig(String pType)
BreadcrumbsConfig
with the input argument set as the type.pType
- a value that will be used as the type#getType()
public BreadcrumbsConfig(ContentItem pContentItem)
BreadcrumbsConfig
and copies the configuration present
in the input ContentItem
.pContentItem
- the contents for this instanceCopyright © 2014, Oracle and/or its affiliates. All rights reserved.