Constructor
new EjsEngine(contextopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
context |
HttpContext |
<optional> |
Properties:
Name | Type | Description |
---|---|---|
context |
HttpContext | Gets or sets an instance of HttpContext that represents the current HTTP context. |
- Source:
Members
(inner) ctx :HttpContext
Type:
- Source:
Methods
createInstance(contextopt) → {EjsEngine}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
context |
HttpContext |
<optional> |
- Source:
Returns:
- Type
- EjsEngine
render(filename, dataopt, callback)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
filename |
string | ||
data |
* |
<optional> |
|
callback |
function |
- Source: