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
static java.util.List<AbstractHttpContextInjectable> AbstractHttpContextInjectable.transform(java.util.List<Injectable> l)
          Transform a list of Injectable into a list of this class.
 



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