org.opennms.web.controller.inventory
Class RancidListController

java.lang.Object
  extended by org.opennms.web.controller.inventory.RancidListController
All Implemented Interfaces:
org.springframework.web.servlet.mvc.Controller

public class RancidListController
extends Object
implements org.springframework.web.servlet.mvc.Controller

RancidListController class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

Constructor Summary
RancidListController()
           
 
Method Summary
 InventoryService getInventoryService()
          getInventoryService
 org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse arg1)
          
 void setInventoryService(InventoryService inventoryService)
          setInventoryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RancidListController

public RancidListController()
Method Detail

getInventoryService

public InventoryService getInventoryService()

getInventoryService

Returns:
a InventoryService object.

setInventoryService

public void setInventoryService(InventoryService inventoryService)

setInventoryService

Parameters:
inventoryService - a InventoryService object.

handleRequest

public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request,
                                                                  javax.servlet.http.HttpServletResponse arg1)
                                                           throws Exception

Specified by:
handleRequest in interface org.springframework.web.servlet.mvc.Controller
Throws:
Exception


Copyright © 2011. All Rights Reserved.