Class BaseServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.bgerp.app.servlet.BaseServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
GetUpdatedAddressObjects

public class BaseServlet extends javax.servlet.http.HttpServlet
See Also:
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    protected final org.apache.log4j.Logger
     
    protected Setup
     
  • Constructor Summary Link icon

    Constructors
    Modifier
    Constructor
    Description
    protected
    BaseServlet(Class<?> clazz)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    protected void
    putDocumentToResponse(javax.servlet.http.HttpServletResponse response, Document document)
     

    Methods inherited from class javax.servlet.http.HttpServlet Link icon

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service

    Methods inherited from class javax.servlet.GenericServlet Link icon

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait