org.jboss.resteasy.jsapi
Class ServiceRegistry
java.lang.Object
org.jboss.resteasy.jsapi.ServiceRegistry
public class ServiceRegistry
- extends java.lang.Object
- Author:
- Stéphane Épardaud
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceRegistry
public ServiceRegistry(ServiceRegistry parent,
ResourceMethodRegistry registry,
ResteasyProviderFactory providerFactory,
ResourceLocator locator)
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.