|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathParam | |
---|---|
org.jboss.example.jaxrs2.async | |
org.jboss.resteasy.cdi.decorators | This package (along with @see org.jboss.resteasy.test.cdi.decorators) tests the application of CDI decorators to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources |
org.jboss.resteasy.cdi.ejb | This package (along with @see org.jboss.resteasy.test.cdi.ejb) tests EJBs used as JAX-RS components. |
org.jboss.resteasy.cdi.events | This package (along with @see org.jboss.resteasy.test.cdi.events) tests CDI event processing with JAX-RS components. |
org.jboss.resteasy.cdi.events.ejb | This package (along with @see org.jboss.resteasy.test.cdi.events.ejb) tests CDI events with EJBs. |
org.jboss.resteasy.cdi.injection | This package (along with @see org.jboss.resteasy.test.cdi.injection) tests injection into JAX-RS components. |
org.jboss.resteasy.cdi.interceptors | This package (along with @see org.jboss.resteasy.test.cdi.interceptors) tests the application of interceptors to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources There are class level interceptors and method level interceptors. |
org.jboss.resteasy.cdi.validation | This package (along with @see org.jboss.resteasy.test.cdi.validation) tests the application of validation (@see JSR 303: Bean Validation) to JAX-RS resources. |
org.jboss.resteasy.core | |
org.jboss.resteasy.examples | |
org.jboss.resteasy.keystone.client | |
org.jboss.resteasy.keystone.server | |
org.jboss.resteasy.plugins.providers.html | |
org.jboss.resteasy.skeleton.key.idm.service |
Uses of PathParam in org.jboss.example.jaxrs2.async |
---|
Method parameters in org.jboss.example.jaxrs2.async with annotations of type PathParam | |
---|---|
Customer |
CustomerResource.getById(String id)
|
Uses of PathParam in org.jboss.resteasy.cdi.decorators |
---|
Method parameters in org.jboss.resteasy.cdi.decorators with annotations of type PathParam | |
---|---|
Book |
TestResourceIntf.lookupBookById(int id)
|
Book |
TestResource.lookupBookById(int id)
|
Uses of PathParam in org.jboss.resteasy.cdi.ejb |
---|
Method parameters in org.jboss.resteasy.cdi.ejb with annotations of type PathParam | |
---|---|
Book |
EJBResourceParent.lookupBookById(int id)
|
Book |
EJBBookResource.lookupBookById(int id)
|
int |
EJBResourceParent.testUse(int count)
|
int |
EJBBookResource.testUse(int count)
|
Uses of PathParam in org.jboss.resteasy.cdi.events |
---|
Method parameters in org.jboss.resteasy.cdi.events with annotations of type PathParam | |
---|---|
Book |
EventResource.lookupBookById(int id)
|
Uses of PathParam in org.jboss.resteasy.cdi.events.ejb |
---|
Method parameters in org.jboss.resteasy.cdi.events.ejb with annotations of type PathParam | |
---|---|
Book |
EventSourceImpl.lookupBookById(int id)
|
Book |
EventSource.lookupBookById(int id)
|
Uses of PathParam in org.jboss.resteasy.cdi.injection |
---|
Method parameters in org.jboss.resteasy.cdi.injection with annotations of type PathParam | |
---|---|
Book |
BookResource.lookupBookById(int id)
|
Uses of PathParam in org.jboss.resteasy.cdi.interceptors |
---|
Method parameters in org.jboss.resteasy.cdi.interceptors with annotations of type PathParam | |
---|---|
Book |
InterceptorResource.lookupBookById(int id)
|
Uses of PathParam in org.jboss.resteasy.cdi.validation |
---|
Method parameters in org.jboss.resteasy.cdi.validation with annotations of type PathParam | |
---|---|
int |
ErrorFreeResourceImpl.test(int num)
|
int |
ErrorFreeResource.test(int num)
|
Response |
ErroneousResourceImpl.test(int num)
|
Response |
ErroneousResource.test(int num)
|
Uses of PathParam in org.jboss.resteasy.core |
---|
Method parameters in org.jboss.resteasy.core with annotations of type PathParam | |
---|---|
Response |
AsynchronousDispatcher.get(long wait,
String jobId)
|
Response |
AsynchronousDispatcher.readAndRemove(long wait,
String jobId)
|
void |
AsynchronousDispatcher.remove(String jobId)
|
Uses of PathParam in org.jboss.resteasy.examples |
---|
Method parameters in org.jboss.resteasy.examples with annotations of type PathParam | |
---|---|
String |
Orders.getOrder(String id)
|
Uses of PathParam in org.jboss.resteasy.keystone.client |
---|
Method parameters in org.jboss.resteasy.keystone.client with annotations of type PathParam | |
---|---|
void |
ProjectsResource.addUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsResource.addUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsResource.addUserRole(String id,
String userId,
String roleId)
|
Response |
UsersResource.delete(String id)
|
void |
RolesResource.delete(String id)
|
Response |
ProjectsResource.delete(String id)
|
User |
UsersResource.get(String id)
|
Access |
TokenVerifier.get(String tokenId)
|
Role |
RolesResource.get(String id)
|
Project |
ProjectsResource.get(String id)
|
void |
ProjectsResource.removeUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsResource.removeUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsResource.removeUserRole(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 PathParam in org.jboss.resteasy.keystone.server |
---|
Method parameters in org.jboss.resteasy.keystone.server with annotations of type PathParam | |
---|---|
void |
ProjectsService.addUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsService.addUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsService.addUserRole(String id,
String userId,
String roleId)
|
Response |
UsersService.delete(String id)
|
Response |
RolesService.delete(String id)
|
Response |
ProjectsService.delete(String id)
|
User |
UsersService.get(String id)
|
Access |
TokenService.get(String tokenId)
|
Role |
RolesService.get(String id)
|
Project |
ProjectsService.getProject(String id)
|
void |
ProjectsService.removeUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsService.removeUserRole(String id,
String userId,
String roleId)
|
void |
ProjectsService.removeUserRole(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 PathParam in org.jboss.resteasy.plugins.providers.html |
---|
Method parameters in org.jboss.resteasy.plugins.providers.html with annotations of type PathParam | |
---|---|
Redirect |
TestHtmlResource.testParam(String value)
|
Uses of PathParam in org.jboss.resteasy.skeleton.key.idm.service |
---|
Method parameters in org.jboss.resteasy.skeleton.key.idm.service with annotations of type PathParam | |
---|---|
Response |
TokenManagement.accessRequest(String realmId,
MultivaluedMap<String,String> formData)
|
Response |
TokenManagement.accessTokenGrant(String realmId,
MultivaluedMap<String,String> formParams)
OAuth Section 4.4 Client Credentials Grant |
PublishedRealmRepresentation |
RealmResource.getRealm(String id)
|
String |
RealmResource.getRealmHtml(String id)
|
Response |
TokenManagement.login(String realmName,
MultivaluedMap<String,String> formData)
|
Response |
TokenManagement.requestAccessCode(String realmName,
String responseType,
String redirect,
String clientId,
String scopeParam,
String state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |