Class DWRServlet

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    @WebServlet(urlPatterns="/dwr/*",loadOnStartup=12,initParams={@WebInitParam(name="debug",value="false"),@WebInitParam(name="crossDomainSessionSecurity",value="false")})
    public class DWRServlet
    extends org.directwebremoting.servlet.DwrServlet
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.directwebremoting.servlet.DwrServlet

        log
    • Constructor Summary

      Constructors 
      Constructor Description
      DWRServlet()  
    • Method Summary

      • Methods inherited from class org.directwebremoting.servlet.DwrServlet

        destroy, doGet, doPost, getContainer, init, shutdown
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doHead, 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

      • DWRServlet

        public DWRServlet()