PHP Class AppserverIo\Appserver\PersistenceContainer\PersistenceContainerValve

Inheritance: implements AppserverIo\Appserver\ServletEngine\ValveInterface
Show file Open project: appserver-io/appserver

Public Methods

Method Description
invoke ( AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface $servletRequest, AppserverIo\Psr\Servlet\Http\HttpServletResponseInterface $servletResponse ) : void Processes the request by invoking the request handler that executes the servlet in a protected context.

Method Details

invoke() public method

Processes the request by invoking the request handler that executes the servlet in a protected context.
public invoke ( AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface $servletRequest, AppserverIo\Psr\Servlet\Http\HttpServletResponseInterface $servletResponse ) : void
$servletRequest AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface The request instance
$servletResponse AppserverIo\Psr\Servlet\Http\HttpServletResponseInterface The response instance
return void