org.jboss.resteasy.core
Class ExtensionHttpPreprocessor

java.lang.Object
  extended by org.jboss.resteasy.core.ExtensionHttpPreprocessor
All Implemented Interfaces:
HttpRequestPreprocessor

public class ExtensionHttpPreprocessor
extends Object
implements HttpRequestPreprocessor


Field Summary
 Map<String,String> languageMappings
           
 Map<String,MediaType> mediaTypeMappings
           
 
Constructor Summary
ExtensionHttpPreprocessor()
           
 
Method Summary
 Map<String,String> getLanguageMappings()
           
 Map<String,MediaType> getMediaTypeMappings()
           
 void preProcess(HttpRequest in)
           
 void setLanguageMappings(Map<String,String> languageMappings)
           
 void setMediaTypeMappings(Map<String,MediaType> mediaTypeMappings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mediaTypeMappings

public Map<String,MediaType> mediaTypeMappings

languageMappings

public Map<String,String> languageMappings
Constructor Detail

ExtensionHttpPreprocessor

public ExtensionHttpPreprocessor()
Method Detail

setMediaTypeMappings

public void setMediaTypeMappings(Map<String,MediaType> mediaTypeMappings)

setLanguageMappings

public void setLanguageMappings(Map<String,String> languageMappings)

getMediaTypeMappings

public Map<String,MediaType> getMediaTypeMappings()

getLanguageMappings

public Map<String,String> getLanguageMappings()

preProcess

public void preProcess(HttpRequest in)
Specified by:
preProcess in interface HttpRequestPreprocessor


Copyright © 2011. All Rights Reserved.