com.atlassian.confluence.servlet
Class ConfluenceHttpServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.atlassian.confluence.servlet.ConfluenceHttpServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
LabelServlet, TinyUrlServlet

public class ConfluenceHttpServlet
extends javax.servlet.http.HttpServlet

Author:
Armond Avanes (armond555@yahoo.com)
See Also:
Serialized Form

Field Summary
protected  org.apache.log4j.Category log
           
 
Constructor Summary
ConfluenceHttpServlet()
           
 
Method Summary
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, 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

log

protected final org.apache.log4j.Category log
Constructor Detail

ConfluenceHttpServlet

public ConfluenceHttpServlet()


Copyright © 2003-2013 Atlassian. All Rights Reserved.