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.
- 
Field SummaryFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTE
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.RequestMatcherFactoryBean(String path, org.springframework.http.HttpMethod method) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Class<?>Deprecated.voidsetApplicationContext(org.springframework.context.ApplicationContext context) Deprecated.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
RequestMatcherFactoryBeanDeprecated.
- 
RequestMatcherFactoryBeanDeprecated.
 
- 
- 
Method Details- 
getObjectDeprecated.- Specified by:
- getObjectin interface- org.springframework.beans.factory.FactoryBean<RequestMatcher>
- Throws:
- Exception
 
- 
getObjectTypeDeprecated.- Specified by:
- getObjectTypein interface- org.springframework.beans.factory.FactoryBean<RequestMatcher>
 
- 
setApplicationContextpublic void setApplicationContext(org.springframework.context.ApplicationContext context) throws org.springframework.beans.BeansException Deprecated.- Specified by:
- setApplicationContextin interface- org.springframework.context.ApplicationContextAware
- Throws:
- org.springframework.beans.BeansException
 
 
-