@ControllerAdvice
@ConditionalOnProperty(value="dream.cross.jsonp.enabled")
public class DreamAutoBootConfiguration.JsonpResponseAdvice
extends org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice
| 构造器和说明 |
|---|
JsonpResponseAdvice() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.springframework.http.MediaType |
getContentType(org.springframework.http.MediaType contentType,
org.springframework.http.server.ServerHttpRequest request,
org.springframework.http.server.ServerHttpResponse response) |
beforeBodyWriteInternal, isValidJsonpQueryParamprotected org.springframework.http.MediaType getContentType(org.springframework.http.MediaType contentType,
org.springframework.http.server.ServerHttpRequest request,
org.springframework.http.server.ServerHttpResponse response)
getContentType 在类中 org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice