c

content-negotiation

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'.
http://www.mattunderscore.com/ws-utils/content-negotiation/
New BSD License
Matthew Champion
大版本 版本 最近更新
0.2 0.2.8 2014-07-26 22:58:52
0.2.7 2013-11-09 06:45:23
0.2.6 2013-09-08 22:39:16
0.2.5 2013-07-28 00:18:20
0.2.3 2013-06-23 08:15:51
0.2.2 2013-06-23 00:50:32
0.2.1 2013-04-15 00:17:37
0.2.0 2013-03-24 04:39:57
0.1 0.1.2 2013-03-11 04:53:41
0.1.1 2013-03-03 01:43:28
0.1.0 2013-02-09 05:26:44
0.0 0.0.13 2012-12-20 23:13:43
共12条记录