RESTEasy JAX-RS JSAPI 2.3.6.Final-redhat-1

org.jboss.resteasy.jsapi
Class ServiceRegistry

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

public class ServiceRegistry
extends Object

Author:
Stéphane Épardaud

Constructor Summary
ServiceRegistry(ServiceRegistry parent, ResourceMethodRegistry registry, ResteasyProviderFactory providerFactory, ResourceLocator locator)
           
 
Method Summary
 void collectResourceMethodsUntilRoot(List<Method> methods)
           
 String getFunctionPrefix()
           
 List<ServiceRegistry> getLocators()
           
 List<MethodMetaData> getMethodMetaData()
           
 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 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)

RESTEasy JAX-RS JSAPI 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.