org.polliwog.webapp
Class Config

java.lang.Object
  extended by HttpServlet
      extended by org.polliwog.webapp.Config

public class Config
extends HttpServlet


Field Summary
static java.lang.String DONE
           
static java.lang.String OPTION_TAG
           
static java.lang.String PAGE
           
static java.lang.String TAG
           
 
Constructor Summary
Config()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
          Process the request.
 void doPost(HttpServletRequest request, HttpServletResponse response)
          Process the request, we just call: doGet(HttpServletRequest,HttpServletResponse).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGE

public static final java.lang.String PAGE
See Also:
Constant Field Values

DONE

public static final java.lang.String DONE
See Also:
Constant Field Values

OPTION_TAG

public static final java.lang.String OPTION_TAG
See Also:
Constant Field Values

TAG

public static final java.lang.String TAG
See Also:
Constant Field Values
Constructor Detail

Config

public Config()
Method Detail

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws java.io.IOException
Process the request, we just call: doGet(HttpServletRequest,HttpServletResponse).

Parameters:
request - The request object.
response - The response object.
Throws:
java.io.IOException - If we can't output the response.

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws java.io.IOException
Process the request.

Parameters:
request - The request object.
response - The response object.
Throws:
java.io.IOException - If we can't output the response.


  Copyright © 2007 Gary Bentley. All Rights Reserved.