[YMIR-270] [ymir-core] Phase.OBJECT_INJECTEDを追加 Created: 2008-12-13 Updated: 2008-12-13 Resolved: 2008-12-13 |
|
Status: | Closed |
Project: | Ymir |
Component/s: | ymir-core |
Affects Version/s: | 1.0.0-RC1 |
Fix Version/s: | 1.0.0-RC2 |
Type: | Improvement | Priority: | Minor |
Reporter: | skirnir | Assignee: | skirnir |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
あるパラメータの値について、@Inされたオブジェクトを使って初期値を準備するがリクエストパラメータで値が指定されていればそちらを優先する、ということをしたい場合、@Inの処理よりも後でかつ@RequestParameterの処理より前に初期値の準備メソッドを呼び出す必要がある。 これを実現するために、インジェクトより後でかつポピュレートより前を表すフェーズ「Phase.OBJECT_INJECTED」を追加する。 |
Comments |
Comment by skirnir [ 2008-12-13 ] |
対処しました(r2039)。 |