@Controller(value="blWidgetController")
@RequestMapping(value="/widget")
public class BroadleafWidgetController
extends org.broadleafcommerce.common.web.controller.BroadleafAbstractController
WidgetJsProcessor, which creates
javascript import tags that are supplied with the given widget's js content by this controller.| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
LOG |
protected WidgetService |
widgetService |
| Constructor and Description |
|---|
BroadleafWidgetController() |
| Modifier and Type | Method and Description |
|---|---|
void |
getWidgetJs(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
Long id) |
protected static final org.apache.commons.logging.Log LOG
protected WidgetService widgetService
Copyright © 2020. All rights reserved.