| Package | Description |
|---|---|
| bap.pp.core.widget.controller | |
| bap.pp.core.widget.service | |
| bap.pp.dict.form | |
| bap.pp.filter.api | |
| bap.pp.strongbox.permission.domain |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<java.lang.String> |
WidgetRESTController.post(Widget widget)
创建
|
org.springframework.http.ResponseEntity<java.lang.String> |
WidgetRESTController.put(Widget widget)
修改
|
| Modifier and Type | Method and Description |
|---|---|
Widget |
WidgetService.get(java.lang.String id)
取得单条数据
|
Widget |
WidgetService.post(Widget widget)
创建
|
Widget |
WidgetService.put(Widget widget)
修改
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Widget> |
WidgetService.getList(java.lang.String widgetBid,
java.lang.String widgetName,
java.lang.String widgetClass,
java.lang.String widgetData_btn,
java.lang.String groupId)
按照控件分组id+控件选择器的方式精准查询控件
|
java.util.List<Widget> |
WidgetService.getListByGroupId(java.lang.String groupId)
根据控件组id获取该组下所有控件
|
| Modifier and Type | Method and Description |
|---|---|
Widget |
WidgetService.post(Widget widget)
创建
|
java.lang.String |
WidgetService.post2JSON(Widget widget)
创建, 转为json格式字符串
|
Widget |
WidgetService.put(Widget widget)
修改
|
java.lang.String |
WidgetService.put2JSON(Widget widget)
修改, 转为json格式字符串
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Widget> |
AccessWidgetForm.getWidgetList() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessWidgetForm.setWidgetList(java.util.List<Widget> widgetList) |
| Modifier and Type | Method and Description |
|---|---|
static org.jsoup.nodes.Document |
AnalyseHtmlHelper.readOnlyElement(org.jsoup.nodes.Document htmlDoc,
Widget widget)
对原始html内容做控件权限过滤
|
static org.jsoup.nodes.Document |
AnalyseHtmlHelper.removeElement(org.jsoup.nodes.Document htmlDoc,
Widget widget)
对原始html内容做控件权限过滤
|
| Modifier and Type | Method and Description |
|---|---|
Widget |
WidgetPermission.getWidget() |
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetPermission.setWidget(Widget widget) |