Class PathPatternRequestMatcherFactoryBean

java.lang.Object
org.springframework.security.config.http.PathPatternRequestMatcherFactoryBean
All Implemented Interfaces:
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 Object implements org.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
  • Method Details

    • getObject

      public @Nullable PathPatternRequestMatcher getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>
      Throws:
      Exception
    • getObjectType

      public @Nullable Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>
    • setBasePath

      public void setBasePath(String basePath)
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext context) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception