org.opennms.web.map
Class ExecCommandController

java.lang.Object
  extended by 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

Author:
mmigliore, antonio this class provides to create pages for executing ping and traceroute commands

Constructor Summary
ExecCommandController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecCommandController

public ExecCommandController()
Method Detail

handleRequest

public org.springframework.web.servlet.ModelAndView handleRequest(HttpServletRequest request,
                                                                  HttpServletResponse response)
                                                           throws IOException
Specified by:
handleRequest in interface org.springframework.web.servlet.mvc.Controller
Throws:
IOException


Copyright © 2009. All Rights Reserved.