public final class HeaderUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.http.HttpHeaders |
createAlert(String message,
String param) |
static org.springframework.http.HttpHeaders |
createEntityCreationAlert(String entityName,
String param) |
static org.springframework.http.HttpHeaders |
createEntityDeletionAlert(String entityName,
String param) |
static org.springframework.http.HttpHeaders |
createEntityUpdateAlert(String entityName,
String param) |
static org.springframework.http.HttpHeaders |
createFailureAlert(String entityName,
String errorKey,
String defaultMessage) |
public static org.springframework.http.HttpHeaders createAlert(String message, String param)
public static org.springframework.http.HttpHeaders createEntityCreationAlert(String entityName, String param)
public static org.springframework.http.HttpHeaders createEntityUpdateAlert(String entityName, String param)
public static org.springframework.http.HttpHeaders createEntityDeletionAlert(String entityName, String param)
Copyright © 2019 Power TAC. All rights reserved.