org.tranche.annotation.struts.action
Class addCVAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.tranche.annotation.struts.action.addCVAction

public class addCVAction
extends org.apache.struts.action.Action

A Action for addCV form.

Author:
Shelly Chang - hlchang.shelly@gmail.com

Constructor Summary
addCVAction()
           
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
          This is the action called from the Struts framework.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

addCVAction

public addCVAction()
Method Detail

execute

public ActionForward execute(ActionMapping mapping,
                             ActionForm form,
                             HttpServletRequest request,
                             HttpServletResponse response)
                      throws java.lang.Exception
This is the action called from the Struts framework.

Parameters:
mapping - The ActionMapping used to select this instance.
form - The optional ActionForm bean for this request.
request - The HTTP Request we are processing.
response - The HTTP Response we are processing.
Returns:
Throws:
java.lang.Exception


This code is free for use both commercially and non-commercially as stated in the project's license.