|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.configt.ConfigToolHTMLWriter
public class ConfigToolHTMLWriter
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
_log4j
Log4J logger |
protected ServletApp |
_parent
|
| Constructor Summary | |
|---|---|
ConfigToolHTMLWriter(ServletApp parent)
|
|
| Method Summary | |
|---|---|
void |
appendHelpSection(java.lang.StringBuffer pageHTML,
java.lang.String title,
java.lang.String name,
java.lang.String anchorName,
java.lang.StringBuffer synopsis,
java.lang.StringBuffer description)
|
java.lang.String |
getButtonBar(java.lang.String[] actionValues)
|
java.lang.String |
getForm(java.lang.String method,
java.lang.String action)
|
java.lang.String |
getInput(java.lang.String type,
java.lang.String name,
java.lang.String value)
|
void |
outEndPage(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
Generate page reminding users to reboot for changes to take effect. |
void |
outExit(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
Generate the main servlet page |
void |
outGeneric(java.lang.String pageID,
javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
Generate the Node Configuration main page |
void |
outHelp(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
Generate help page |
void |
outMain(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
Generate the main servlet page |
void |
outNodeSummary(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
Generate page summarizing node configuration options |
void |
outPage(java.lang.String pageID,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
void |
outPortMain(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
Generate the Port Configuration main page (port type selection) |
void |
outPortSummary(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
Generate page summarizing port configuration options |
void |
outService(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
Generate port service name selection page. |
void |
setParent(ServletApp parent)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.log4j.Logger _log4j
protected ServletApp _parent
| Constructor Detail |
|---|
public ConfigToolHTMLWriter(ServletApp parent)
| Method Detail |
|---|
public void setParent(ServletApp parent)
setParent in interface HTMLWriter
public void outPage(java.lang.String pageID,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
outPage in interface HTMLWriterjavax.servlet.ServletException
java.io.IOException
public java.lang.String getInput(java.lang.String type,
java.lang.String name,
java.lang.String value)
public java.lang.String getForm(java.lang.String method,
java.lang.String action)
public java.lang.String getButtonBar(java.lang.String[] actionValues)
public void outExit(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.ServletException
java.io.IOException
public void outMain(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.ServletException
java.io.IOException
public void outGeneric(java.lang.String pageID,
javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.ServletException
java.io.IOException
public void outPortMain(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.ServletException
java.io.IOException
public void outService(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.ServletException
java.io.IOException
public void outNodeSummary(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.ServletException
java.io.IOException
public void outPortSummary(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.ServletException
java.io.IOException
public void outEndPage(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.ServletException
java.io.IOException
public void appendHelpSection(java.lang.StringBuffer pageHTML,
java.lang.String title,
java.lang.String name,
java.lang.String anchorName,
java.lang.StringBuffer synopsis,
java.lang.StringBuffer description)
public void outHelp(javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpServletRequest req)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.ServletException
java.io.IOException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||