Package org.apache.struts2.rest
package org.apache.struts2.rest
-
ClassDescriptionManages content type handlersUses the content handler to apply the request body to the actionManages
ContentTypeHandler
instances and uses them to process resultsDefault implementation of rest info that uses fluent-style constructionType-safe rest-related information to apply to a responseExtends the usualActionInvocation
to add support for processing the object returned from the action execution.This Restful action mapper enforces Ruby-On-Rails Rest-style mappings.Factory that creates theRestActionInvocation
ExtendsActionSupport
to provides a default implementation of the index method that can be invoked for unknown actions by theUnknownHandler
.An interceptor that makes sure there are not validation errors before allowing the interceptor chain to continue.