Uses of Class
com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable

Packages that use AbstractHttpContextInjectable
com.sun.jersey.server.impl.inject   
 

Uses of AbstractHttpContextInjectable in com.sun.jersey.server.impl.inject
 

Methods in com.sun.jersey.server.impl.inject that return AbstractHttpContextInjectable
static AbstractHttpContextInjectable AbstractHttpContextInjectable.transform(Injectable i)
          Transform a Injectable into an instance of this class.
 

Methods in com.sun.jersey.server.impl.inject that return types with arguments of type AbstractHttpContextInjectable
 List<AbstractHttpContextInjectable> InjectableValuesProvider.getInjectables()
           
static List<AbstractHttpContextInjectable> AbstractHttpContextInjectable.transform(List<Injectable> l)
          Transform a list of Injectable into a list of this class.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.