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 Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.MessageMatcherFactoryBean
(String path, org.springframework.messaging.simp.SimpMessageType method) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Class<?>
Deprecated.void
setApplicationContext
(org.springframework.context.ApplicationContext context) Deprecated.void
setPathMatcher
(org.springframework.util.PathMatcher pathMatcher) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
MessageMatcherFactoryBean
Deprecated. -
MessageMatcherFactoryBean
public MessageMatcherFactoryBean(String path, org.springframework.messaging.simp.SimpMessageType method) Deprecated.
-
-
Method Details
-
getObject
Deprecated.- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<MessageMatcher<?>>
- Throws:
Exception
-
getObjectType
Deprecated.- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<MessageMatcher<?>>
-
setPathMatcher
public void setPathMatcher(org.springframework.util.PathMatcher pathMatcher) Deprecated. -
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext context) throws org.springframework.beans.BeansException Deprecated.- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-