PHP 인터페이스 AppserverIo\Appserver\Core\Api\Node\WebAppNodeInterface

상속: extends AppserverIo\Configuration\Interfaces\NodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
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.

메소드 상세

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

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