AppserverIo\Appserver\ServletEngine\Security\DependencyInjection\DeploymentDescriptorParser::getApplication PHP Méthode

getApplication() public méthode

Returns the application context instance the servlet context is bound to.
public getApplication ( ) : AppserverIo\Psr\Application\ApplicationInterface
Résultat AppserverIo\Psr\Application\ApplicationInterface The application context instance
    public function getApplication()
    {
        return $this->getAuthenticationContext()->getApplication();
    }