AppserverIo\Appserver\ServletEngine\ServletConfiguration::getWebappPath PHP 메소드

getWebappPath() 공개 메소드

Returns the webapp base path.
public getWebappPath ( ) : string
리턴 string The webapp base path
    public function getWebappPath()
    {
        return $this->getServletContext()->getWebappPath();
    }