org.jboss.resteasy.jsapi
Class ServiceRegistry
java.lang.Object
org.jboss.resteasy.jsapi.ServiceRegistry
public class ServiceRegistry
- extends 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 List<MethodMetaData> getMethodMetaData()
getLocators
public List<ServiceRegistry> getLocators()
getUri
public String getUri()
isRoot
public boolean isRoot()
getFunctionPrefix
public String getFunctionPrefix()
collectResourceMethodsUntilRoot
public void collectResourceMethodsUntilRoot(List<Method> methods)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.