Application

Moduleejs.web
Namespace"ejs.web"
Definition class Application
InheritanceApplication inherit Object

Web application object.


Properties

QualifiersPropertyTypeDescription
ejs.web dirStringPhysical home directory of the application.
ejs.web urlStringURL prefix for application. Use this as the base in front of app relative URLs. Does not include the URL scheme or host name portion.

Application Methods

QualifiersMethod
Application(appDir: String)
 Application constructor.
stop(): Void
 Stop the application.

Method Detail

Application(appDir: String)

Application constructor.

Parameters
appDir: String Set to the top level directory containing the application

stop(): Void

Stop the application.

Description
Not currently implemented.