Class App
- java.lang.Object
-
- org.glassfish.jersey.examples.jsonp.App
-
public class App extends Object
Utility class which can createApplicationHandlerinstance and provides support for running this sample from command line.- Author:
- Jakub Podlesak, Marek Potociar
-
-
Constructor Summary
Constructors Constructor Description App()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.glassfish.jersey.server.ResourceConfigcreateApp()static voidmain(String[] args)
-
-
-
Field Detail
-
ROOT_PATH
public static final String ROOT_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
-
createApp
public static org.glassfish.jersey.server.ResourceConfig createApp()
-
-