PHP Класс AppserverIo\Appserver\Core\Api\Node\WebAppNode

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\WebAppNodeInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$contextParams array The initialization parameter of the web application.
$description DescriptionNode The description of the web application.
$displayName DisplayNameNode The display name information of the web application.
$errorPages array The error page informations.
$loginConfig array The login configuration informations.
$securities array The security informations (old format).
$securityConstraints array The security constraint informations.
$securityRoles array The security role informations.
$servletMappings array The servlet mapping informations.
$servlets array The servlet informations.
$sessionConfig SessionConfigNode The session configuration information.

Открытые методы

Метод Описание
__construct ( ) Initializes the web application node with default values.
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.
getServletMappings ( ) : array Return's the servlet mapping informations.
getServlets ( ) : array Return's the servlet informations.
getSessionConfig ( ) : DisplayNameNode Return's the session configuration information.

Защищенные методы

Метод Описание
postInit ( ) : void Will be invoked after the node will be initialized from the configuration values.

Описание методов

__construct() публичный метод

Initializes the web application node with default values.
public __construct ( )

getContextParams() публичный метод

Return's the web application's context parameters.
public getContextParams ( ) : array
Результат array The context parameters

getDescription() публичный метод

Return's the description of the web application.
public getDescription ( ) : DescriptionNode
Результат DescriptionNode The description

getDisplayName() публичный метод

Return's the display name of the web application.
public getDisplayName ( ) : DisplayNameNode
Результат DisplayNameNode The display name

getErrorPages() публичный метод

Return's the error page informations.
public getErrorPages ( ) : array
Результат array The error page informations

getLoginConfig() публичный метод

Return's the login configuration information.
public getLoginConfig ( ) : LoginConfigNode
Результат LoginConfigNode The login configuration information

getSecurities() публичный метод

Return's the security informations.
Устаревший: Since 1.2.0
public getSecurities ( ) : array
Результат array The security informations

getSecurityConstraints() публичный метод

Return's the security constraint informations.
public getSecurityConstraints ( ) : array
Результат array The security constraint informations

getSecurityRoles() публичный метод

Return's the security role informations.
public getSecurityRoles ( ) : array
Результат array The security role informations

getServletMappings() публичный метод

Return's the servlet mapping informations.
public getServletMappings ( ) : array
Результат array The servlet mapping informations

getServlets() публичный метод

Return's the servlet informations.
public getServlets ( ) : array
Результат array The servlet informations

getSessionConfig() публичный метод

Return's the session configuration information.
public getSessionConfig ( ) : DisplayNameNode
Результат DisplayNameNode The session configuration

postInit() защищенный метод

Initialize the web app with the default error page.
protected postInit ( ) : void
Результат void

Описание свойств

$contextParams защищенное свойство

The initialization parameter of the web application.
protected array $contextParams
Результат array

$description защищенное свойство

The description of the web application.
protected DescriptionNode,AppserverIo\Appserver\Core\Api\Node $description
Результат DescriptionNode

$displayName защищенное свойство

The display name information of the web application.
protected DisplayNameNode,AppserverIo\Appserver\Core\Api\Node $displayName
Результат DisplayNameNode

$errorPages защищенное свойство

The error page informations.
protected array $errorPages
Результат array

$loginConfig защищенное свойство

The login configuration informations.
protected array $loginConfig
Результат array

$securities защищенное свойство

The security informations (old format).
Устаревший: Since 1.2.0
protected array $securities
Результат array

$securityConstraints защищенное свойство

The security constraint informations.
protected array $securityConstraints
Результат array

$securityRoles защищенное свойство

The security role informations.
protected array $securityRoles
Результат array

$servletMappings защищенное свойство

The servlet mapping informations.
protected array $servletMappings
Результат array

$servlets защищенное свойство

The servlet informations.
protected array $servlets
Результат array

$sessionConfig защищенное свойство

The session configuration information.
protected SessionConfigNode,AppserverIo\Appserver\Core\Api\Node $sessionConfig
Результат SessionConfigNode