Attributes |
Name | Required | Request-time | Type | Description |
charEncoding | false | true | java.lang.String | Character encoding of the content at the input resource. |
context | false | true | java.lang.String | Name of the context when accessing a relative URL resource that belongs to a foreign context. |
scope | false | false | java.lang.String | Scope for var. |
url | true | true | java.lang.String | The URL of the resource to import. |
var | false | false | java.lang.String | Name of the exported scoped variable for the resource's content. The type of the scoped variable is String. |
varReader | false | false | java.lang.String | Name of the exported scoped variable for the resource's content. The type of the scoped variable is Reader. |