Package org.modeshape.web.jcr.rest

This package contains the core components for the ModeShape REST server implementation.

See:
          Description


Class Summary
AbstractJcrResource  
ItemsResource RESTEasy handler to provide the JCR resources at the URIs below.
JcrApplication Implementation of the JAX-RS Application class to identify all JAX-RS providers and classes in the application.
JcrResources RESTEasy exception handlers for the Modeshape REST server.
JcrResources.JSONExceptionMapper  
JcrResources.NotFoundExceptionMapper  
JcrResources.RepositoryExceptionMapper  
ModeShapeJcrDeployer Servlet context listener that is responsible for initializing the repository factory.
RepositoryFactory Factory that provides implementations of the repository provider SPI by wrapping a RepositoryProvider.
RepositoryResource RESTEasy handler to provide the JCR repository at the URI below.
ServerResource RESTEasy handler to provide the JCR repositories hosted on the server at the URI below.
ServletSecurityContext Servlet-based security context that assumes servlet-based authentication and provides authorization through the servlet role-checking mechanism.
 

Package org.modeshape.web.jcr.rest Description

This package contains the core components for the ModeShape REST server implementation.

The key classes are:



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