org.richfaces.photoalbum.rest
Class JaxRsActivator
java.lang.Object
javax.ws.rs.core.Application
org.richfaces.photoalbum.rest.JaxRsActivator
public class JaxRsActivator
- extends javax.ws.rs.core.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 javax.ws.rs.core.Application |
getClasses, getSingletons |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxRsActivator
public JaxRsActivator()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.