Class DestinationWizardServlet
- java.lang.Object
 - 
- javax.servlet.GenericServlet
 - 
- javax.servlet.http.HttpServlet
 - 
- org.opennms.web.admin.notification.DestinationWizardServlet
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class DestinationWizardServlet extends javax.servlet.http.HttpServletA servlet that handles the data comming in from the destination wizard jsps.- Since:
 - 1.8.1
 - Version:
 - $Id: $
 - Author:
 - Jason Johns , OpenNMS , Jason Johns , OpenNMS
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DestinationWizardServlet() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)- 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service 
 - 
 
 - 
 
- 
- 
Method Detail
- 
doPost
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException- Overrides:
 doPostin classjavax.servlet.http.HttpServlet- Throws:
 javax.servlet.ServletExceptionIOException
 
 - 
 
 -