public interface ContentItemInitializer
ContentItem with configuration properties.| Modifier and Type | Method and Description |
|---|---|
ContentItem |
initialize(ContentItem contentItem)
Initialize the input
ContentItem. |
ContentItem initialize(ContentItem contentItem)
ContentItem. Implementations of this method can either
return the input instance, or they can return a new instance of ContentItem.
The primary use case for returning a new instance is to return a sub-classed version
of the input ContentItem with appropriate getters and setters.contentItem - The input ContentItemCopyright © 2015, Oracle and/or its affiliates. All rights reserved.