org.jboss.resteasy.jsapi
Class ServiceRegistry

java.lang.Object
  extended by org.jboss.resteasy.jsapi.ServiceRegistry

public class ServiceRegistry
extends java.lang.Object

Author:
Stéphane Épardaud

Constructor Summary
ServiceRegistry(ServiceRegistry parent, ResourceMethodRegistry registry, ResteasyProviderFactory providerFactory, ResourceLocator locator)
           
 
Method Summary
 void collectResourceMethodsUntilRoot(java.util.List<java.lang.reflect.Method> methods)
           
 java.lang.String getFunctionPrefix()
           
 java.util.List<ServiceRegistry> getLocators()
           
 java.util.List<MethodMetaData> getMethodMetaData()
           
 java.lang.String getUri()
           
 boolean isRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceRegistry

public ServiceRegistry(ServiceRegistry parent,
                       ResourceMethodRegistry registry,
                       ResteasyProviderFactory providerFactory,
                       ResourceLocator locator)
Method Detail

getMethodMetaData

public java.util.List<MethodMetaData> getMethodMetaData()

getLocators

public java.util.List<ServiceRegistry> getLocators()

getUri

public java.lang.String getUri()

isRoot

public boolean isRoot()

getFunctionPrefix

public java.lang.String getFunctionPrefix()

collectResourceMethodsUntilRoot

public void collectResourceMethodsUntilRoot(java.util.List<java.lang.reflect.Method> methods)


Copyright © 2011. All Rights Reserved.