com.josesandoval.demo.web.action
Class DemoAction

java.lang.Object
  extended by DispatchAction
      extended by com.josesandoval.demo.web.action.DemoAction

public class DemoAction
extends DispatchAction

MyEclipse Struts Creation date: 04-03-2005 XDoclet definition:


Constructor Summary
DemoAction()
           
 
Method Summary
 ActionForward create(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
          Create.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoAction

public DemoAction()
Method Detail

create

public ActionForward create(ActionMapping mapping,
                            ActionForm form,
                            HttpServletRequest request,
                            HttpServletResponse response)
                     throws java.lang.Exception
Create.

Parameters:
mapping -
form -
request -
response -
Returns:
ActionForward
Throws:
java.lang.Exception