Class AjaxRequestMatcher

java.lang.Object
com.erudika.para.server.security.AjaxRequestMatcher
All Implemented Interfaces:
org.springframework.security.web.util.matcher.RequestMatcher

public final class AjaxRequestMatcher extends Object implements org.springframework.security.web.util.matcher.RequestMatcher
Rest request matcher - returns true if the request is RESTful. True if the URI starts with /vX.Y.Z (.Y.Z are optional)
Author:
Alex Bogdanovski [[email protected]]