クラス PathPatternRequestMatcherFactoryBean
java.lang.ObjectSE
org.springframework.security.config.http.PathPatternRequestMatcherFactoryBean
- 実装されているすべてのインターフェース:
org.springframework.beans.factory.Aware、org.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>、org.springframework.beans.factory.InitializingBean、org.springframework.context.ApplicationContextAware
public final class PathPatternRequestMatcherFactoryBean
extends ObjectSE
implements org.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
フィールドのサマリー
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTE方法の概要
修飾子と型メソッド説明void@Nullable PathPatternRequestMatcher@Nullable ClassSE<?>voidsetApplicationContext(org.springframework.context.ApplicationContext context) voidsetBasePath(StringSE basePath) クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.beans.factory.FactoryBean から継承されたメソッド
isSingleton
メソッドの詳細
getObject
- 次で指定:
- インターフェース
org.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>のgetObject - 例外:
ExceptionSE
getObjectType
- 次で指定:
- インターフェース
org.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>のgetObjectType
setBasePath
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext context) throws org.springframework.beans.BeansException - 次で指定:
- インターフェース
org.springframework.context.ApplicationContextAwareのsetApplicationContext - 例外:
org.springframework.beans.BeansException
afterPropertiesSet
- 次で指定:
- インターフェース
org.springframework.beans.factory.InitializingBeanのafterPropertiesSet - 例外:
ExceptionSE