Uses of Class
com.sun.jersey.server.impl.application.ResourceMethodDispatcherFactory

Packages that use ResourceMethodDispatcherFactory
com.sun.jersey.server.impl.model   
com.sun.jersey.server.impl.model.method   
 

Uses of ResourceMethodDispatcherFactory in com.sun.jersey.server.impl.model
 

Constructors in com.sun.jersey.server.impl.model with parameters of type ResourceMethodDispatcherFactory
ResourceClass(ResourceConfig config, ResourceMethodDispatcherFactory df, ServerInjectableProviderContext injectableContext, FilterFactory ff, WadlFactory wadlFactory, AbstractResource resource)
           
 

Uses of ResourceMethodDispatcherFactory in com.sun.jersey.server.impl.model.method
 

Constructors in com.sun.jersey.server.impl.model.method with parameters of type ResourceMethodDispatcherFactory
ResourceHttpMethod(ResourceMethodDispatcherFactory df, FilterFactory ff, AbstractResourceMethod method)
           
ResourceHttpMethod(ResourceMethodDispatcherFactory df, FilterFactory ff, java.util.List<ResourceFilter> resourceFilters, UriTemplate template, AbstractResourceMethod method)
           
ResourceHttpMethod(ResourceMethodDispatcherFactory df, FilterFactory ff, UriTemplate template, AbstractResourceMethod method)
           
 



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