net.anotheria.moskitodemo.guestbook.presentation.action
Class CreateCommentAction
java.lang.Object
net.anotheria.maf.action.AbstractAction
net.anotheria.moskitodemo.guestbook.presentation.action.BaseGuestbookAction
net.anotheria.moskitodemo.guestbook.presentation.action.CreateCommentAction
- All Implemented Interfaces:
- net.anotheria.maf.action.Action
public class CreateCommentAction
- extends BaseGuestbookAction
Creates a new comment object from form.
- Author:
- dvayanu
|
Method Summary |
net.anotheria.maf.action.ActionCommand |
execute(net.anotheria.maf.action.ActionMapping mapping,
net.anotheria.maf.bean.FormBean af,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
| Methods inherited from class net.anotheria.maf.action.AbstractAction |
postProcess, preProcess |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateCommentAction
public CreateCommentAction()
execute
public net.anotheria.maf.action.ActionCommand execute(net.anotheria.maf.action.ActionMapping mapping,
net.anotheria.maf.bean.FormBean af,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws Exception
- Throws:
Exception
Copyright © 2010-2012 anotheria.net. All Rights Reserved.