PHP 클래스 AppserverIo\Appserver\Core\Api\Node\WebAppNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\WebAppNodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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