org.jboss.cdi.tck.tests.context.application
Class JaxrsApplication
java.lang.Object
javax.ws.rs.core.Application
org.jboss.cdi.tck.tests.context.application.JaxrsApplication
public class JaxrsApplication
- extends javax.ws.rs.core.Application
Portable configuration for JAX-RS. This class must be used in the web.xml as a servlet in order to activate the JAX-RS
resources.
- Author:
- David Allen
| Methods inherited from class javax.ws.rs.core.Application |
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 © 2008-2012 Seam Framework. All Rights Reserved.