zeta.handler
Interface GetHandler
- All Known Implementing Classes:
- AbstractHandler, ApproveHandler, DataHandler, GetClientHandler, RequestWorkUnitHandler, SynchronizationHandler
- public interface GetHandler
Interface for handlers which support HTTP GET requests.
|
Method Summary |
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Handles a GET request from a servlet. |
doGet
public void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
java.sql.SQLException,
java.io.IOException
- Handles a GET 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.