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

Concise view

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.

Attributes

request

the request to check for a match

Returns:

true if the request matches, false otherwise