org.glassfish.jersey.examples.helloworld.jaxrs
Class JaxRsApplication
java.lang.Object
javax.ws.rs.core.Application
org.glassfish.jersey.examples.helloworld.jaxrs.JaxRsApplication
public class JaxRsApplication
- extends javax.ws.rs.core.Application
JAX-RS Application class for this example.
- Author:
- Martin Matula (martin.matula at oracle.com)
| 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 |
JaxRsApplication
public JaxRsApplication()
getClasses
public Set<Class<?>> getClasses()
- Overrides:
getClasses in class javax.ws.rs.core.Application
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.