org.tranche.annotation.struts.action
Class addOtherConceptAction

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

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

Author:
schang

Constructor Summary
addOtherConceptAction()
           
 
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

addOtherConceptAction

public addOtherConceptAction()
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.