Uses of Class
org.glassfish.admingui.common.util.RestResponse
-
Packages that use RestResponse Package Description org.glassfish.admingui.common.util -
-
Uses of RestResponse in org.glassfish.admingui.common.util
Methods in org.glassfish.admingui.common.util that return RestResponse Modifier and Type Method Description static RestResponseRestUtil. delete(String address, Map<String,Object> payload)static RestResponseRestUtil. get(String address)static RestResponseRestUtil. get(String address, Map<String,Object> payload)static RestResponseRestResponse. getRestResponse(jakarta.ws.rs.core.Response response)static RestResponseRestUtil. options(String address, String responseType)static RestResponseRestUtil. post(String address, Object payload, String contentType)static RestResponseRestUtil. post(String address, Map<String,Object> payload)static RestResponseRestUtil. put(String address, Map<String,Object> payload)static RestResponseRestUtil. sendCreateRequest(String endpoint, Map<String,Object> attrs, List<String> skipAttrs, List<String> onlyUseAttrs, List<String> convertToFalse)static RestResponseRestUtil. sendUpdateRequest(String endpoint, Map<String,Object> attrs, List<String> skipAttrs, List<String> onlyUseAttrs, List<String> convertToFalse)Methods in org.glassfish.admingui.common.util with parameters of type RestResponse Modifier and Type Method Description static Map<String,Object>RestUtil. parseResponse(RestResponse response, com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx, String endpoint, Object attrs, boolean quiet, boolean throwException)
-