lazyj.page
Interface Page

All Known Subinterfaces:
TemplatePage
All Known Implementing Classes:
BasePage, ModulePage, Select

public interface Page

Very simplistic definition of a page. It is something that returns a bit of content.

Since:
Nov 26, 2007 (1.0.4)
Author:
costing

Method Summary
 java.lang.StringBuilder getContents()
          Get the (dynamic) content.
 

Method Detail

getContents

java.lang.StringBuilder getContents()
Get the (dynamic) content.

Returns:
content