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 Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.RequestMatcherFactoryBean
(String path, org.springframework.http.HttpMethod method) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Class<?>
Deprecated.void
setApplicationContext
(org.springframework.context.ApplicationContext context) 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
-
RequestMatcherFactoryBean
Deprecated. -
RequestMatcherFactoryBean
Deprecated.
-
-
Method Details
-
getObject
Deprecated.- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<RequestMatcher>
- Throws:
Exception
-
getObjectType
Deprecated.- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<RequestMatcher>
-
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
-