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() |
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-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.