Uses of Class
javax.ws.rs.PUT

Packages that use PUT
org.jboss.resteasy.keystone.client   
org.jboss.resteasy.keystone.server   
org.jboss.resteasy.resteasy760   
org.jboss.resteasy.test.async   
 

Uses of PUT in org.jboss.resteasy.keystone.client
 

Methods in org.jboss.resteasy.keystone.client with annotations of type PUT
 void ProjectsResource.addUserRole(String id, String userId, String roleId)
           
 void ProjectsResource.update(String id, Project project)
           
 void RolesResource.update(String id, Role role)
           
 void UsersResource.update(String id, StoredUser user)
           
 

Uses of PUT in org.jboss.resteasy.keystone.server
 

Methods in org.jboss.resteasy.keystone.server with annotations of type PUT
 void ProjectsService.addUserRole(String id, String userId, String roleId)
           
 void ProjectsService.update(String id, Project project)
           
 void RolesService.update(String id, Role role)
           
 void UsersService.update(String id, StoredUser user)
           
 

Uses of PUT in org.jboss.resteasy.resteasy760
 

Methods in org.jboss.resteasy.resteasy760 with annotations of type PUT
 String TestResource.noQueryPut(String formParam)
           
 String TestResource.noQueryPutEncoded(String formParam)
           
 String TestResource.queryPut(String formParam)
           
 String TestResource.queryPutEncoded(String formParam)
           
 

Uses of PUT in org.jboss.resteasy.test.async
 

Methods in org.jboss.resteasy.test.async with annotations of type PUT
 void JaxrsResource.resetCancelled()
           
 



Copyright © 2013. All Rights Reserved.