|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectotie.component.PageComponent
| Field Summary | |
protected PageManager |
pMan
A PageManager object that can be used to access, e.g., a JDBCWrapper or a SessionManager. |
protected XMLFile |
xFile
A XMLFile that is used for writing the contents. |
| Constructor Summary | |
PageComponent()
An empty constructor to support all Java reflect API operations. |
|
| Method Summary | |
protected abstract void |
generateContent()
An abstract method for generating the content of a page. |
XMLFile |
getContent(PageManager pManager)
The main method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected XMLFile xFile
protected PageManager pMan
| Constructor Detail |
public PageComponent()
| Method Detail |
protected abstract void generateContent()
public XMLFile getContent(PageManager pManager)
pManager - PageManager
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||