FileDocCategorySizeDatePackage
Action.javaAPI DocExample761Thu Jun 28 16:14:16 BST 2001com.ora.jsp.servlets

Action

public interface Action
This interface must be implemented by all Action objects used to process requests in the Project Billboard application.
author
Hans Bergsten, Gefion software
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public voidperform(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Perform the action implemented by the class. This method gives access to exectly the same information as a servlet has access to, since in a way, an Action is just an extension of a servlet.