@Controller public class LightUiInternalController extends Object
| Constructor and Description |
|---|
LightUiInternalController() |
| Modifier and Type | Method and Description |
|---|---|
String |
browse(String lightuiId,
String query) |
String |
browseOne(String lightuiId,
String query,
String field,
String label) |
String |
getDocument(String lightuiId,
String field,
String id) |
SearchResult |
search(String lightuiId,
String query,
int page) |
@RequestMapping(value="/ui/lightui_browse") @ResponseBody public String browse(@RequestParam(value="ui",required=true) String lightuiId, @RequestParam(value="query",required=true) String query) throws Exception
Exception@RequestMapping(value="/ui/lightui_browse_one") @ResponseBody public String browseOne(@RequestParam(value="ui",required=true) String lightuiId, @RequestParam(value="query",required=true) String query, @RequestParam(value="field",required=true) String field, @RequestParam(value="label",required=true) String label) throws Exception
Exception@RequestMapping(value="/ui/lightui_search") @ResponseBody public SearchResult search(@RequestParam(value="ui",required=true) String lightuiId, @RequestParam(value="query",required=true) String query, @RequestParam(value="page",required=true) int page) throws Exception
ExceptionCopyright © 2019. All rights reserved.