Uses of Interface
com.aspectran.web.activity.response.RestResponse
-
Packages that use RestResponse Package Description com.aspectran.web.activity.response -
-
Uses of RestResponse in com.aspectran.web.activity.response
Classes in com.aspectran.web.activity.response that implement RestResponse Modifier and Type Class Description classAbstractRestResponseAbstract class shared by RestResponse.classDefaultRestResponseThe default RestResponse supports APON, JSON, and XML data types.Methods in com.aspectran.web.activity.response that return RestResponse Modifier and Type Method Description RestResponseAbstractRestResponse. accepted()RestResponseRestResponse. accepted()RestResponseAbstractRestResponse. badRequest()RestResponseRestResponse. badRequest()RestResponseAbstractRestResponse. conflict()RestResponseRestResponse. conflict()RestResponseAbstractRestResponse. created()RestResponseAbstractRestResponse. created(java.lang.String location)RestResponseRestResponse. created()RestResponseRestResponse. created(java.lang.String location)RestResponseAbstractRestResponse. defaultContentType(MediaType defaultContentType)RestResponseRestResponse. defaultContentType(MediaType defaultContentType)RestResponseAbstractRestResponse. favorPathExtension(boolean favorPathExtension)RestResponseRestResponse. favorPathExtension(boolean favorPathExtension)RestResponseAbstractRestResponse. forbidden()RestResponseRestResponse. forbidden()RestResponseAbstractRestResponse. ignoreAcceptHeader(boolean ignoreAcceptHeader)RestResponseRestResponse. ignoreAcceptHeader(boolean ignoreAcceptHeader)RestResponseAbstractRestResponse. ignoreUnknownPathExtensions(boolean ignoreUnknownPathExtensions)RestResponseRestResponse. ignoreUnknownPathExtensions(boolean ignoreUnknownPathExtensions)RestResponseAbstractRestResponse. internalServerError()RestResponseRestResponse. internalServerError()RestResponseAbstractRestResponse. methodNotAllowed()RestResponseRestResponse. methodNotAllowed()RestResponseAbstractRestResponse. movedPermanently()RestResponseRestResponse. movedPermanently()RestResponseAbstractRestResponse. noContent()RestResponseRestResponse. noContent()RestResponseAbstractRestResponse. notAcceptable()RestResponseRestResponse. notAcceptable()RestResponseAbstractRestResponse. notFound()RestResponseRestResponse. notFound()RestResponseAbstractRestResponse. notModified()RestResponseRestResponse. notModified()RestResponseAbstractRestResponse. ok()RestResponseRestResponse. ok()RestResponseAbstractRestResponse. preconditionFailed()RestResponseRestResponse. preconditionFailed()RestResponseAbstractRestResponse. prettyPrint(boolean prettyPrint)RestResponseRestResponse. prettyPrint(boolean prettyPrint)RestResponseAbstractRestResponse. seeOther()RestResponseRestResponse. seeOther()RestResponseAbstractRestResponse. temporaryRedirect()RestResponseRestResponse. temporaryRedirect()RestResponseAbstractRestResponse. unauthorized()RestResponseRestResponse. unauthorized()RestResponseAbstractRestResponse. unsupportedMediaType()RestResponseRestResponse. unsupportedMediaType()
-