Package org.apache.juneau.rest.matcher
Class UrlEncodedFormMatcher
java.lang.Object
org.apache.juneau.rest.matcher.RestMatcher
org.apache.juneau.rest.matcher.UrlEncodedFormMatcher
Predefined matcher for matching requests with content type "application/x-www-form-urlencoded" .
 
See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanmatches(jakarta.servlet.http.HttpServletRequest req) Returnstrue if the specified request matches this matcher.Methods inherited from class org.apache.juneau.rest.matcher.RestMatcherrequired
- 
Constructor Details- 
UrlEncodedFormMatcherpublic UrlEncodedFormMatcher()
 
- 
- 
Method Details- 
matchesDescription copied from class:RestMatcherReturnstrue if the specified request matches this matcher.- Specified by:
- matchesin class- RestMatcher
- Parameters:
- req- The servlet request.
- Returns:
- true if the specified request matches this matcher.
 
 
-