RequestMatcher

org.beangle.web.servlet.filter.RequestMatcher

Simple strategy to match an HttpServletRequest.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def matches(request: HttpServletRequest): Boolean

Decides whether the rule implemented by the strategy matches the supplied request.

Decides whether the rule implemented by the strategy matches the supplied request.

Value parameters

request

the request to check for a match

Attributes

Returns

true if the request matches, false otherwise