Uses of Interface
org.jboss.resteasy.spi.HttpRequestPreprocessor

Packages that use HttpRequestPreprocessor
org.jboss.resteasy.core   
 

Uses of HttpRequestPreprocessor in org.jboss.resteasy.core
 

Classes in org.jboss.resteasy.core that implement HttpRequestPreprocessor
 class AcceptParameterHttpPreprocessor
          Enables content negotiation through a query parameter, instead of the Accept Header.
 class ExtensionHttpPreprocessor
           
 

Fields in org.jboss.resteasy.core with type parameters of type HttpRequestPreprocessor
protected  List<HttpRequestPreprocessor> SynchronousDispatcher.requestPreprocessors
           
 

Methods in org.jboss.resteasy.core with parameters of type HttpRequestPreprocessor
 void SynchronousDispatcher.addHttpPreprocessor(HttpRequestPreprocessor httpPreprocessor)
           
 void Dispatcher.addHttpPreprocessor(HttpRequestPreprocessor httpPreprocessor)
           
 



Copyright © 2011. All Rights Reserved.