Uses of Class
org.jboss.resteasy.jsapi.ServiceRegistry

Packages that use ServiceRegistry
org.jboss.resteasy.jsapi   
 

Uses of ServiceRegistry in org.jboss.resteasy.jsapi
 

Methods in org.jboss.resteasy.jsapi that return types with arguments of type ServiceRegistry
 List<ServiceRegistry> ServiceRegistry.getLocators()
           
 

Methods in org.jboss.resteasy.jsapi with parameters of type ServiceRegistry
static String MethodMetaData.appendURIFragments(ServiceRegistry registry, Path classPath, Path methodPath)
           
 void JSAPIWriter.writeJavaScript(String uri, PrintWriter writer, ServiceRegistry serviceRegistry)
           
 

Constructors in org.jboss.resteasy.jsapi with parameters of type ServiceRegistry
MethodMetaData(ServiceRegistry serviceRegistry, ResourceMethod resource)
           
ServiceRegistry(ServiceRegistry parent, ResourceMethodRegistry registry, ResteasyProviderFactory providerFactory, ResourceLocator locator)
           
 



Copyright © 2012. All Rights Reserved.