Uploaded image for project: 'Cubby'
  1. Cubby
  2. CUBBY-236

ActionContext をコンテナに登録する

XMLWordPrintable

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 2.0.0-rc1
    • Affects Version/s: 2.0.0-beta3
    • Component/s: None
    • None

      アクションを POJO にしたときにフラッシュメッセージやアクションエラーにアクセスしやすくするため、コンテナに登録してアクションに DI してくれるようにします。

      // Seasar2
      public ActionContext actionContext;
      

      とか

      // Guice
      @Inject
      private ActionContext actionContext;
      

      とか

      // Spring
      @Autowired
      private ActionContext actionContext;
      

      とか

      ActionUtils#errors() とか #flash() とかを用意していましたが、テストし辛いので ActionContext を取得するメソッドだけを残しておきます。

            Assignee:
            baba baba
            Reporter:
            baba baba
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: