|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrabbit.proxy.HtmlPage
public class HtmlPage
This class is intended to be used as a template for metapages. It provides methods to get different part of the HTML-page so we can get a consistent interface.
| Method Summary | |
|---|---|
static String |
getPageHeader()
return a simple HTMLheader. |
static String |
getPageHeader(Connection con,
String title)
return a HTMLheader. |
static SProperties |
getProperties()
return the properties this class uses |
static String |
getTableHeader(int width,
int border)
return a table header with given width (int %) and given borderwidth. |
static String |
getTableTopicRow()
return a tabletopic row |
static SProperties |
setup()
setup this class for usage |
static SProperties |
setup(SProperties props)
setup this class for usage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getPageHeader()
public static String getPageHeader(Connection con,
String title)
title - the title of this page.
public static String getTableHeader(int width,
int border)
width - the width of the tableborder - the width of the border in pixelspublic static String getTableTopicRow()
public static SProperties setup()
public static SProperties setup(SProperties props)
props - the properties to read frompublic static SProperties getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||