com.jxml.qare.qhome.login
Class QServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--com.jxml.qare.qhome.server.QHome
                    |
                    +--com.jxml.qare.qhome.login.QServlet
All Implemented Interfaces:
QAppPlugin, Serializable, Servlet, ServletConfig

public class QServlet
extends QHome

See Also:
Serialized Form

Fields inherited from class com.jxml.qare.qhome.server.QHome
mailSender
 
Constructor Summary
QServlet()
           
 
Method Summary
 String warFileName()
           
 
Methods inherited from class com.jxml.qare.qhome.server.QHome
accountSetup, destroy, doGet, doOtherPost, doPost, error, getApplication, getApplication, getClassLoader, getPlugin, init, packageName, process, validLogin
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, 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

QServlet

public QServlet()
Method Detail

warFileName

public String warFileName()