RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

org.jboss.resteasy.util
Class AcceptCharsetParser

java.lang.Object
  extended by org.jboss.resteasy.util.AcceptCharsetParser

public class AcceptCharsetParser
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
AcceptCharsetParser()
           
 
Method Summary
static List<String> parseAcceptHeader(String header)
          Return list sorted with first most preferred
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcceptCharsetParser

public AcceptCharsetParser()
Method Detail

parseAcceptHeader

public static List<String> parseAcceptHeader(String header)
Return list sorted with first most preferred

Parameters:
header -
Returns:

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.