AppserverIo\Appserver\ServletEngine\Security\MappingInterface::match PHP 메소드

match() 공개 메소드

Return's TRUE if the passed request matches the mappings URL patter.
public match ( AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface $servletRequest ) : boolean
$servletRequest AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface The request to match
리턴 boolean TRUE if the request matches, else FALSE
    public function match(HttpServletRequestInterface $servletRequest);