uk.ltd.getahead.dwr
Class AbstractDWRServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byuk.ltd.getahead.dwr.AbstractDWRServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
DWRServlet

public abstract class AbstractDWRServlet
extends javax.servlet.http.HttpServlet

This is abstract servlet that all DWR servlets should extend.

There are 5 things to do, in the order that you come across them:

Each subclass should override the two abstract methods:

Author:
Joe Walker [joe at getahead dot ltd dot uk], Bram Smeets
See Also:
Serialized Form

Field Summary
static java.lang.String PACKAGE
          The package name because people need to load resources in this package.
 
Constructor Summary
AbstractDWRServlet()
           
 
Method Summary
 void init(javax.servlet.ServletConfig config)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PACKAGE

public static final java.lang.String PACKAGE
The package name because people need to load resources in this package.

See Also:
Constant Field Values
Constructor Detail

AbstractDWRServlet

public AbstractDWRServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

Copyright ? 2005