org.modeshape.web.jcr.rest
Class JcrApplication

java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by org.modeshape.web.jcr.rest.JcrApplication

public class JcrApplication
extends javax.ws.rs.core.Application

Implementation of the JAX-RS Application class to identify all JAX-RS providers and classes in the application.

See Also:
Application

Constructor Summary
JcrApplication()
           
 
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

JcrApplication

public JcrApplication()
Method Detail

getClasses

public Set<Class<?>> getClasses()

Specified by:
getClasses in class javax.ws.rs.core.Application
See Also:
Application.getClasses()


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.