Uses of Interface
javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate

Packages that use RuntimeDelegate.HeaderDelegate
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.delegates   
org.jboss.resteasy.spi   
 

Uses of RuntimeDelegate.HeaderDelegate in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext that return RuntimeDelegate.HeaderDelegate
abstract
<T> RuntimeDelegate.HeaderDelegate<T>
RuntimeDelegate.createHeaderDelegate(java.lang.Class<T> type)
          Obtain an instance of a HeaderDelegate for the supplied class.
 

Uses of RuntimeDelegate.HeaderDelegate in org.jboss.resteasy.core
 

Fields in org.jboss.resteasy.core declared as RuntimeDelegate.HeaderDelegate
protected  RuntimeDelegate.HeaderDelegate StringParameterInjector.delegate
           
 

Methods in org.jboss.resteasy.core that return RuntimeDelegate.HeaderDelegate
<T> RuntimeDelegate.HeaderDelegate<T>
ThreadLocalResteasyProviderFactory.createHeaderDelegate(java.lang.Class<T> tClass)
           
 

Methods in org.jboss.resteasy.core with parameters of type RuntimeDelegate.HeaderDelegate
 void ThreadLocalResteasyProviderFactory.addHeaderDelegate(java.lang.Class clazz, RuntimeDelegate.HeaderDelegate header)
           
 

Uses of RuntimeDelegate.HeaderDelegate in org.jboss.resteasy.plugins.delegates
 

Classes in org.jboss.resteasy.plugins.delegates that implement RuntimeDelegate.HeaderDelegate
 class CacheControlDelegate
           
 class CookieHeaderDelegate
           
 class EntityTagDelegate
           
 class LinkHeaderDelegate
           
 class LocaleDelegate
           
 class MediaTypeHeaderDelegate
           
 class NewCookieHeaderDelegate
           
 class UriHeaderDelegate
           
 

Uses of RuntimeDelegate.HeaderDelegate in org.jboss.resteasy.spi
 

Fields in org.jboss.resteasy.spi with type parameters of type RuntimeDelegate.HeaderDelegate
protected  java.util.Map<java.lang.Class<?>,RuntimeDelegate.HeaderDelegate> ResteasyProviderFactory.headerDelegates
           
 

Methods in org.jboss.resteasy.spi that return RuntimeDelegate.HeaderDelegate
<T> RuntimeDelegate.HeaderDelegate<T>
ResteasyProviderFactory.createHeaderDelegate(java.lang.Class<T> tClass)
           
 

Methods in org.jboss.resteasy.spi with parameters of type RuntimeDelegate.HeaderDelegate
 void ResteasyProviderFactory.addHeaderDelegate(java.lang.Class clazz, RuntimeDelegate.HeaderDelegate header)
           
 



Copyright © 2009. All Rights Reserved.