public class ELRequestMatcher extends java.lang.Object implements RequestMatcher
デフォルトの EvaluationContext(ELRequestMatcherContext)を使用すると、hasIpAdress() および hasHeader() を使用できます。
構成例については、DelegatingAuthenticationEntryPoint を参照してください。
RequestMatcher.MatchResult| コンストラクターと説明 |
|---|
ELRequestMatcher(java.lang.String el) |
| 修飾子と型 | メソッドと説明 |
|---|---|
org.springframework.expression.EvaluationContext | createELContext(javax.servlet.http.HttpServletRequest request) サブクラスは、異なる EL ルートコンテキストを使用する場合、このメソッドをオーバーライドできます。 |
boolean | matches(javax.servlet.http.HttpServletRequest request) 戦略によって実装されたルールが提供されたリクエストと一致するかどうかを決定します。 |
java.lang.String | toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmatcherpublic boolean matches(javax.servlet.http.HttpServletRequest request)
RequestMatcherRequestMatcher 内の matches request - 一致を確認するリクエスト public org.springframework.expression.EvaluationContext createELContext(javax.servlet.http.HttpServletRequest request)
public java.lang.String toString()
java.lang.Object の toString