Repository: struts-site Updated Branches: refs/heads/master 56dec0034 -> 116c7b012
Edits to kick redeploy Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/116c7b01 Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/116c7b01 Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/116c7b01 Branch: refs/heads/master Commit: 116c7b012f573321bfe376df5e2b402bd40c32fd Parents: 56dec00 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Wed Aug 23 14:08:00 2017 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Wed Aug 23 14:08:00 2017 +0200 ---------------------------------------------------------------------- source/core-developers/interceptors.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-site/blob/116c7b01/source/core-developers/interceptors.md ---------------------------------------------------------------------- diff --git a/source/core-developers/interceptors.md b/source/core-developers/interceptors.md index aaf5c64..64810c0 100644 --- a/source/core-developers/interceptors.md +++ b/source/core-developers/interceptors.md @@ -32,10 +32,9 @@ Interceptors can be configured on a per-action basis. Your own custom Intercepto the Interceptors bundled with the framework. Interceptors "set the stage" for the Action classes, doing much of the "heavy lifting" before the Action executes. -|Action Lifecyle| -|---------------| -| -| +**Action Lifecyle** + + In some cases, an Interceptor might keep an Action from firing, because of a double-submit or because validation failed. Interceptors can also change the state of an Action before it executes.