| Interface | Description | 
|---|---|
| ContentTypeHandlerManager | Manages content type handlers | 
| HttpHeaders | Type-safe rest-related information to apply to a response | 
| Class | Description | 
|---|---|
| ContentTypeInterceptor | Uses the content handler to apply the request body to the action | 
| DefaultContentTypeHandlerManager | Manages  ContentTypeHandlerinstances and uses them to
 process results | 
| DefaultHttpHeaders | Default implementation of rest info that uses fluent-style construction | 
| RestActionInvocation | Extends the usual  ActionInvocationto add support for processing the object returned
 from the action execution. | 
| RestActionMapper | This Restful action mapper enforces Ruby-On-Rails Rest-style mappings. | 
| RestActionProxyFactory | Factory that creates the  RestActionInvocation | 
| RestActionSupport | Extends  ActionSupportto provides a default implementation of the index method that can be invoked for
 unknown actions by theUnknownHandler. | 
| RestConstants | |
| RestWorkflowInterceptor | An interceptor that makes sure there are not validation errors before allowing the interceptor chain to continue. | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.