Uses of Class
com.bytedesk.core.server.ServerRequest
Packages that use ServerRequest
-
Uses of ServerRequest in com.bytedesk.core.server
Methods in com.bytedesk.core.server with parameters of type ServerRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>ServerRestController.create(ServerRequest request) ServerRestService.create(ServerRequest request) protected org.springframework.data.jpa.domain.Specification<ServerEntity>ServerRestService.createSpecification(ServerRequest request) org.springframework.http.ResponseEntity<?>ServerRestController.delete(ServerRequest request) voidServerRestService.delete(ServerRequest request) ServerRestController.export(ServerRequest request, jakarta.servlet.http.HttpServletResponse response) protected StringServerRestService.getUidFromRequest(ServerRequest request) org.springframework.http.ResponseEntity<?>ServerRestController.queryByOrg(ServerRequest request) org.springframework.http.ResponseEntity<?>ServerRestController.queryByUid(ServerRequest request) org.springframework.http.ResponseEntity<?>ServerRestController.queryByUser(ServerRequest request) static org.springframework.data.jpa.domain.Specification<ServerEntity>ServerSpecification.search(ServerRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>ServerRestController.update(ServerRequest request) ServerRestService.update(ServerRequest request)