Class MessageMatcherFactoryBean
java.lang.Object
org.springframework.security.config.http.MessageMatcherFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware,- org.springframework.beans.factory.FactoryBean<MessageMatcher<?>>,- org.springframework.context.ApplicationContextAware
@Deprecated
public final class MessageMatcherFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<MessageMatcher<?>>, org.springframework.context.ApplicationContextAware
Deprecated.
- 
Field SummaryFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTE
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.MessageMatcherFactoryBean(String path, org.springframework.messaging.simp.SimpMessageType method) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Class<?>Deprecated.voidsetApplicationContext(org.springframework.context.ApplicationContext context) Deprecated.voidsetPathMatcher(org.springframework.util.PathMatcher pathMatcher) 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- 
MessageMatcherFactoryBeanDeprecated.
- 
MessageMatcherFactoryBeanpublic MessageMatcherFactoryBean(String path, org.springframework.messaging.simp.SimpMessageType method) Deprecated.
 
- 
- 
Method Details- 
getObjectDeprecated.- Specified by:
- getObjectin interface- org.springframework.beans.factory.FactoryBean<MessageMatcher<?>>
- Throws:
- Exception
 
- 
getObjectTypeDeprecated.- Specified by:
- getObjectTypein interface- org.springframework.beans.factory.FactoryBean<MessageMatcher<?>>
 
- 
setPathMatcherpublic void setPathMatcher(org.springframework.util.PathMatcher pathMatcher) Deprecated.
- 
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
 
 
-