|
|||||||||
| 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.UIEditor.XHTMLUIEditorServlet
public class XHTMLUIEditorServlet
An XHTML servlet UI for editing a SandUI. See the
SandUIStruct for details on what information comprises a SAND UI.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
source: declared in build
generator: org.sandev.generator.UIEditorGenerator
time: Jul 31, 2008 4:34:17 PM
The SandUI instance being edited is read and saved to the file specified in the "SandUIFile" parameter.
| Field Summary | |
|---|---|
static java.lang.String |
SANDUIFILE
The name of the parameter specifying the file name for the saved UI information. |
static java.lang.String |
SANDUIPROJ
The name of the parameter specifying the source application project. |
protected static XHTMLFormEditor |
singleton_editor
Singleton XHTMLFormEditor reference. |
| Constructor Summary | |
|---|---|
XHTMLUIEditorServlet()
|
|
| Method Summary | |
|---|---|
protected void |
createFormEditor(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
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 void |
failout(java.lang.String text,
javax.servlet.http.HttpServletResponse res)
Die with the appropriate message |
protected XHTMLFormEditor |
getXHTMLFormEditor(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
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 |
|---|
public static final java.lang.String SANDUIPROJ
public static final java.lang.String SANDUIFILE
protected static XHTMLFormEditor singleton_editor
| Constructor Detail |
|---|
public XHTMLUIEditorServlet()
| 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 void failout(java.lang.String text,
javax.servlet.http.HttpServletResponse res)
protected XHTMLFormEditor getXHTMLFormEditor(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
protected void createFormEditor(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||