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

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Afficher le fichier Open project: appserver-io/appserver

Méthodes publiques

Méthode 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 méthode

Return's the description information.
public getDescription ( ) : DescriptionNode
Résultat DescriptionNode The description information

getHttpMethodOmissions() public méthode

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

getHttpMethodOmissionsAsArray() public méthode

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

getHttpMethods() public méthode

Return's the HTTP method information.
public getHttpMethods ( ) : array
Résultat array The HTTP method information

getHttpMethodsAsArray() public méthode

Returns the HTTP methods as an associative array
public getHttpMethodsAsArray ( ) : array
Résultat array The array with the HTTP methods

getUrlPatterns() public méthode

Return's the URL pattern information.
public getUrlPatterns ( ) : array
Résultat array The URL pattern information

getUrlPatternsAsArray() public méthode

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

getWebResourceName() public méthode

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