com.dotmarketing.portlets.calendar.cms.action
Class AddEvent
java.lang.Object
DispatchAction
com.dotmarketing.portlets.calendar.cms.action.AddEvent
public class AddEvent
- extends DispatchAction
Action that let you submit an event from the frontend and it will saved into the cms
check the struts-cms.xml to see how this action is mapped to struts
- Author:
- Roger Marin, David Torres
|
Method Summary |
ActionForward |
submitEvent(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
|
ActionForward |
unspecified(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddEvent
public AddEvent()
unspecified
public ActionForward unspecified(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception
submitEvent
public ActionForward submitEvent(ActionMapping mapping,
ActionForm lf,
HttpServletRequest request,
HttpServletResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2010 dotCMS Inc. All Rights Reserved.