public class App extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
getMethodCalled
Test assertion indicator that a GET method handler has been called.
|
static boolean |
headMethodCalled
Test assertion indicator that a HEAD method handler has been called.
|
static String |
ROOT_PATH
"Hello World" 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
public static volatile boolean getMethodCalled
public static volatile boolean headMethodCalled
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.