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

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

Public Methods

Method Description
getDescription ( ) : DescriptionNode Return's the description information.
getHttpMethodOmissions ( ) : array Return's the HTTP method omission information.
getHttpMethodOmissionsAsArray ( ) : array Returns the HTTP method omissions as an associative array
getHttpMethods ( ) : array Return's the HTTP method information.
getHttpMethodsAsArray ( ) : array Returns the HTTP methods as an associative array
getUrlPatterns ( ) : array Return's the URL pattern information.
getUrlPatternsAsArray ( ) : array Returns the URL patterns as an associative array
getWebResourceName ( ) : WebResourceNameNode Return's the web resource name information.

Method Details

getDescription() public method

Return's the description information.
public getDescription ( ) : DescriptionNode
return DescriptionNode The description information

getHttpMethodOmissions() public method

Return's the HTTP method omission information.
public getHttpMethodOmissions ( ) : array
return array The HTTP method omission information

getHttpMethodOmissionsAsArray() public method

Returns the HTTP method omissions as an associative array
public getHttpMethodOmissionsAsArray ( ) : array
return array The array with the HTTP method omissions

getHttpMethods() public method

Return's the HTTP method information.
public getHttpMethods ( ) : array
return array The HTTP method information

getHttpMethodsAsArray() public method

Returns the HTTP methods as an associative array
public getHttpMethodsAsArray ( ) : array
return array The array with the HTTP methods

getUrlPatterns() public method

Return's the URL pattern information.
public getUrlPatterns ( ) : array
return array The URL pattern information

getUrlPatternsAsArray() public method

Returns the URL patterns as an associative array
public getUrlPatternsAsArray ( ) : array
return array The array with the sorted URL patterns

getWebResourceName() public method

Return's the web resource name information.
public getWebResourceName ( ) : WebResourceNameNode
return WebResourceNameNode The web resource name information