com.atlassian.jira.servlet
Class DWRServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by uk.ltd.getahead.dwr.AbstractDWRServlet
              extended by uk.ltd.getahead.dwr.DWRServlet
                  extended by com.atlassian.jira.servlet.DWRServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class DWRServlet
extends uk.ltd.getahead.dwr.DWRServlet

See Also:
Serialized Form

Nested Class Summary
static class DWRServlet.EvilHttpRequest
           
 
Field Summary
protected  com.atlassian.plugin.PluginAccessor pluginAccessor
           
protected  java.lang.String urlPivot
           
 
Fields inherited from class uk.ltd.getahead.dwr.AbstractDWRServlet
builder, container, DEFAULT_DWR_XML, FILE_DWR_XML, INIT_CONFIG, INIT_LOGLEVEL, INIT_SKIP_DEFAULT, PACKAGE, processor
 
Constructor Summary
DWRServlet()
           
 
Method Summary
 void configure(javax.servlet.ServletConfig config, uk.ltd.getahead.dwr.Configuration configuration)
           
protected  void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
protected  void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
protected  java.io.InputStream getConfigInputStream(java.lang.String _configFile)
           
protected  java.lang.String getPivotParameterKey()
           
protected  java.lang.String getUrlPivot()
           
protected  javax.servlet.http.HttpServletRequest getWrappedRequest(javax.servlet.http.HttpServletRequest req)
           
protected  void readFile(java.lang.String configFile, uk.ltd.getahead.dwr.Configuration configuration)
           
protected  void setUrlPivot(java.lang.String urlPivot)
           
 
Methods inherited from class uk.ltd.getahead.dwr.DWRServlet
getContainer
 
Methods inherited from class uk.ltd.getahead.dwr.AbstractDWRServlet
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, 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
 

Field Detail

urlPivot

protected java.lang.String urlPivot

pluginAccessor

protected com.atlassian.plugin.PluginAccessor pluginAccessor
Constructor Detail

DWRServlet

public DWRServlet()
Method Detail

getPivotParameterKey

protected java.lang.String getPivotParameterKey()

configure

public void configure(javax.servlet.ServletConfig config,
                      uk.ltd.getahead.dwr.Configuration configuration)
               throws javax.servlet.ServletException
Overrides:
configure in class uk.ltd.getahead.dwr.DWRServlet
Throws:
javax.servlet.ServletException

getUrlPivot

protected java.lang.String getUrlPivot()

setUrlPivot

protected void setUrlPivot(java.lang.String urlPivot)

getWrappedRequest

protected javax.servlet.http.HttpServletRequest getWrappedRequest(javax.servlet.http.HttpServletRequest req)

doGet

protected void doGet(javax.servlet.http.HttpServletRequest req,
                     javax.servlet.http.HttpServletResponse resp)
              throws java.io.IOException,
                     javax.servlet.ServletException
Overrides:
doGet in class uk.ltd.getahead.dwr.AbstractDWRServlet
Throws:
java.io.IOException
javax.servlet.ServletException

doPost

protected void doPost(javax.servlet.http.HttpServletRequest req,
                      javax.servlet.http.HttpServletResponse resp)
               throws java.io.IOException,
                      javax.servlet.ServletException
Overrides:
doPost in class uk.ltd.getahead.dwr.AbstractDWRServlet
Throws:
java.io.IOException
javax.servlet.ServletException

readFile

protected void readFile(java.lang.String configFile,
                        uk.ltd.getahead.dwr.Configuration configuration)
                 throws javax.servlet.ServletException
Overrides:
readFile in class uk.ltd.getahead.dwr.AbstractDWRServlet
Throws:
javax.servlet.ServletException

getConfigInputStream

protected java.io.InputStream getConfigInputStream(java.lang.String _configFile)
                                            throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007-2008 Kaamelot Plugins. All Rights Reserved.