org.opennms.web.controller.inventory
Class AdminRancidController

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

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


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

Constructor Detail

AdminRancidController

public AdminRancidController()
Method Detail

getInventoryService

public InventoryService getInventoryService()

setInventoryService

public void setInventoryService(InventoryService inventoryService)

handleRequest

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


Copyright © 2009. All Rights Reserved.