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()
-
-
-
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 ResourceConfig createApp()
-
-