クラス RequestMatcherEntry<T>


  • public class RequestMatcherEntry<T>
    extends java.lang.Object
    RequestMatcher を別のオブジェクトに関連付けるためのリッチオブジェクト。
    導入:
    5.5.5
    • コンストラクターの詳細

      • RequestMatcherEntry

        public RequestMatcherEntry​(RequestMatcher requestMatcher,
                                   T entry)
    • メソッドの詳細

      • getEntry

        public T getEntry()