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
ContentTypeHandler instances and uses them to
process results |
DefaultHttpHeaders |
Default implementation of rest info that uses fluent-style construction
|
RestActionInvocation |
Extends the usual
ActionInvocation to 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
ActionSupport to provides a default implementation of the index method that can be invoked for
unknown actions by the UnknownHandler . |
RestConstants | |
RestWorkflowInterceptor |
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.