org.jboss.resteasy.util
Class MediaTypeMatcher<T>

java.lang.Object
  extended by org.jboss.resteasy.util.MediaTypeMatcher<T>

public class MediaTypeMatcher<T>
extends java.lang.Object

Helper class that picks an object from a MediaType map from a list of sorted acceptable MediaTypes

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
protected  java.util.Map<MediaType,T> representations
           
 
Constructor Summary
MediaTypeMatcher()
           
 
Method Summary
 java.util.Map<MediaType,T> getRepresentations()
           
 T match(java.util.List<MediaType> accepts)
           
 void setRepresentations(java.util.Map<MediaType,T> representations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

representations

protected java.util.Map<MediaType,T> representations
Constructor Detail

MediaTypeMatcher

public MediaTypeMatcher()
Method Detail

getRepresentations

public java.util.Map<MediaType,T> getRepresentations()

setRepresentations

public void setRepresentations(java.util.Map<MediaType,T> representations)

match

public T match(java.util.List<MediaType> accepts)


Copyright © 2010. All Rights Reserved.