|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opengts.war.tools.HTMLOutput
public class HTMLOutput
| Field Summary | |
|---|---|
static HTMLOutput |
NOOP
|
| Constructor Summary | |
|---|---|
HTMLOutput()
Constructor |
|
HTMLOutput(java.lang.String[] cssClassNames,
java.lang.String tableMessage)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getCellClass()
Returns the CSS class for the table cell element (TD) |
java.lang.String |
getTableClass()
Returns the CSS class for the table element |
java.lang.String |
getTableMessage()
Returns the table message |
void |
write(javax.servlet.jsp.JspWriter out)
Writes data to the specified JspWriter. |
void |
write(java.io.PrintWriter out)
Writes data to the specified PrintWriter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final HTMLOutput NOOP
| Constructor Detail |
|---|
public HTMLOutput()
public HTMLOutput(java.lang.String[] cssClassNames,
java.lang.String tableMessage)
cssClassNames - The default table/cell css class namestableMessage - The table message to display| Method Detail |
|---|
public java.lang.String getTableClass()
public java.lang.String getCellClass()
public java.lang.String getTableMessage()
public void write(java.io.PrintWriter out)
throws java.io.IOException
out - The PrintWriter
java.io.IOException
public void write(javax.servlet.jsp.JspWriter out)
throws java.io.IOException
out - The JspWriter
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||