org.jboss.resteasy.resteasy802
Class JaxRsActivator
java.lang.Object
javax.ws.rs.core.Application
org.jboss.resteasy.resteasy802.JaxRsActivator
public class JaxRsActivator
- extends Application
A class extending Application
and annotated with @ApplicationPath is the Java EE 6
"no XML" approach to activating JAX-RS.
Resources are served relative to the servlet path specified in the ApplicationPath
annotation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxRsActivator
public JaxRsActivator()
Copyright © 2013. All Rights Reserved.