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

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

Public Methods

Method Description
getContextParams ( ) : array Return's the web application's context parameters.
getDescription ( ) : DescriptionNode Return's the description of the web application.
getDisplayName ( ) : DisplayNameNode Return's the display name of the web application.
getErrorPages ( ) : array Return's the error page informations.
getLoginConfig ( ) : LoginConfigNode Return's the login configuration information.
getSecurities ( ) : array Return's the security informations.
getSecurityConstraints ( ) : array Return's the security constraint informations.
getSecurityRoles ( ) : array Return's the security role informations.
getServlets ( ) : array Return's the servlet informations.
getSessionConfig ( ) : DisplayNameNode Return's the session configuration information.

Method Details

getContextParams() public method

Return's the web application's context parameters.
public getContextParams ( ) : array
return array The context parameters

getDescription() public method

Return's the description of the web application.
public getDescription ( ) : DescriptionNode
return DescriptionNode The description

getDisplayName() public method

Return's the display name of the web application.
public getDisplayName ( ) : DisplayNameNode
return DisplayNameNode The display name

getErrorPages() public method

Return's the error page informations.
public getErrorPages ( ) : array
return array The error page informations

getLoginConfig() public method

Return's the login configuration information.
public getLoginConfig ( ) : LoginConfigNode
return LoginConfigNode The login configuration information

getSecurities() public method

Return's the security informations.
Deprecation: Since 1.2.0
public getSecurities ( ) : array
return array The security informations

getSecurityConstraints() public method

Return's the security constraint informations.
public getSecurityConstraints ( ) : array
return array The security constraint informations

getSecurityRoles() public method

Return's the security role informations.
public getSecurityRoles ( ) : array
return array The security role informations

getServlets() public method

Return's the servlet informations.
public getServlets ( ) : array
return array The servlet informations

getSessionConfig() public method

Return's the session configuration information.
public getSessionConfig ( ) : DisplayNameNode
return DisplayNameNode The session configuration