Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.voytechs.example.desktop
Class DesktopServlet  view DesktopServlet download DesktopServlet.java

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.voytechs.html.application.ToolServlet
              extended bycom.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