Class App
java.lang.Object
org.glassfish.jersey.examples.httptrace.App
This is the example entry point, where Jersey application gets populated and published
using the Grizzly 2 HTTP container.
- Author:
- Jakub Podlesak, Marek Potociar
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceConfigcreate()Create example application resource configuration.static voidMain application entry point.
-
Field Details
-
ROOT_PATH_PROGRAMMATIC
Programmatic tracing root resource path.- See Also:
-
ROOT_PATH_ANNOTATED
Annotated class-based tracing root resource path.- See Also:
-
-
Constructor Details
-
App
public App()
-
-
Method Details
-
main
Main application entry point.- Parameters:
args- application arguments.
-
create
Create example application resource configuration.- Returns:
- initialized resource configuration of the example application.
-