public class

RequestMatcherEditor

extends PropertyEditorSupport
java.lang.Object
   ↳ java.beans.PropertyEditorSupport
     ↳ org.springframework.security.web.util.RequestMatcherEditor

Class Overview

PropertyEditor which creates ELRequestMatcher instances from Strings This allows to use a String in a BeanDefinition instead of an (inner) bean if a RequestMatcher is required, e.g. in DelegatingAuthenticationEntryPoint

Summary

Public Constructors
RequestMatcherEditor()
Public Methods
void setAsText(String text)
[Expand]
Inherited Methods
From class java.beans.PropertyEditorSupport
From class java.lang.Object
From interface java.beans.PropertyEditor

Public Constructors

public RequestMatcherEditor ()

Public Methods

public void setAsText (String text)