org.jboss.cdi.tck.tests.context.application
Class JaxrsApplication

java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by 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

Constructor Summary
JaxrsApplication()
           
 
Method Summary
 Set<Class<?>> getClasses()
           
 
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
 

Constructor Detail

JaxrsApplication

public JaxrsApplication()
Method Detail

getClasses

public Set<Class<?>> getClasses()
Overrides:
getClasses in class javax.ws.rs.core.Application


Copyright © 2008-2012 Seam Framework. All Rights Reserved.