|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentItemInitializer
An interface for initializing a ContentItem with configuration properties.
| Method Summary | |
|---|---|
ContentItem |
initialize(ContentItem contentItem)
Initialize the input ContentItem. |
| Method Detail |
|---|
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 ContentItem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||