Package | Description |
---|---|
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.specimpl | |
org.jboss.resteasy.spi |
Modifier and Type | Method and Description |
---|---|
abstract <T> RuntimeDelegate.HeaderDelegate<T> |
RuntimeDelegate.createHeaderDelegate(Class<T> type)
Obtain an instance of a
RuntimeDelegate.HeaderDelegate for the supplied class. |
Modifier and Type | Field and Description |
---|---|
protected RuntimeDelegate.HeaderDelegate |
StringParameterInjector.delegate |
Modifier and Type | Method and Description |
---|---|
<T> RuntimeDelegate.HeaderDelegate<T> |
ThreadLocalResteasyProviderFactory.createHeaderDelegate(Class<T> tClass) |
RuntimeDelegate.HeaderDelegate |
ThreadLocalResteasyProviderFactory.getHeaderDelegate(Class<?> aClass) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadLocalResteasyProviderFactory.addHeaderDelegate(Class clazz,
RuntimeDelegate.HeaderDelegate header) |
Modifier and Type | Class and Description |
---|---|
class |
CacheControlDelegate |
class |
CookieHeaderDelegate |
class |
DateDelegate |
class |
EntityTagDelegate |
class |
LinkDelegate |
class |
LinkHeaderDelegate |
class |
LocaleDelegate |
class |
MediaTypeHeaderDelegate |
class |
NewCookieHeaderDelegate |
class |
UriHeaderDelegate |
Modifier and Type | Field and Description |
---|---|
protected static RuntimeDelegate.HeaderDelegate<Link> |
LinkImpl.delegate |
Modifier and Type | Field and Description |
---|---|
protected Map<Class<?>,RuntimeDelegate.HeaderDelegate> |
ResteasyProviderFactory.headerDelegates |
Modifier and Type | Method and Description |
---|---|
<T> RuntimeDelegate.HeaderDelegate<T> |
ResteasyProviderFactory.createHeaderDelegate(Class<T> tClass) |
protected <T> RuntimeDelegate.HeaderDelegate<T> |
ResteasyProviderFactory.createHeaderDelegateFromInterfaces(Class<?>[] interfaces) |
RuntimeDelegate.HeaderDelegate |
ResteasyProviderFactory.getHeaderDelegate(Class<?> aClass)
Checks to see if RuntimeDelegate is a ResteasyProviderFactory
If it is, then use that, otherwise use this
|
Modifier and Type | Method and Description |
---|---|
protected Map<Class<?>,RuntimeDelegate.HeaderDelegate> |
ResteasyProviderFactory.getHeaderDelegates() |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyProviderFactory.addHeaderDelegate(Class clazz,
RuntimeDelegate.HeaderDelegate header) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.