クラス 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) クラス 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