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 ServiceRegistry
ServiceRegistry. 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 String
MethodMetaData. appendURIFragments(ServiceRegistry registry, String classPath, String methodPath)
void
JSAPIWriter. 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 void
JSAPIWriter. 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)
-