Class PathPatternRequestMatcherFactoryBean
java.lang.Object
org.springframework.security.config.http.PathPatternRequestMatcherFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
public final class PathPatternRequestMatcherFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Method Summary
Modifier and TypeMethodDescriptionvoid
@Nullable PathPatternRequestMatcher
@Nullable Class<?>
void
setApplicationContext
(org.springframework.context.ApplicationContext context) void
setBasePath
(String basePath) 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
-
Method Details
-
getObject
- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>
- Throws:
Exception
-
getObjectType
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>
-
setBasePath
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext context) throws org.springframework.beans.BeansException - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-