org.opennms.web.map
Class ExecCommandController
java.lang.Object
org.opennms.web.map.ExecCommandController
- All Implemented Interfaces:
- org.springframework.web.servlet.mvc.Controller
public class ExecCommandController
- extends Object
- implements org.springframework.web.servlet.mvc.Controller
ExecCommandController class.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- mmigliore, antonio
this class provides to create pages for executing ping and traceroute commands
|
Method Summary |
org.springframework.web.servlet.ModelAndView |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecCommandController
public ExecCommandController()
handleRequest
public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
-
- Specified by:
handleRequest in interface org.springframework.web.servlet.mvc.Controller
- Throws:
IOException
Copyright © 2011. All Rights Reserved.