![]() |
Quadcap Image Database |
Inheritance diagram for com.quadcap.app.dbimage.DbImageController:

All incoming requests get dispatched from here to an Action instance.
Definition at line 56 of file DbImageController.java.
Public Member Functions | |
| void | init (ServletConfig config) throws ServletException |
| void | doPost (HttpServletRequest request, HttpServletResponse response) throws ServletException |
| void | doGet (HttpServletRequest request, HttpServletResponse response) throws ServletException |
Package Functions | |
| Action | getAction (HttpServletRequest request) throws Exception |
Static Package Functions | |
| [static initializer] | |
Package Attributes | |
| HashMap | actions = new HashMap() |
Static Package Attributes | |
| HashMap | actionClasses = new HashMap() |
|
|
|
|
||||||||||||
|
Definition at line 76 of file DbImageController.java. References com.quadcap.app.dbimage.DbImageController.doGet(), com.quadcap.app.dbimage.DbImageController.getAction(), and com.quadcap.app.dbimage.Action.service(). Referenced by com.quadcap.app.dbimage.DbImageController.doGet(), and com.quadcap.app.dbimage.DbImageController.doPost(). |
|
||||||||||||
|
Definition at line 69 of file DbImageController.java. References com.quadcap.app.dbimage.DbImageController.doGet(), and com.quadcap.app.dbimage.DbImageController.doPost(). Referenced by com.quadcap.app.dbimage.DbImageController.doPost(). |
|
|
|
Definition at line 64 of file DbImageController.java. References com.quadcap.app.dbimage.DbImageController.init(). Referenced by com.quadcap.app.dbimage.DbImageController.init(). |
|
|
Definition at line 59 of file DbImageController.java. Referenced by com.quadcap.app.dbimage.DbImageController.getAction(). |
|
|
Definition at line 57 of file DbImageController.java. Referenced by com.quadcap.app.dbimage.DbImageController.getAction(). |