クラス RequestMatcherEntry<T>

java.lang.ObjectSE
org.springframework.security.web.util.matcher.RequestMatcherEntry<T>

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

    • RequestMatcherEntry

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

    • getRequestMatcher

      public RequestMatcher getRequestMatcher()
    • getEntry

      public T getEntry()