org.glassfish.jersey.examples.servlet3.webapp
Class App
java.lang.Object
javax.ws.rs.core.Application
org.glassfish.jersey.examples.servlet3.webapp.App
public class App
- extends javax.ws.rs.core.Application
Test Application subclass for servlet3-webapp example.
- Author:
- Adam Lindenthal (adam.lindenthal at oracle.com)
|
Constructor Summary |
App()
|
| Methods inherited from class javax.ws.rs.core.Application |
getProperties, getSingletons |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
App
public App()
getClasses
public Set<Class<?>> getClasses()
- Overrides:
getClasses in class javax.ws.rs.core.Application
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.