Uses of Class
com.sun.jersey.spi.service.ComponentConstructor.ConstructorInjectablePair

Packages that use ComponentConstructor.ConstructorInjectablePair
com.sun.jersey.spi.resource Provides support for plugable life-cycle declaration and implementation. 
com.sun.jersey.spi.service Provides support for services and components. 
 

Uses of ComponentConstructor.ConstructorInjectablePair in com.sun.jersey.spi.resource
 

Methods in com.sun.jersey.spi.resource that return ComponentConstructor.ConstructorInjectablePair
<T> ComponentConstructor.ConstructorInjectablePair<T>
ResourceConstructor.getConstructor(java.lang.Class<T> c, AbstractResource ar, ComponentProvider.Scope s)
          Get the most suitable constructor.
 

Uses of ComponentConstructor.ConstructorInjectablePair in com.sun.jersey.spi.service
 

Methods in com.sun.jersey.spi.service that return ComponentConstructor.ConstructorInjectablePair
<T> ComponentConstructor.ConstructorInjectablePair<T>
ComponentConstructor.getConstructor(java.lang.Class<T> c)
          Get the most suitable constructor.
 

Methods in com.sun.jersey.spi.service with parameters of type ComponentConstructor.ConstructorInjectablePair
 int ComponentConstructor.ConstructorComparator.compare(ComponentConstructor.ConstructorInjectablePair<T> o1, ComponentConstructor.ConstructorInjectablePair<T> o2)
           
 int ComponentConstructor.ConstructorComparator.compare(ComponentConstructor.ConstructorInjectablePair<T> o1, ComponentConstructor.ConstructorInjectablePair<T> o2)
           
 



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