Uses of Class
javax.ws.rs.ConstrainedTo

Packages that use ConstrainedTo
org.glassfish.jersey.server.filter.internal   
org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. 
org.glassfish.jersey.server.mvc.spi Provides support for view aspect of model view controller and templates that produce views. 
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.processor.internal   
 

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.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.mvc.spi
 

Classes in org.glassfish.jersey.server.mvc.spi with annotations of type ConstrainedTo
 interface TemplateProcessor<T>
          A view processor.
 interface ViewableContext
          The context for resolving an instance of Viewable to an instance of ResolvedViewable.
 

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.processor.internal
 

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



Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.