Uses of Class
javax.ws.rs.Path

Packages that use Path
org.jboss.resteasy.core   
org.jboss.resteasy.examples   
org.jboss.resteasy.jsapi   
org.jboss.resteasy.plugins.providers.html   
org.jboss.resteasy.plugins.stats   
org.jboss.resteasy.test.application   
org.jboss.resteasy.test.smoke   
 

Uses of Path in org.jboss.resteasy.core
 

Classes in org.jboss.resteasy.core with annotations of type Path
 class AsynchronousDispatcher
           
 

Methods in org.jboss.resteasy.core with annotations of type Path
 Response AsynchronousDispatcher.get(long wait, String jobId)
           
 Response AsynchronousDispatcher.readAndRemove(long wait, String jobId)
           
 void AsynchronousDispatcher.remove(String jobId)
           
 

Uses of Path in org.jboss.resteasy.examples
 

Classes in org.jboss.resteasy.examples with annotations of type Path
 class Orders
           
 

Methods in org.jboss.resteasy.examples with annotations of type Path
 String Orders.getOrder(String id)
           
 

Uses of Path in org.jboss.resteasy.jsapi
 

Methods in org.jboss.resteasy.jsapi with parameters of type Path
static String MethodMetaData.appendURIFragments(ServiceRegistry registry, Path classPath, Path methodPath)
           
 

Uses of Path in org.jboss.resteasy.plugins.providers.html
 

Classes in org.jboss.resteasy.plugins.providers.html with annotations of type Path
 class TestHtmlResource
           
 

Methods in org.jboss.resteasy.plugins.providers.html with annotations of type Path
 Redirect TestHtmlResource.testParam(String value)
           
 

Uses of Path in org.jboss.resteasy.plugins.stats
 

Classes in org.jboss.resteasy.plugins.stats with annotations of type Path
 class RegistryStatsResource
           
 

Uses of Path in org.jboss.resteasy.test.application
 

Classes in org.jboss.resteasy.test.application with annotations of type Path
 class MyResource
           
 

Methods in org.jboss.resteasy.test.application with annotations of type Path
 String MyResource.getApplicationCount()
           
 String MyResource.getCount()
           
 String MyResource.getException()
           
 void MyResource.nullFoo(MyResource.Foo foo)
           
 

Uses of Path in org.jboss.resteasy.test.smoke
 

Classes in org.jboss.resteasy.test.smoke with annotations of type Path
 class ProtectedResource
           
 

Methods in org.jboss.resteasy.test.smoke with annotations of type Path
 String ProtectedResource.getAdminNameCtx(SecurityContext ctx)
           
 String ProtectedResource.getAdminRole()
           
 String ProtectedResource.getAdminRoleCtx(SecurityContext ctx)
           
 String ProtectedResource.getAuthMethod(SecurityContext ctx)
           
 String SimpleResource.getBasic()
           
 SimpleResource LocatingResource.getLocating()
           
 String SimpleResource.getMatrixParam(String param)
           
 String SimpleResource.getQueryParam(String param)
           
 int SimpleResource.getUriParam(int param)
           
 String ProtectedResource.getUserNameCtx(SecurityContext ctx)
           
 String ProtectedResource.getUserRole()
           
 String ProtectedResource.getUserRoleCtx(SecurityContext ctx)
           
 String SimpleResource.getWild()
           
 void SimpleResource.putBasic(String body)
           
 



Copyright © 2012. All Rights Reserved.