AppserverIo\Appserver\ServletEngine\ServletConfiguration::getServletName PHP Method

getServletName() public method

Returns the servlet's name from the web.xml configuration file.
See also: AppserverIo\Psr\Servlet\ServletConfigInterface::getServletName()
public getServletName ( ) : string
return string The servlet name
    public function getServletName()
    {
        return $this->servletName;
    }