JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Methods
Modifier and Type
Method and Description
java.lang.StringBuilder
getContents
()
Get the (dynamic) content.
Method Detail
getContents
java.lang.StringBuilder getContents()
Get the (dynamic) content.
Returns:
content
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method