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<?> voidsetApplicationContext(org.springframework.context.ApplicationContext context) voidsetBasePath(String basePath) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<PathPatternRequestMatcher>
-
setBasePath
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext context) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
afterPropertiesSet
-