Attributes |
Name | Required | Request-time | Type | Description |
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.
|
scope | false | false | java.lang.String |
Scope for var.
|
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.
|
context | false | true | java.lang.String |
Name of the context when accessing a relative
URL resource that belongs to a foreign
context.
|
charEncoding | false | true | java.lang.String |
Character encoding of the content at the input
resource.
|