Uses of Class
javax.ws.rs.ConstrainedTo

Packages that use ConstrainedTo
org.glassfish.jersey.server.filter.internal Server filter internal classes. 
org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes. 
org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. 
org.glassfish.jersey.server.monitoring Jersey server-side monitoring JMX MBeans interfaces. 
org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes. 
org.glassfish.jersey.server.spi.internal Jersey server-side internal service provider contract (SPI) classes. 
org.glassfish.jersey.server.wadl.internal Jersey server-side WADL internal classes. 
 

Uses of ConstrainedTo in org.glassfish.jersey.server.filter.internal
 

Classes in org.glassfish.jersey.server.filter.internal with annotations of type ConstrainedTo
 class ServerFiltersAutoDiscoverable
          Enable auto-discoverable of certain server filters.
 

Uses of ConstrainedTo in org.glassfish.jersey.server.internal.monitoring
 

Classes in org.glassfish.jersey.server.internal.monitoring with annotations of type ConstrainedTo
 class MonitoringAutodiscoverable
          Autodiscoverable feature that registers MonitoringFeature based on configuration properties.
 

Uses of ConstrainedTo in org.glassfish.jersey.server.model
 

Classes in org.glassfish.jersey.server.model with annotations of type ConstrainedTo
 interface ModelProcessor
          Contract for a model processors that processes resource models during application initialization and resource returned by sub resource locators.
 

Uses of ConstrainedTo in org.glassfish.jersey.server.monitoring
 

Classes in org.glassfish.jersey.server.monitoring with annotations of type ConstrainedTo
 interface ApplicationEventListener
          Jersey specific provider that listens to application events.
 interface ExtendedMonitoringStatisticsListener
          Extension of the MonitoringStatisticsListener which allows to listen to the event of destroying the application.
 interface MonitoringStatisticsListener
          A Jersey specific provider that listens to monitoring statistics.
 

Uses of ConstrainedTo in org.glassfish.jersey.server.spi
 

Classes in org.glassfish.jersey.server.spi with annotations of type ConstrainedTo
 interface Container
          Jersey container service contract.
 interface ContainerLifecycleListener
          Classes implementing this contract receive container life-cycle notification events.
 interface ContainerProvider
          Service-provider interface for creating container instances.
 

Uses of ConstrainedTo in org.glassfish.jersey.server.spi.internal
 

Classes in org.glassfish.jersey.server.spi.internal with annotations of type ConstrainedTo
 interface ValueFactoryProvider
          Parameter value factory SPI.
 

Uses of ConstrainedTo in org.glassfish.jersey.server.wadl.internal
 

Classes in org.glassfish.jersey.server.wadl.internal with annotations of type ConstrainedTo
 class WadlAutoDiscoverable
          AutoDiscoverable registering WadlFeature if this feature is not already registered.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.