AppserverIo\Appserver\ServletEngine\AbstractServletEngine::initValves PHP 메소드

initValves() 공개 메소드

Initialize the valves that handles the requests.
public initValves ( ) : void
리턴 void
    public function initValves()
    {
        $this->valves[] = new AuthenticationValve();
        $this->valves[] = new ServletValve();
    }