org.polliwog.webapp
Class ViewLog
java.lang.Object
   HttpServlet
HttpServlet
       org.polliwog.webapp.ViewLog
org.polliwog.webapp.ViewLog
- public class ViewLog 
- extends HttpServlet
| Field Summary | 
| static java.lang.String | NO_EVENTS
 | 
| static java.lang.String | PAGE
 | 
| static java.lang.String | ROW
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PAGE
public static final java.lang.String PAGE
- See Also:
- Constant Field Values
ROW
public static final java.lang.String ROW
- See Also:
- Constant Field Values
NO_EVENTS
public static final java.lang.String NO_EVENTS
- See Also:
- Constant Field Values
ViewLog
public ViewLog()
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.
  Copyright © 2007 Gary Bentley. All Rights Reserved.