org.glassfish.jersey.examples.clipboard
Class App
java.lang.Object
org.glassfish.jersey.examples.clipboard.App
public class App
- extends Object
This is the example entry point, where Jersey application for the example
gets populated and published using the Grizzly 2 HTTP container.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
|
Constructor Summary |
App()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROOT_PATH
public static final String ROOT_PATH
- Clipboard root resource path.
- See Also:
- Constant Field Values
App
public App()
main
public static void main(String[] args)
- Main application entry point.
- Parameters:
args - application arguments.
createProgrammaticClipboardApp
public static ResourceConfig createProgrammaticClipboardApp()
- Create example application resource configuration.
- Returns:
- initialized resource configuration of the example application.
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.