Uses of Interface
org.glassfish.jersey.server.model.Parameterized

Packages that use Parameterized
org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. 
org.glassfish.jersey.server.spi.internal Jersey server-side internal service provider contract (SPI) classes. 
 

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

Classes in org.glassfish.jersey.server.model that implement Parameterized
 class HandlerConstructor
          Abstraction for a resource handler class constructor.
 class Invocable
          A common interface for invocable resource components.
 

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

Methods in org.glassfish.jersey.server.spi.internal with parameters of type Parameterized
static List<org.glassfish.hk2.api.Factory<?>> ParameterValueHelper.createValueProviders(org.glassfish.hk2.api.ServiceLocator locator, Parameterized parameterized)
          Create list of parameter value providers for the given parameterized resource model component.
 



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