Class AbstractContributionRenderer<T extends ContributionContent>
- java.lang.Object
-
- org.silverpeas.core.contribution.content.renderer.AbstractContributionRenderer<T>
-
- All Implemented Interfaces:
Serializable
,ContributionContentRenderer
- Direct Known Subclasses:
WysiwygContentRenderer
public abstract class AbstractContributionRenderer<T extends ContributionContent> extends Object implements ContributionContentRenderer
All implementations MUST extend this abstraction in order to be provided automatically byContributionContentRendererProvider
.- Author:
- silveryocha
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractContributionRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected T
getContent()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.contribution.content.renderer.ContributionContentRenderer
renderEdition, renderView, renderView
-
-
-
-
Method Detail
-
getContent
protected T getContent()
-
-