Quadcap Image Database

com.quadcap.app.dbimage.Action Interface Reference

Inheritance diagram for com.quadcap.app.dbimage.Action:

com.quadcap.app.dbimage.ActionLoad List of all members.

Detailed Description

Interface which specifies the responsibilities of an 'action', which is some unit of application logic.

Author:
Stan Bailes

Definition at line 53 of file Action.java.

Public Member Functions

void init (ServletConfig config)
void service (HttpServletRequest request, HttpServletResponse response) throws Exception


Member Function Documentation

void com.quadcap.app.dbimage.Action.init ServletConfig  config  ) 
 

Implemented in com.quadcap.app.dbimage.ActionLoad.

Referenced by com.quadcap.app.dbimage.DbImageController.getAction().

void com.quadcap.app.dbimage.Action.service HttpServletRequest  request,
HttpServletResponse  response
throws Exception
 

Implemented in com.quadcap.app.dbimage.ActionLoad.

Referenced by com.quadcap.app.dbimage.DbImageController.doGet().