org.jboss.resteasy.core
public class ExtensionHttpPreprocessor extends Object implements HttpRequestPreprocessor
Modifier and Type | Field and Description |
---|---|
Map<String,String> |
languageMappings |
Map<String,MediaType> |
mediaTypeMappings |
Constructor and Description |
---|
ExtensionHttpPreprocessor() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getLanguageMappings() |
Map<String,MediaType> |
getMediaTypeMappings() |
void |
preProcess(HttpRequest in) |
void |
setLanguageMappings(Map<String,String> languageMappings) |
void |
setMediaTypeMappings(Map<String,MediaType> mediaTypeMappings) |
public void preProcess(HttpRequest in)
preProcess
in interface HttpRequestPreprocessor
Copyright © 2016. All Rights Reserved.