クラス PathPatternRequestMatcherFactoryBean

java.lang.ObjectSE
org.springframework.security.config.http.PathPatternRequestMatcherFactoryBean
実装されているすべてのインターフェース:
org.springframework.beans.factory.Awareorg.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>org.springframework.beans.factory.InitializingBeanorg.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
  • メソッドの詳細

    • getObject

      public @Nullable PathPatternRequestMatcher getObject() throws ExceptionSE
      次で指定:
      インターフェース org.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>getObject 
      例外:
      ExceptionSE
    • getObjectType

      public @Nullable ClassSE<?> getObjectType()
      次で指定:
      インターフェース org.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>getObjectType 
    • setBasePath

      public void setBasePath(StringSE basePath)
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext context) throws org.springframework.beans.BeansException
      次で指定:
      インターフェース org.springframework.context.ApplicationContextAwaresetApplicationContext 
      例外:
      org.springframework.beans.BeansException
    • afterPropertiesSet

      public void afterPropertiesSet() throws ExceptionSE
      次で指定:
      インターフェース org.springframework.beans.factory.InitializingBeanafterPropertiesSet 
      例外:
      ExceptionSE