Interface BlogView
-
- All Superinterfaces:
it.tidalwave.role.Identifiable
- All Known Subinterfaces:
RssFeedView
- All Known Implementing Classes:
HtmlTemplateBlogView
,HtmlTemplateRssFeedView
public interface BlogView extends it.tidalwave.role.Identifiable
The view of a blog.- Author:
- Fabrizio Giudici
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setTitle(java.lang.String title)
Sets the title of this view.
-