ESA Restlight
ESA Restlight is a lightweight and rest-oriented web framework, which supports annotations of SpringMVC and JAX-RS.
ESA Restlight is a lightweight and rest-oriented web framework, which supports annotations of SpringMVC and JAX-RS.
ESA Restlight is a lightweight and rest-oriented web framework, which supports annotations of SpringMVC and JAX-RS.
ESA Restlight is a lightweight and rest-oriented web framework, which supports annotations of SpringMVC and JAX-RS.
Filter
在接收到完整请求之后,路由匹配开始之前执行。
RouteFilter
在路由匹配成功后执行。
参数解析指将从请求中解析出Controller
参数值的过程(包含反序列化)
参数解析指从请求中解析出Controller
参数值的过程(不包含请求实体数据的解析)
参数解析指将从请求中解析出Controller
参数值的过程(包含反序列化)
请求实体数据解析指将请求body的内容反序列化并解析出Controller
参数值的过程。
RequestEntityResolverAdvice
允许用户在RequestEntityResolver
返回值处理的前后添加业务逻辑。
返回值解析指将Controller
返回值写入到AsyncResponse
中的过程(包含序列化)
返回值解析指将Controller
返回值序列化并写入到HttpResponse
中的过程。
返回值解析指将Controller
返回值写入到AsyncResponse
中的过程(包含序列化)
ResponseEntityResolverAdvice
允许用户在ResponseEntityResolver
返回值处理的前后添加业务逻辑。
ReturnValueResolverAdvice
允许用户在ReturnValueResolver
参数解析器解析参数的前后添加业务逻辑以及修改解析后的参数。
ReturnValueResolverAdvice
允许用户在ReturnValueResolver
参数解析器解析参数的前后添加业务逻辑以及修改解析后的参数。
支持将请求的参数聚合到Bean中
支持将请求的参数聚合到Bean中
支持将请求的参数聚合到Bean中
支持将Url中的参数与Form表单中的参数(仅当Content-Type
为application/x-www-form-urlencoded
时有效)聚合到Bean中。
支持将Url中的参数与Form表单中的参数(仅当Content-Type
为application/x-www-form-urlencoded
时有效)聚合到Bean中。
支持将Url中的参数与Form表单中的参数(仅当Content-Type
为application/x-www-form-urlencoded
时有效)聚合到Bean中。