com.dotmarketing.cms.contactus.action
Class ContactUsAction

java.lang.Object
  extended by DispatchAction
      extended by com.dotmarketing.cms.contactus.action.ContactUsAction

public class ContactUsAction
extends DispatchAction


Constructor Summary
ContactUsAction()
           
 
Method Summary
 ActionForward contactUs(ActionMapping mapping, ActionForm lf, HttpServletRequest request, HttpServletResponse response)
           
 void sendEmail(InquiryForm form, HttpServletRequest request)
           
 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
 

Constructor Detail

ContactUsAction

public ContactUsAction()
Method Detail

unspecified

public ActionForward unspecified(ActionMapping mapping,
                                 ActionForm lf,
                                 HttpServletRequest request,
                                 HttpServletResponse response)
                          throws java.lang.Exception
Throws:
java.lang.Exception

contactUs

public ActionForward contactUs(ActionMapping mapping,
                               ActionForm lf,
                               HttpServletRequest request,
                               HttpServletResponse response)
                        throws java.lang.Exception
Throws:
java.lang.Exception

sendEmail

public void sendEmail(InquiryForm form,
                      HttpServletRequest request)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.