Application
| Module | ejs.web |
| Namespace | "ejs.web" |
| Definition | class Application |
| Inheritance | Application Object |
Web application object.
Properties
| Qualifiers | Property | Type | Description |
|---|---|---|---|
| ejs.web | dir | String | Physical home directory of the application. |
| ejs.web | url | String | URL 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
| Qualifiers | Method |
|---|---|
| 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.