jar

com.mattunderscore : content-negotiation

Maven & Gradle

Jul 26, 2014

Content Negotiation Filter · This Content Negotiation Filter provides a content negotiation filter for Java EE 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 'xmlInputFile' filter parameter. This XML file is parsed with the class 'com.mattunderscore.filter.contentnegotiation.variantsource.FilterVariantXMLSource'. This class can be overridden with the 'variantSource' filter parameter. The XML parser is implemented as a SAX parser. The SAX handler class can be overridden by the saxHandlerClass filter parameter. The 'variantSource' parameter can take any class that implements the 'com.mattunderscore.filter.contentnegotiation.variantsource.VariantSource'.

Table Of Contents

Latest Version

Download com.mattunderscore : content-negotiation JAR file - Latest Versions:

All Versions

Download com.mattunderscore : content-negotiation JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window content-negotiation-0.2.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mattunderscore.filter.contentnegotiation.parser

├─ com.mattunderscore.filter.contentnegotiation.parser.CrossProduct.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.parser.Header.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.parser.HeaderPart.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.parser.Output.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.parser.Redirect.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.parser.Variant.class - [JAR]

com.mattunderscore.filter.contentnegotiation.variantsource

├─ com.mattunderscore.filter.contentnegotiation.variantsource.BaseVariantXMLSource.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.variantsource.CachedVariantSource.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.variantsource.ConfigurableVariantSource.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.variantsource.FilterVariantXMLSource.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.variantsource.InputStreamVariantSource.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.variantsource.NoSchemaException.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.variantsource.VariantSAXHandler.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.variantsource.VariantSource.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.variantsource.VariantSourceConfigurationException.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.variantsource.VariantSourceException.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.variantsource.VariantSourceForFilter.class - [JAR]

├─ com.mattunderscore.filter.contentnegotiation.variantsource.VariantXMLParser.class - [JAR]

com.mattunderscore.filter.contentnegotiation

├─ com.mattunderscore.filter.contentnegotiation.ContentNegotiationFilter.class - [JAR]