Uses of Class
javax.ws.rs.Path

Packages that use Path
org.jboss.resteasy.core   
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, java.lang.String jobId)
           
 Response AsynchronousDispatcher.readAndRemove(long wait, java.lang.String jobId)
           
 void AsynchronousDispatcher.remove(java.lang.String jobId)
           
 

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(java.lang.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
 java.lang.String MyResource.getApplicationCount()
           
 java.lang.String MyResource.getCount()
           
 java.lang.String MyResource.getException()
           
 

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
 java.lang.String ProtectedResource.getAdminNameCtx(SecurityContext ctx)
           
 java.lang.String ProtectedResource.getAdminRole()
           
 java.lang.String ProtectedResource.getAdminRoleCtx(SecurityContext ctx)
           
 java.lang.String ProtectedResource.getAuthMethod(SecurityContext ctx)
           
 java.lang.String SimpleResource.getBasic()
           
 SimpleResource LocatingResource.getLocating()
           
 java.lang.String SimpleResource.getMatrixParam(java.lang.String param)
           
 java.lang.String SimpleResource.getQueryParam(java.lang.String param)
           
 int SimpleResource.getUriParam(int param)
           
 java.lang.String ProtectedResource.getUserNameCtx(SecurityContext ctx)
           
 java.lang.String ProtectedResource.getUserRole()
           
 java.lang.String ProtectedResource.getUserRoleCtx(SecurityContext ctx)
           
 java.lang.String SimpleResource.getWild()
           
 void SimpleResource.putBasic(java.lang.String body)
           
 



Copyright © 2010. All Rights Reserved.