org.broadleafcommerce.core.web.controller.catalog
Class BroadleafProductController
java.lang.Object
org.broadleafcommerce.common.web.controller.BroadleafAbstractController
org.broadleafcommerce.core.web.controller.catalog.BroadleafProductController
- All Implemented Interfaces:
- org.springframework.web.servlet.mvc.Controller
public class BroadleafProductController
- extends BroadleafAbstractController
- implements org.springframework.web.servlet.mvc.Controller
This class works in combination with the CategoryHandlerMapping which finds a category based upon
the passed in URL.
- Author:
- bpolster
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultProductView
protected String defaultProductView
MODEL_ATTRIBUTE_NAME
protected static String MODEL_ATTRIBUTE_NAME
BroadleafProductController
public BroadleafProductController()
handleRequest
public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
- Specified by:
handleRequest in interface org.springframework.web.servlet.mvc.Controller
- Throws:
Exception
getDefaultProductView
public String getDefaultProductView()
setDefaultProductView
public void setDefaultProductView(String defaultProductView)
Copyright © 2012. All Rights Reserved.