com.atlassian.confluence.servlet
Class ConfluenceHttpServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.atlassian.confluence.servlet.ConfluenceHttpServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
LabelServlet, SimpleDisplayServlet, 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
protected  String getDecodedPathInfo(javax.servlet.http.HttpServletRequest httpServletRequest)
           
 
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()
Method Detail

getDecodedPathInfo

protected String getDecodedPathInfo(javax.servlet.http.HttpServletRequest httpServletRequest)


Confluence is developed by Atlassian.