PHP Interface AppserverIo\Appserver\Core\Api\Node\ServletMappingNodeInterface

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Show file Open project: appserver-io/appserver

Public Methods

Method Description
getServletName ( ) : ServletNameNode Return's the servlet name information.
getUrlPattern ( ) : UrlPatternNode Return's the URL pattern information.

Method Details

getServletName() public method

Return's the servlet name information.
public getServletName ( ) : ServletNameNode
return ServletNameNode The servlet name information

getUrlPattern() public method

Return's the URL pattern information.
public getUrlPattern ( ) : UrlPatternNode
return UrlPatternNode The URL pattern information