Uses of Class
javax.ws.rs.ApplicationPath

Packages that use ApplicationPath
org.jboss.resteasy.cdi.asynch This package (along with @see org.jboss.resteasy.test.cdi.asynch) tests JAX-RS and EJB asynchronous processing. 
org.jboss.resteasy.cdi.decorators This package (along with @see org.jboss.resteasy.test.cdi.decorators) tests the application of CDI decorators to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources 
org.jboss.resteasy.cdi.events This package (along with @see org.jboss.resteasy.test.cdi.events) tests CDI event processing with JAX-RS components. 
org.jboss.resteasy.cdi.generic This package (along with @see org.jboss.resteasy.test.cdi.generic) tests injection with parameterized required types and/or parameterized bean types. 
org.jboss.resteasy.cdi.inheritence This package (along with @see org.jboss.resteasy.test.cdi.inheritence) tests alternatives, alternative stereotypes, and specialization. 
org.jboss.resteasy.cdi.injection This package (along with @see org.jboss.resteasy.test.cdi.injection) tests injection into JAX-RS components. 
org.jboss.resteasy.cdi.interceptors This package (along with @see org.jboss.resteasy.test.cdi.interceptors) tests the application of interceptors to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources There are class level interceptors and method level interceptors. 
org.jboss.resteasy.cdi.modules This package (along with @see org.jboss.resteasy.test.cdi.modules) tests injection of beans into JAX-RS resources across various jar, ejb-jar, war, and ear boundaries. 
org.jboss.resteasy.cdi.validation This package (along with @see org.jboss.resteasy.test.cdi.validation) tests the application of validation (@see JSR 303: Bean Validation) to JAX-RS resources. 
org.jboss.resteasy.example.oauth   
org.jboss.resteasy.skeleton.key.idm.service   
 

Uses of ApplicationPath in org.jboss.resteasy.cdi.asynch
 

Classes in org.jboss.resteasy.cdi.asynch with annotations of type ApplicationPath
 class JaxRsActivator
          A class extending Application and annotated with @ApplicationPath is the Java EE 6 "no XML" approach to activating JAX-RS.
 

Uses of ApplicationPath in org.jboss.resteasy.cdi.decorators
 

Classes in org.jboss.resteasy.cdi.decorators with annotations of type ApplicationPath
 class JaxRsActivator
          A class extending Application and annotated with @ApplicationPath is the Java EE 6 "no XML" approach to activating JAX-RS.
 

Uses of ApplicationPath in org.jboss.resteasy.cdi.events
 

Classes in org.jboss.resteasy.cdi.events with annotations of type ApplicationPath
 class JaxRsActivator
          A class extending Application and annotated with @ApplicationPath is the Java EE 6 "no XML" approach to activating JAX-RS.
 

Uses of ApplicationPath in org.jboss.resteasy.cdi.generic
 

Classes in org.jboss.resteasy.cdi.generic with annotations of type ApplicationPath
 class JaxRsActivator
          A class extending Application and annotated with @ApplicationPath is the Java EE 6 "no XML" approach to activating JAX-RS.
 

Uses of ApplicationPath in org.jboss.resteasy.cdi.inheritence
 

Classes in org.jboss.resteasy.cdi.inheritence with annotations of type ApplicationPath
 class JaxRsActivator
          A class extending Application and annotated with @ApplicationPath is the Java EE 6 "no XML" approach to activating JAX-RS.
 

Uses of ApplicationPath in org.jboss.resteasy.cdi.injection
 

Classes in org.jboss.resteasy.cdi.injection with annotations of type ApplicationPath
 class JaxRsActivator
          A class extending Application and annotated with @ApplicationPath is the Java EE 6 "no XML" approach to activating JAX-RS.
 

Uses of ApplicationPath in org.jboss.resteasy.cdi.interceptors
 

Classes in org.jboss.resteasy.cdi.interceptors with annotations of type ApplicationPath
 class JaxRsActivator
          A class extending Application and annotated with @ApplicationPath is the Java EE 6 "no XML" approach to activating JAX-RS.
 

Uses of ApplicationPath in org.jboss.resteasy.cdi.modules
 

Classes in org.jboss.resteasy.cdi.modules with annotations of type ApplicationPath
 class JaxRsActivator
          A class extending Application and annotated with @ApplicationPath is the Java EE 6 "no XML" approach to activating JAX-RS.
 

Uses of ApplicationPath in org.jboss.resteasy.cdi.validation
 

Classes in org.jboss.resteasy.cdi.validation with annotations of type ApplicationPath
 class JaxRsActivator
          A class extending Application and annotated with @ApplicationPath is the Java EE 6 "no XML" approach to activating JAX-RS.
 

Uses of ApplicationPath in org.jboss.resteasy.example.oauth
 

Classes in org.jboss.resteasy.example.oauth with annotations of type ApplicationPath
 class DataApplication
           
 

Uses of ApplicationPath in org.jboss.resteasy.skeleton.key.idm.service
 

Classes in org.jboss.resteasy.skeleton.key.idm.service with annotations of type ApplicationPath
 class SkeletonKeyApplication
           
 



Copyright © 2013. All Rights Reserved.