![]() |
QED Administrator Console |
Inheritance diagram for com.quadcap.app.qed.XmlDumpServlet:

Definition at line 66 of file XmlDumpServlet.java.
Public Member Functions | |
| void | init (ServletConfig config) throws ServletException |
| Initialize this servlet. | |
Protected Member Functions | |
| void | service (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException |
| Handle an incoming request. | |
|
|
Initialize this servlet.
Definition at line 74 of file XmlDumpServlet.java. References com.quadcap.app.qed.XmlDumpServlet.init(). Referenced by com.quadcap.app.qed.XmlDumpServlet.init(). |
|
||||||||||||
|
Handle an incoming request.
Definition at line 89 of file XmlDumpServlet.java. References com.quadcap.app.qed.AdminSession.getConnection(), and com.quadcap.app.qed.XmlDumpServlet.service(). Referenced by com.quadcap.app.qed.XmlDumpServlet.service(). |