Uses of Class
com.sun.jersey.api.model.Parameter

Packages that use Parameter
com.sun.jersey.spi.inject Provides support for injection onto resource and provider classes. 
 

Uses of Parameter in com.sun.jersey.spi.inject
 

Methods in com.sun.jersey.spi.inject with parameters of type Parameter
 Injectable InjectableProviderContext.getInjectable(Parameter p, ComponentProvider.Scope s)
          Get an injectable given a parameter.
 

Method parameters in com.sun.jersey.spi.inject with type arguments of type Parameter
 java.util.List<Injectable> InjectableProviderContext.getInjectable(java.util.List<Parameter> ps, ComponentProvider.Scope s)
          Get a list of injectable given a list of parameter.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.