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

AbstractなActionクラスのアクションメソッドが登録されてしまう

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 1.1.1
    • Affects Version/s: None
    • Component/s: Core
    • None

      public abstract AbstractHogeAcion extends Action {
         public ActionResult aaa() {...}
      }
      public HogeAcion extends AbstractAction {
         public ActionResult bbb() {...}
      }
      

      上記のコードの場合、以下のルーティング定義ができてしまいます。

      • /abstractHoge/aaa
      • /hoge/aaa
      • /hoge/bbb

      1番目の定義は望まないものだと思うので、Abstractなアクションクラスはルーティングに登録しないようにしたいです

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

              Created:
              Updated:
              Resolved: