zeta.handler
Interface PostHandler
- All Known Implementing Classes:
- DataHandler, ResultHandler, SynchronizationHandler
- public interface PostHandler
Interface for handlers which support HTTP POST requests.
|
Method Summary |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Handles a POST request from a servlet. |
doPost
public void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
java.sql.SQLException,
java.io.IOException
- Handles a POST request from a servlet.
javax.servlet.ServletException
java.sql.SQLException
java.io.IOException
For further technical papers, see ZetaGrid Technical Documentation.
Copyright © 2001,2002 Sebastian Wedeniwski. All Rights Reserved.