|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Path | |
---|---|
org.jboss.example.jaxrs2.async | |
org.jboss.resteasy.cdi.asynch | This package (along with @see org.jboss.resteasy.test.cdi.asynch) tests JAX-RS and EJB asynchronous processing. |
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.extension.bean | This package (along with @see org.jboss.resteasy.test.cdi.extension.bean) introduces an application defined implementation of javax.enterprise.inject.spi.Bean. |
org.jboss.resteasy.cdi.extension.scope | This package (along with @see org.jboss.resteasy.test.cdi.extension.scope) introduces an application defined scope. |
org.jboss.resteasy.cdi.generic | This package (along with @see org.jboss.resteasy.test.cdi.generic) tests injection with parameterized required types and/or parameterized bean types. |
org.jboss.resteasy.cdi.inheritence | This package (along with @see org.jboss.resteasy.test.cdi.inheritence) tests alternatives, alternative stereotypes, and specialization. |
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.injection.reverse | This package (along with @see org.jboss.resteasy.test.cdi.injection.reverse) tests injection of JAX-RS components into EJBs. |
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.modules | This package (along with @see org.jboss.resteasy.test.cdi.modules) tests injection of beans into JAX-RS resources across various jar, ejb-jar, war, and ear boundaries. |
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.example.oauth | |
org.jboss.resteasy.examples | |
org.jboss.resteasy.jsapi | |
org.jboss.resteasy.keystone.client | |
org.jboss.resteasy.keystone.server | |
org.jboss.resteasy.plugins.providers.html | |
org.jboss.resteasy.plugins.stats | |
org.jboss.resteasy.resteasy760 | |
org.jboss.resteasy.skeleton.key.idm.service | |
org.jboss.resteasy.test.application | |
org.jboss.resteasy.test.async | |
org.jboss.resteasy.test.smoke |
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.cdi.asynch |
---|
Classes in org.jboss.resteasy.cdi.asynch with annotations of type Path | |
---|---|
class |
AsynchronousResource
|
Methods in org.jboss.resteasy.cdi.asynch with annotations of type Path | |
---|---|
void |
AsynchronousResource.asynchAsynch(AsyncResponse asyncResponse)
|
void |
AsynchronousResource.asynchEJB(AsyncResponse asyncResponse)
|
Response |
AsynchronousResource.asynchSimple()
|
Uses of Path in org.jboss.resteasy.cdi.decorators |
---|
Classes in org.jboss.resteasy.cdi.decorators with annotations of type Path | |
---|---|
class |
TestResource
|
Methods in org.jboss.resteasy.cdi.decorators with annotations of type Path | |
---|---|
Response |
TestResourceIntf.createBook(Book book)
|
Response |
TestResource.createBook(Book book)
|
Book |
TestResourceIntf.lookupBookById(int id)
|
Book |
TestResource.lookupBookById(int id)
|
Response |
TestResourceIntf.test()
|
Response |
TestResource.test()
|
Uses of Path in org.jboss.resteasy.cdi.ejb |
---|
Classes in org.jboss.resteasy.cdi.ejb with annotations of type Path | |
---|---|
class |
EJBBookResource
|
interface |
EJBLocalResource
|
interface |
EJBResourceParent
|
Methods in org.jboss.resteasy.cdi.ejb with annotations of type Path | |
---|---|
int |
EJBResourceParent.createBook(Book book)
|
int |
EJBBookResource.createBook(Book book)
|
Book |
EJBResourceParent.lookupBookById(int id)
|
Book |
EJBBookResource.lookupBookById(int id)
|
void |
EJBResourceParent.reset()
|
void |
EJBBookResource.reset()
|
int |
EJBResourceParent.testUse(int count)
|
int |
EJBBookResource.testUse(int count)
|
int |
EJBResourceParent.verifyInjection()
|
int |
EJBBookResource.verifyInjection()
|
int |
EJBResourceParent.verifyScopes()
|
int |
EJBBookResource.verifyScopes()
|
Uses of Path in org.jboss.resteasy.cdi.events |
---|
Classes in org.jboss.resteasy.cdi.events with annotations of type Path | |
---|---|
class |
EventResource
|
Methods in org.jboss.resteasy.cdi.events with annotations of type Path | |
---|---|
Response |
EventResource.createBook(Book book)
|
Book |
EventResource.lookupBookById(int id)
|
Response |
EventResource.test()
|
Uses of Path in org.jboss.resteasy.cdi.extension.bean |
---|
Classes in org.jboss.resteasy.cdi.extension.bean with annotations of type Path | |
---|---|
class |
TestResource
|
Methods in org.jboss.resteasy.cdi.extension.bean with annotations of type Path | |
---|---|
Response |
TestResource.setup()
|
Uses of Path in org.jboss.resteasy.cdi.extension.scope |
---|
Classes in org.jboss.resteasy.cdi.extension.scope with annotations of type Path | |
---|---|
class |
ExtensionResource
|
Methods in org.jboss.resteasy.cdi.extension.scope with annotations of type Path | |
---|---|
Response |
ExtensionResource.setup()
|
Response |
ExtensionResource.test1()
|
Response |
ExtensionResource.test2()
|
Response |
ExtensionResource.test3()
|
Uses of Path in org.jboss.resteasy.cdi.generic |
---|
Classes in org.jboss.resteasy.cdi.generic with annotations of type Path | |
---|---|
class |
ConcreteResource
|
class |
HierarchyTypedResource<T extends Animal>
|
class |
LowerBoundTypedResource<T extends HierarchyHolder<? super Primate>>
|
class |
NestedTypedResource<T extends HierarchyHolder<? extends Primate>>
|
class |
ObjectTypedResource<T>
|
class |
UpperBoundTypedResource<T extends HierarchyHolder<? extends Primate>>
|
Methods in org.jboss.resteasy.cdi.generic with annotations of type Path | |
---|---|
Response |
UpperBoundTypedResourceIntf.clear()
|
Response |
UpperBoundTypedResource.clear()
|
Response |
LowerBoundTypedResourceIntf.clear()
|
Response |
LowerBoundTypedResource.clear()
|
Response |
ConcreteResourceIntf.clear()
|
Response |
ConcreteResource.clear()
|
Response |
UpperBoundTypedResourceIntf.execute()
|
Response |
UpperBoundTypedResource.execute()
|
Response |
LowerBoundTypedResourceIntf.execute()
|
Response |
LowerBoundTypedResource.execute()
|
Response |
ConcreteResourceIntf.execute()
|
Response |
ConcreteResource.execute()
|
Response |
UpperBoundTypedResourceIntf.testDecorators()
|
Response |
UpperBoundTypedResource.testDecorators()
|
Response |
ObjectTypedResourceIntf.testDecorators()
|
Response |
ObjectTypedResource.testDecorators()
|
Response |
NestedTypedResourceIntf.testDecorators()
|
Response |
NestedTypedResource.testDecorators()
|
Response |
LowerBoundTypedResourceIntf.testDecorators()
|
Response |
LowerBoundTypedResource.testDecorators()
|
Response |
HierarchyTypedResourceIntf.testDecorators()
|
Response |
HierarchyTypedResource.testDecorators()
|
Response |
ConcreteResourceIntf.testDecorators()
|
Response |
ConcreteResource.testDecorators()
|
Response |
UpperBoundTypedResourceIntf.testGenerics()
|
Response |
UpperBoundTypedResource.testGenerics()
|
Response |
ObjectTypedResourceIntf.testGenerics()
|
Response |
ObjectTypedResource.testGenerics()
|
Response |
NestedTypedResourceIntf.testGenerics()
|
Response |
NestedTypedResource.testGenerics()
|
Response |
LowerBoundTypedResourceIntf.testGenerics()
|
Response |
LowerBoundTypedResource.testGenerics()
|
Response |
HierarchyTypedResourceIntf.testGenerics()
|
Response |
HierarchyTypedResource.testGenerics()
|
Response |
ConcreteResourceIntf.testGenerics()
|
Response |
ConcreteResource.testGenerics()
|
Uses of Path in org.jboss.resteasy.cdi.inheritence |
---|
Classes in org.jboss.resteasy.cdi.inheritence with annotations of type Path | |
---|---|
class |
InheritanceResource
|
Methods in org.jboss.resteasy.cdi.inheritence with annotations of type Path | |
---|---|
Response |
InheritanceResource.alternativeSelected()
|
Response |
InheritanceResource.alternativeVanilla()
|
Response |
InheritanceResource.specialized()
|
Response |
InheritanceResource.vanilla()
|
Uses of Path in org.jboss.resteasy.cdi.injection |
---|
Classes in org.jboss.resteasy.cdi.injection with annotations of type Path | |
---|---|
class |
BookResource
|
class |
UnscopedResource
|
Methods in org.jboss.resteasy.cdi.injection with annotations of type Path | |
---|---|
Response |
BookResource.consumeBookMessageFromMDB()
|
Response |
BookResource.consumeBookMessageFromQueue()
|
Response |
BookResource.createBook(Book book)
|
void |
BookResource.empty()
|
Collection<Book> |
BookResource.getBooksMDB()
|
String |
BookResource.getCounters()
|
Collection<Book> |
BookResource.listAllMembers()
|
Book |
BookResource.lookupBookById(int id)
|
GenericEntity<Collection<Book>> |
BookResource.mdbGetBag()
|
Response |
BookResource.produceBookMessage(Book book)
|
Response |
BookResource.sessionAdd(javax.servlet.http.HttpServletRequest request,
Book book)
|
Collection<Book> |
BookResource.sessionGetBag(javax.servlet.http.HttpServletRequest request)
|
Response |
BookResource.sessionTest(javax.servlet.http.HttpServletRequest request)
|
Response |
BookResource.testDisposer()
|
Response |
BookResource.testEntityManager()
|
Response |
BookResource.verifyScopes()
|
Uses of Path in org.jboss.resteasy.cdi.injection.reverse |
---|
Classes in org.jboss.resteasy.cdi.injection.reverse with annotations of type Path | |
---|---|
class |
ReverseInjectionResource
|
Methods in org.jboss.resteasy.cdi.injection.reverse with annotations of type Path | |
---|---|
Response |
ReverseInjectionResource.setup()
|
Response |
ReverseInjectionResource.test()
|
Response |
ReverseInjectionResource.testScopes()
|
Uses of Path in org.jboss.resteasy.cdi.interceptors |
---|
Classes in org.jboss.resteasy.cdi.interceptors with annotations of type Path | |
---|---|
class |
InterceptorResource
|
class |
TimerInterceptorResource
|
Methods in org.jboss.resteasy.cdi.interceptors with annotations of type Path | |
---|---|
Response |
InterceptorResource.createBook(Book book)
|
Book |
InterceptorResource.lookupBookById(int id)
|
Response |
TimerInterceptorResourceIntf.scheduleTimer()
|
Response |
TimerInterceptorResource.scheduleTimer()
|
Response |
InterceptorResource.test()
|
Response |
TimerInterceptorResourceIntf.testTimer()
|
Response |
TimerInterceptorResource.testTimer()
|
Uses of Path in org.jboss.resteasy.cdi.modules |
---|
Classes in org.jboss.resteasy.cdi.modules with annotations of type Path | |
---|---|
class |
ModulesResource
|
Methods in org.jboss.resteasy.cdi.modules with annotations of type Path | |
---|---|
Response |
ModulesResourceIntf.test()
|
Response |
ModulesResource.test()
|
Uses of Path in org.jboss.resteasy.cdi.validation |
---|
Classes in org.jboss.resteasy.cdi.validation with annotations of type Path | |
---|---|
class |
ErroneousResourceImpl
|
interface |
ErrorFreeResource
|
class |
ErrorFreeResourceImpl
|
Methods in org.jboss.resteasy.cdi.validation with annotations of type Path | |
---|---|
int |
ErrorFreeResourceImpl.test(int num)
|
int |
ErrorFreeResource.test(int num)
|
Response |
ErroneousResourceImpl.test(int num)
|
Response |
ErroneousResource.test(int num)
|
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.example.oauth |
---|
Classes in org.jboss.resteasy.example.oauth with annotations of type Path | |
---|---|
class |
CustomerService
|
class |
ProductService
|
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.keystone.client |
---|
Classes in org.jboss.resteasy.keystone.client with annotations of type Path | |
---|---|
interface |
SkeletonKeyAdminClient
|
Methods in org.jboss.resteasy.keystone.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.keystone.server |
---|
Classes in org.jboss.resteasy.keystone.server with annotations of type Path | |
---|---|
class |
ProjectsService
|
class |
RolesService
|
class |
TokenService
|
class |
UsersService
|
Methods in org.jboss.resteasy.keystone.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.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.idm.service |
---|
Classes in org.jboss.resteasy.skeleton.key.idm.service with annotations of type Path | |
---|---|
class |
RealmFactory
|
class |
RealmResource
|
class |
TokenManagement
|
Methods in org.jboss.resteasy.skeleton.key.idm.service with annotations of type Path | |
---|---|
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 |
RealmResource.getRealmsByName(String name)
|
String |
RealmResource.getRealmsByNameHtml(String name)
|
Response |
TokenManagement.login(String realmName,
MultivaluedMap<String,String> formData)
|
Response |
TokenManagement.requestAccessCode(String realmName,
String responseType,
String redirect,
String clientId,
String scopeParam,
String state)
|
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 |