public class App extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ROOT_PATH_ANNOTATED
Annotated class-based tracing root resource path.
|
static String |
ROOT_PATH_PROGRAMMATIC
Programmatic tracing root resource path.
|
| Constructor and Description |
|---|
App() |
| Modifier and Type | Method and Description |
|---|---|
static org.glassfish.jersey.server.ResourceConfig |
create()
Create example application resource configuration.
|
static void |
main(String[] args)
Main application entry point.
|
public static final String ROOT_PATH_PROGRAMMATIC
public static final String ROOT_PATH_ANNOTATED
public static void main(String[] args)
args - application arguments.public static org.glassfish.jersey.server.ResourceConfig create()
Copyright © 2007-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.