Package | Description |
---|---|
org.tinygroup.springmvc.negotiation.impl |
Modifier and Type | Class and Description |
---|---|
class |
ParameterContentNegotiationStrategy
A ContentNegotiationStrategy that uses a request parameter to determine what
media types are requested.
|
class |
PathExtensionContentNegotiationStrategy
A ContentNegotiationStrategy that uses the path extension of the URL to
determine what media types are requested.
|
class |
ServletPathExtensionContentNegotiationStrategy
Extends
PathExtensionContentNegotiationStrategy that also uses
ServletContext.getMimeType(String) to resolve file extensions. |
Copyright © 2006–2018 TinyGroup. All rights reserved.