|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.jersey.examples.httptrace.App
public class App
This is the example entry point, where Jersey application gets populated and published using the Grizzly 2 HTTP container.
| Field Summary | |
|---|---|
static String |
ROOT_PATH_ANNOTATED
Annotated class-based tracing root resource path. |
static String |
ROOT_PATH_PROGRAMMATIC
Programmatic tracing root resource path. |
| Constructor Summary | |
|---|---|
App()
|
|
| Method Summary | |
|---|---|
static org.glassfish.jersey.server.ResourceConfig |
create()
Create example application resource configuration. |
static void |
main(String[] args)
Main application entry point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ROOT_PATH_PROGRAMMATIC
public static final String ROOT_PATH_ANNOTATED
| Constructor Detail |
|---|
public App()
| Method Detail |
|---|
public static void main(String[] args)
args - application arguments.public static org.glassfish.jersey.server.ResourceConfig create()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||