|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.sandev.tools.ConfigEditor.XHTMLConfigEditorServlet
public class XHTMLConfigEditorServlet
An XHTML servlet UI for editing the deployment configuration.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
source: declared in build
generator: org.sandev.generator.ConfigEditorGenerator
time: Jul 31, 2008 4:34:17 PM
See the
ConfigurationStruct for details on what information comprises an
application deployment.
| Field Summary | |
|---|---|
protected static XHTMLFormEditor |
singleton_editor
Singleton XHTMLFormEditor reference. |
| Constructor Summary | |
|---|---|
XHTMLConfigEditorServlet()
|
|
| Method Summary | |
|---|---|
protected void |
createFormEditor()
This method initializes our XHTMLFormEditor instance. |
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Pass HTTP 'GET' request over to handleRequest method. |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Pass HTTP 'POST' request over to handleRequest method. |
protected XHTMLFormEditor |
getXHTMLFormEditor()
Initializing accessor for the XHTMLFormEditor we use. |
protected void |
handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Use our XHTMLFormEditor to process the request. |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static XHTMLFormEditor singleton_editor
| Constructor Detail |
|---|
public XHTMLConfigEditorServlet()
| Method Detail |
|---|
public void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
doGet in class javax.servlet.http.HttpServlet
public void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
doPost in class javax.servlet.http.HttpServlet
protected void handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
protected XHTMLFormEditor getXHTMLFormEditor()
protected void createFormEditor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||