Class RequestMatcherFactoryBean

java.lang.Object
org.springframework.security.config.http.RequestMatcherFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean<RequestMatcher>, org.springframework.context.ApplicationContextAware

@Deprecated public final class RequestMatcherFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<RequestMatcher>, org.springframework.context.ApplicationContextAware
Deprecated.
  • Constructor Details

    • RequestMatcherFactoryBean

      public RequestMatcherFactoryBean(String path)
      Deprecated.
    • RequestMatcherFactoryBean

      public RequestMatcherFactoryBean(String path, org.springframework.http.HttpMethod method)
      Deprecated.
  • Method Details

    • getObject

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

      public Class<?> getObjectType()
      Deprecated.
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<RequestMatcher>
    • setApplicationContext

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