ViewActionの呼ばれるタイミング

ログを仕込んでviewActionのメソッドが呼ばれるタイミングを調べてみました。 preRenderViewEventも仕込んでおいて違いを見てみました。

#ブラウザからURLを入力し、GETで画面を表示
情報:   2013-11-06 23:58:54,012 [http-listener-1(4)] DEBUG com.example.jsf22.viewaction.ViewAction - viewAction method called.
情報:   2013-11-06 23:58:54,048 [http-listener-1(4)] DEBUG com.example.jsf22.viewaction.ViewAction - preRender method called.
情報:   2013-11-06 23:58:54,051 [http-listener-1(4)] DEBUG com.example.jsf22.DebugPhaseListener - RENDER_RESPONSE 6 start.
情報:   2013-11-06 23:58:54,065 [http-listener-1(4)] DEBUG com.example.jsf22.DebugPhaseListener - RENDER_RESPONSE 6 end.

#ボタンをクリック
情報:   2013-11-06 23:58:58,338 [http-listener-1(5)] DEBUG com.example.jsf22.DebugPhaseListener - APPLY_REQUEST_VALUES 2 start.
情報:   2013-11-06 23:58:58,340 [http-listener-1(5)] DEBUG com.example.jsf22.DebugPhaseListener - APPLY_REQUEST_VALUES 2 end.
情報:   2013-11-06 23:58:58,340 [http-listener-1(5)] DEBUG com.example.jsf22.DebugPhaseListener - PROCESS_VALIDATIONS 3 start.
情報:   2013-11-06 23:58:58,355 [http-listener-1(5)] DEBUG com.example.jsf22.DebugPhaseListener - PROCESS_VALIDATIONS 3 end.
情報:   2013-11-06 23:58:58,355 [http-listener-1(5)] DEBUG com.example.jsf22.DebugPhaseListener - UPDATE_MODEL_VALUES 4 start.
情報:   2013-11-06 23:58:58,355 [http-listener-1(5)] DEBUG com.example.jsf22.DebugPhaseListener - UPDATE_MODEL_VALUES 4 end.
情報:   2013-11-06 23:58:58,355 [http-listener-1(5)] DEBUG com.example.jsf22.DebugPhaseListener - INVOKE_APPLICATION 5 start.
情報:   2013-11-06 23:58:58,355 [http-listener-1(5)] DEBUG com.example.jsf22.viewaction.ViewAction - submit method called.
情報:   2013-11-06 23:58:58,356 [http-listener-1(5)] DEBUG com.example.jsf22.DebugPhaseListener - INVOKE_APPLICATION 5 end.
情報:   2013-11-06 23:58:58,357 [http-listener-1(5)] DEBUG com.example.jsf22.viewaction.ViewAction - preRender method called.
情報:   2013-11-06 23:58:58,357 [http-listener-1(5)] DEBUG com.example.jsf22.viewaction.ViewAction - postback.
情報:   2013-11-06 23:58:58,358 [http-listener-1(5)] DEBUG com.example.jsf22.DebugPhaseListener - RENDER_RESPONSE 6 start.
情報:   2013-11-06 23:58:58,362 [http-listener-1(5)] DEBUG com.example.jsf22.DebugPhaseListener - RENDER_RESPONSE 6 end.