| Class | Description |
|---|---|
| App |
Main Java application.
|
| App.JaxRsApplication |
JAX-RS application defined as a CDI bean.
|
| AppScopedResource |
Application scoped CDI based resource.
|
| CustomInterceptor |
CDI based JAX-RS interceptor that re-writes the original output
with request ID obtained from another CDI bean.
|
| HelloWorldResource |
Hello-world JAX-RS resource implemented as CDI bean.
|
| RequestScopedBean |
Request scoped CDI bean.
|
| RequestScopedResource |
JAX-RS resource class backed by a request scoped CDI bean.
|
| Annotation Type | Description |
|---|---|
| ResponseBodyFromCdiBean |
Binds
CustomInterceptor with resource methods that should return modified
entity than the one returned from the method. |
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.