Package org.cxbox.core.controller
Class UserController
- java.lang.Object
-
- org.cxbox.core.controller.UserController
-
@RestController @RequestMapping("#{ (${cxbox.api.use-servlet-context-path} == true) ? \'\': \'${cxbox.api.path}\'}") public class UserController extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserController.UserDto
-
Constructor Summary
Constructors Constructor Description UserController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseDTOsearchUser(String search, org.cxbox.api.data.PageSpecification page)
-
-
-
Method Detail
-
searchUser
@RequestMapping(method=GET, value="/users") public ResponseDTO searchUser(@RequestParam("search") String search, org.cxbox.api.data.PageSpecification page)
-
-