Interface ContentHolder<C>
- Type Parameters:
C- the type of the content of aContentHolder
- All Known Subinterfaces:
FluentMutableContentHolder<H,C>, MutableContentHolder<C>
-
Method Summary
-
Method Details
-
getStoredContent
C getStoredContent()- Returns:
- the content of the current
ContentHolder
-