クラス PathPatternRequestMatcherBuilderFactoryBean
java.lang.ObjectSE
org.springframework.security.config.web.PathPatternRequestMatcherBuilderFactoryBean
- 実装されているすべてのインターフェース:
org.springframework.beans.factory.Aware、org.springframework.beans.factory.BeanFactoryAware、org.springframework.beans.factory.BeanNameAware、org.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher.Builder>、org.springframework.context.ApplicationContextAware
public final class PathPatternRequestMatcherBuilderFactoryBean
extends ObjectSE
implements org.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher.Builder>, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.BeanFactoryAware
このファクトリ Bean を使用して、
AuthorizeHttpRequestsConfigurer および DSL の他の部分でリクエストマッチャーを作成するために使用される PathPatternRequestMatcher.Builder Bean を構成します。- 導入:
- 6.5
フィールドのサマリー
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEコンストラクターの概要
コンストラクターコンストラクター説明デフォルトのPathPatternParserを使用してこのファクトリ Bean を構築しますPathPatternRequestMatcherBuilderFactoryBean(org.springframework.web.util.pattern.PathPatternParser parser) このPathPatternParserを使用してこのファクトリ Bean を構築します。方法の概要
修飾子と型メソッド説明ClassSE<?>voidsetApplicationContext(org.springframework.context.ApplicationContext context) voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) voidsetBeanName(StringSE name) クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.beans.factory.FactoryBean から継承されたメソッド
isSingleton
コンストラクターの詳細
PathPatternRequestMatcherBuilderFactoryBean
public PathPatternRequestMatcherBuilderFactoryBean()デフォルトのPathPatternParserを使用してこのファクトリ Bean を構築しますSpring MVC を使用している場合は、Spring MVC インスタンスが使用されます。
PathPatternRequestMatcherBuilderFactoryBean
public PathPatternRequestMatcherBuilderFactoryBean(org.springframework.web.util.pattern.PathPatternParser parser) このPathPatternParserを使用してこのファクトリ Bean を構築します。Spring MVC を使用している場合、このコンストラクターを呼び出すのはおそらく正しくありません。代わりに、デフォルトのコンストラクターを呼び出してください。
- パラメーター:
parser- 使用するPathPatternParser
メソッドの詳細
getObject
- 次で指定:
- インターフェース
org.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher.Builder>のgetObject - 例外:
ExceptionSE
getObjectType
- 次で指定:
- インターフェース
org.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher.Builder>のgetObjectType
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext context) throws org.springframework.beans.BeansException - 次で指定:
- インターフェース
org.springframework.context.ApplicationContextAwareのsetApplicationContext - 例外:
org.springframework.beans.BeansException
setBeanName
- 次で指定:
- インターフェース
org.springframework.beans.factory.BeanNameAwareのsetBeanName
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException - 次で指定:
- インターフェース
org.springframework.beans.factory.BeanFactoryAwareのsetBeanFactory - 例外:
org.springframework.beans.BeansException