Uses of Class
org.jboss.resteasy.jsapi.ServiceRegistry
-
Packages that use ServiceRegistry Package Description org.jboss.resteasy.jsapi -
-
Uses of ServiceRegistry in org.jboss.resteasy.jsapi
Methods in org.jboss.resteasy.jsapi that return ServiceRegistry Modifier and Type Method Description ServiceRegistryServiceRegistry. getParent()Methods in org.jboss.resteasy.jsapi that return types with arguments of type ServiceRegistry Modifier and Type Method Description List<ServiceRegistry>ServiceRegistry. getLocators()Methods in org.jboss.resteasy.jsapi with parameters of type ServiceRegistry Modifier and Type Method Description static StringMethodMetaData. appendURIFragments(ServiceRegistry registry, String classPath, String methodPath)voidJSAPIWriter. writeJavaScript(String uri, PrintWriter writer, ServiceRegistry serviceRegistry)Method parameters in org.jboss.resteasy.jsapi with type arguments of type ServiceRegistry Modifier and Type Method Description voidJSAPIWriter. writeJavaScript(String base, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Map<String,ServiceRegistry> serviceRegistries)Constructors in org.jboss.resteasy.jsapi with parameters of type ServiceRegistry Constructor Description MethodMetaData(ServiceRegistry serviceRegistry, ResourceMethodInvoker invoker)ServiceRegistry(ServiceRegistry parent, ResourceMethodRegistry registry, ResteasyProviderFactory providerFactory, ResourceLocatorInvoker invoker)
-