Class App
java.lang.Object
org.glassfish.jersey.examples.helloworld.App
Main Java application. Used to bootstrap Weld container and start Grizzly HTTP container.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJAX-RS application defined as a CDI bean. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ROOT_PATH
- See Also:
-
-
Constructor Details
-
App
public App()
-
-
Method Details
-
main
-
createJaxRsApp
Create JAX-RS application. The same one is used also in the tests.- Returns:
- Jersey's resource configuration of the Weld application.
-