A C G H I J M O P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- App - Class in org.glassfish.jersey.examples.helloworld
-
Main Java application.
- App() - Constructor for class org.glassfish.jersey.examples.helloworld.App
- App.JaxRsApplication - Class in org.glassfish.jersey.examples.helloworld
-
JAX-RS application defined as a CDI bean.
- AppScopedResource - Class in org.glassfish.jersey.examples.helloworld
-
Application scoped CDI based resource.
- AppScopedResource() - Constructor for class org.glassfish.jersey.examples.helloworld.AppScopedResource
- aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.examples.helloworld.CustomInterceptor
C
- createJaxRsApp() - Static method in class org.glassfish.jersey.examples.helloworld.App
-
Create JAX-RS application.
- CustomInterceptor - Class in org.glassfish.jersey.examples.helloworld
-
CDI based JAX-RS interceptor that re-writes the original output with request ID obtained from another CDI bean.
- CustomInterceptor() - Constructor for class org.glassfish.jersey.examples.helloworld.CustomInterceptor
G
- getCdiInjectedJaxRsAppUri() - Method in class org.glassfish.jersey.examples.helloworld.RequestScopedResource
- getClasses() - Method in class org.glassfish.jersey.examples.helloworld.App.JaxRsApplication
- getCount() - Method in class org.glassfish.jersey.examples.helloworld.AppScopedResource
- getCounter() - Method in class org.glassfish.jersey.examples.helloworld.RequestScopedResource
- getHello() - Method in class org.glassfish.jersey.examples.helloworld.HelloWorldResource
- getJaxRsInjectedUIUri() - Method in class org.glassfish.jersey.examples.helloworld.RequestScopedResource
- getMyself() - Method in class org.glassfish.jersey.examples.helloworld.RequestScopedResource
- getRequestId() - Method in class org.glassfish.jersey.examples.helloworld.RequestScopedBean
-
Get me current request ID.
H
- HelloWorldResource - Class in org.glassfish.jersey.examples.helloworld
-
Hello-world JAX-RS resource implemented as CDI bean.
- HelloWorldResource() - Constructor for class org.glassfish.jersey.examples.helloworld.HelloWorldResource
I
- interceptedParameterized(String) - Method in class org.glassfish.jersey.examples.helloworld.RequestScopedResource
- interceptedParameterizedAsync(String, AsyncResponse) - Method in class org.glassfish.jersey.examples.helloworld.RequestScopedResource
J
- JaxRsApplication() - Constructor for class org.glassfish.jersey.examples.helloworld.App.JaxRsApplication
M
- main(String[]) - Static method in class org.glassfish.jersey.examples.helloworld.App
O
- org.glassfish.jersey.examples.helloworld - package org.glassfish.jersey.examples.helloworld
P
- parameterizedStraight(String) - Method in class org.glassfish.jersey.examples.helloworld.RequestScopedResource
R
- RequestScopedBean - Class in org.glassfish.jersey.examples.helloworld
-
Request scoped CDI bean.
- RequestScopedBean() - Constructor for class org.glassfish.jersey.examples.helloworld.RequestScopedBean
- RequestScopedResource - Class in org.glassfish.jersey.examples.helloworld
-
JAX-RS resource class backed by a request scoped CDI bean.
- RequestScopedResource() - Constructor for class org.glassfish.jersey.examples.helloworld.RequestScopedResource
- ResponseBodyFromCdiBean - Annotation Type in org.glassfish.jersey.examples.helloworld
-
Binds
CustomInterceptorwith resource methods that should return modified entity than the one returned from the method. - ROOT_PATH - Static variable in class org.glassfish.jersey.examples.helloworld.App
S
- setRequestId(String) - Method in class org.glassfish.jersey.examples.helloworld.RequestScopedBean
-
Request ID setter.
All Classes All Packages