org.broadleafcommerce.core.web.controller.catalog
Class RatingController

java.lang.Object
  extended by org.broadleafcommerce.core.web.controller.catalog.RatingController

@Controller(value="blRatingController")
@RequestMapping(value="/rating")
public class RatingController
extends Object


Field Summary
protected  CustomerState customerState
           
 
Constructor Summary
RatingController()
           
 
Method Summary
 String saveReview(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customerState

protected CustomerState customerState
Constructor Detail

RatingController

public RatingController()
Method Detail

saveReview

@RequestMapping(value="/saveReview.htm",
                method=GET)
public String saveReview(javax.servlet.http.HttpServletRequest request)


Copyright © 2012. All Rights Reserved.