|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Path in org.jboss.example.jaxrs2.async |
|---|
| Classes in org.jboss.example.jaxrs2.async with annotations of type Path | |
|---|---|
class |
ChatListener
|
class |
ChatSpeaker
|
class |
CustomerResource
|
| Methods in org.jboss.example.jaxrs2.async with annotations of type Path | |
|---|---|
Customer |
CustomerResource.getById(String id)
|
String |
ChatListener.ping()
|
| 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.resteasy760 |
|---|
| Classes in org.jboss.resteasy.resteasy760 with annotations of type Path | |
|---|---|
class |
TestResource
|
| Methods in org.jboss.resteasy.resteasy760 with annotations of type Path | |
|---|---|
String |
TestResource.noQueryPost(String formParam)
|
String |
TestResource.noQueryPostEncoded(String formParam)
|
String |
TestResource.noQueryPut(String formParam)
|
String |
TestResource.noQueryPutEncoded(String formParam)
|
String |
TestResource.queryPost(String formParam)
|
String |
TestResource.queryPostEncoded(String formParam)
|
String |
TestResource.queryPut(String formParam)
|
String |
TestResource.queryPutEncoded(String formParam)
|
| Uses of Path in org.jboss.resteasy.skeleton.key.client |
|---|
| Classes in org.jboss.resteasy.skeleton.key.client with annotations of type Path | |
|---|---|
interface |
SkeletonKeyAdminClient
|
| Methods in org.jboss.resteasy.skeleton.key.client with annotations of type Path | |
|---|---|
void |
ProjectsResource.addUserRole(String id,
String userId,
String roleId)
|
String |
TokenFactory.createSigned(Authentication auth)
|
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)
|
ProjectsResource |
SkeletonKeyAdminClient.projects()
|
void |
ProjectsResource.removeUserRole(String id,
String userId,
String roleId)
|
RolesResource |
SkeletonKeyAdminClient.roles()
|
TokensResource |
SkeletonKeyAdminClient.tokens()
|
void |
ProjectsResource.update(String id,
Project project)
|
void |
RolesResource.update(String id,
Role role)
|
void |
UsersResource.update(String id,
StoredUser user)
|
UsersResource |
SkeletonKeyAdminClient.users()
|
| Uses of Path in org.jboss.resteasy.skeleton.key.server |
|---|
| Classes in org.jboss.resteasy.skeleton.key.server with annotations of type Path | |
|---|---|
class |
ProjectsService
|
class |
RolesService
|
class |
TokenService
|
class |
UsersService
|
| Methods in org.jboss.resteasy.skeleton.key.server with annotations of type Path | |
|---|---|
void |
ProjectsService.addUserRole(String id,
String userId,
String roleId)
|
SignedOutput |
TokenService.createSigned(Authentication auth)
|
UrlToken |
TokenService.createTiny(Authentication auth)
|
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.update(String id,
Project project)
|
void |
RolesService.update(String id,
Role role)
|
void |
UsersService.update(String id,
StoredUser user)
|
| 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.async |
|---|
| Classes in org.jboss.resteasy.test.async with annotations of type Path | |
|---|---|
class |
JaxrsResource
|
class |
MyResource
|
| Methods in org.jboss.resteasy.test.async with annotations of type Path | |
|---|---|
void |
JaxrsResource.cancel(AsyncResponse response)
|
Response |
JaxrsResource.getCancelled()
|
void |
JaxrsResource.resetCancelled()
|
void |
MyResource.timeout(AsynchronousResponse response)
|
void |
JaxrsResource.timeout(AsyncResponse response)
|
| 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 |
ProtectedResource.getUserNameCtx(SecurityContext ctx)
|
String |
ProtectedResource.getUserRole()
|
String |
ProtectedResource.getUserRoleCtx(SecurityContext ctx)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||