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.IdentifiableThe view of a blog.- Author:
- Fabrizio Giudici
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTitle(java.lang.String title)Sets the title of this view.
-