public final enum

MatcherType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.springframework.security.config.http.MatcherType

Class Overview

Defines the RequestMatcher types supported by the namespace.

Summary

Enum Values
MatcherType  ant   
MatcherType  ciRegex   
MatcherType  regex   
Public Methods
BeanDefinition createMatcher(String path, String method)
static MatcherType valueOf(String name)
final static MatcherType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final MatcherType ant

public static final MatcherType ciRegex

public static final MatcherType regex

Public Methods

public BeanDefinition createMatcher (String path, String method)

public static MatcherType valueOf (String name)

public static final MatcherType[] values ()