Interface ActionAfter
- All Known Implementing Classes:
DefaultActionAfter
public interface ActionAfter
Post-action processor responsible for handling the action method result,
typically encoding and sending the response.
- Author:
- 渔民小镇
- date:
- 2021-12-12
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(FlowContext flowContext) Process the action method result and send the response.
-
Method Details
-
execute
Process the action method result and send the response.- Parameters:
flowContext- the current request flow context
-