public class InvNodeController extends Object implements org.springframework.web.servlet.mvc.Controller
InvNodeController class.
Constructor and Description |
---|
InvNodeController() |
Modifier and Type | Method and Description |
---|---|
InventoryService |
getInventoryService()
getInventoryService
|
org.springframework.web.servlet.ModelAndView |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse arg1) |
void |
setInventoryService(InventoryService inventoryService)
setInventoryService
|
public InventoryService getInventoryService()
getInventoryService
InventoryService
object.public void setInventoryService(InventoryService inventoryService)
setInventoryService
inventoryService
- a InventoryService
object.Copyright © 2021. All rights reserved.