|
|||||||||
| Home >> All >> com >> voytechs >> example >> [ desktop overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.voytechs.example.desktop
Class DesktopServlet

java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.voytechs.html.application.ToolServlet
com.voytechs.example.desktop.DesktopServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class DesktopServlet
- extends com.voytechs.html.application.ToolServlet
| Field Summary |
| Fields inherited from class com.voytechs.html.application.ToolServlet |
|
| Fields inherited from class javax.servlet.http.HttpServlet |
|
| Fields inherited from class javax.servlet.GenericServlet |
|
| Constructor Summary | |
DesktopServlet()
|
|
| Method Summary | |
com.voytechs.html.component.Panel |
createSessionPanel()
When a new HttpSession and a ServletFrame are created by the servlet , this method is called create an application specific Http Panel object for managing the Http GUI for this user session. |
static void |
main(java.lang.String[] args)
Test function for DesktopServlet |
| Methods inherited from class com.voytechs.html.application.ToolServlet |
doGet, doPost, getName, getPath, getServletConfig, getToolServlets, init |
| 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, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
DesktopServlet
public DesktopServlet()
| Method Detail |
createSessionPanel
public com.voytechs.html.component.Panel createSessionPanel() throws com.voytechs.html.event.EventException
- When a new HttpSession and a ServletFrame are created by the servlet , this method is called
create an application specific Http Panel object for managing the Http GUI for this
user session.
main
public static void main(java.lang.String[] args)
- Test function for DesktopServlet
|
|||||||||
| Home >> All >> com >> voytechs >> example >> [ desktop overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC