Class WebConfigurer.MODParameterContentNegotiationStrategy
java.lang.Object
it.uniroma2.art.semanticturkey.mdr.services.WebConfigurer.PathContentNegotiationStrategy
it.uniroma2.art.semanticturkey.mdr.services.WebConfigurer.MODParameterContentNegotiationStrategy
- All Implemented Interfaces:
org.springframework.web.accept.ContentNegotiationStrategy
- Enclosing class:
- WebConfigurer
public static class WebConfigurer.MODParameterContentNegotiationStrategy
extends WebConfigurer.PathContentNegotiationStrategy
-
Field Summary
Fields inherited from interface org.springframework.web.accept.ContentNegotiationStrategy
MEDIA_TYPE_ALL_LIST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<org.springframework.http.MediaType>getMediaTypes(String path, jakarta.servlet.http.HttpServletRequest request) Methods inherited from class it.uniroma2.art.semanticturkey.mdr.services.WebConfigurer.PathContentNegotiationStrategy
resolveMediaTypes
-
Constructor Details
-
MODParameterContentNegotiationStrategy
public MODParameterContentNegotiationStrategy()
-
-
Method Details
-
getMediaTypes
protected List<org.springframework.http.MediaType> getMediaTypes(String path, jakarta.servlet.http.HttpServletRequest request) - Specified by:
getMediaTypesin classWebConfigurer.PathContentNegotiationStrategy
-