Uses of Interface
javax.ws.rs.container.ResourceInfo

Packages that use ResourceInfo
javax.ws.rs.container Container-specific JAX-RS API. 
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.interceptors   
org.jboss.resteasy.plugins.interceptors.encoding   
org.jboss.resteasy.security.doseta   
 

Uses of ResourceInfo in javax.ws.rs.container
 

Methods in javax.ws.rs.container with parameters of type ResourceInfo
 void DynamicFeature.configure(ResourceInfo resourceInfo, FeatureContext context)
          A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in a runtime configuration scope of a particular resource or sub-resource method; i.e.
 

Uses of ResourceInfo in org.jboss.resteasy.core
 

Fields in org.jboss.resteasy.core declared as ResourceInfo
protected  ResourceInfo ResourceMethod.resourceInfo
           
 

Uses of ResourceInfo in org.jboss.resteasy.plugins.interceptors
 

Methods in org.jboss.resteasy.plugins.interceptors with parameters of type ResourceInfo
 void RoleBasedSecurityFeature.configure(ResourceInfo resourceInfo, FeatureContext configurable)
           
 void CacheControlFeature.configure(ResourceInfo resourceInfo, FeatureContext configurable)
           
 

Uses of ResourceInfo in org.jboss.resteasy.plugins.interceptors.encoding
 

Methods in org.jboss.resteasy.plugins.interceptors.encoding with parameters of type ResourceInfo
 void ServerContentEncodingAnnotationFeature.configure(ResourceInfo resourceInfo, FeatureContext configurable)
           
 void ClientContentEncodingAnnotationFeature.configure(ResourceInfo resourceInfo, FeatureContext configurable)
           
 

Uses of ResourceInfo in org.jboss.resteasy.security.doseta
 

Methods in org.jboss.resteasy.security.doseta with parameters of type ResourceInfo
 void ServerDigitalVerificationHeaderDecoratorFeature.configure(ResourceInfo resourceInfo, FeatureContext configurable)
           
 void ServerDigitalSigningHeaderDecoratorFeature.configure(ResourceInfo resourceInfo, FeatureContext configurable)
           
 void ClientDigitalVerificationHeaderDecoratorFeature.configure(ResourceInfo resourceInfo, FeatureContext configurable)
           
 void ClientDigitalSigningHeaderDecoratorFeature.configure(ResourceInfo resourceInfo, FeatureContext configurable)
           
 



Copyright © 2013. All Rights Reserved.