is not current version
Last Version 0.2.8

com.mattunderscore:content-negotiation 0.1.2

This Content Negotiation Filter provides a content negotiation filter for Java servlet containers. The content negotiation algorithm is based on the Apache Negotiation Algorithm but lacks support for the encoding and character set. The variants can be configured through an XML file, negotiation.xml, in the WEB-INF/classes directory. This file can be overriden with the 'negotiation' filter parameter. This XML file is parsed with the class 'com.mattunderscore.filter.contentnegotiation.parser.NegotiationDOMParser'. This class can be overriden with the 'negotiationParser' filter parameter. It is intended that a more efficient SAX parser will be implemented later. Alternative parsers or XML representations are supported so long as the parser implements the 'com.mattunderscore.filter.contentnegotiation.parser.NegotiationXMLParser' interface and returns a list of 'com.mattunderscore.filter.contentnegotiation.parser.Variant' objects.

GroupId

GroupId

com.mattunderscore
ArtifactId

ArtifactId

content-negotiation
Version

Version

0.1.2
Type

Type

jar

Download content-negotiation 0.1.2


<!-- https://jarcasting.com/artifacts/com.mattunderscore/content-negotiation/ -->
<dependency>
    <groupId>com.mattunderscore</groupId>
    <artifactId>content-negotiation</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattunderscore/content-negotiation/
implementation 'com.mattunderscore:content-negotiation:0.1.2'
// https://jarcasting.com/artifacts/com.mattunderscore/content-negotiation/
implementation ("com.mattunderscore:content-negotiation:0.1.2")
'com.mattunderscore:content-negotiation:jar:0.1.2'
<dependency org="com.mattunderscore" name="content-negotiation" rev="0.1.2">
  <artifact name="content-negotiation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattunderscore', module='content-negotiation', version='0.1.2')
)
libraryDependencies += "com.mattunderscore" % "content-negotiation" % "0.1.2"
[com.mattunderscore/content-negotiation "0.1.2"]