Tags core
Tag import


Retrieves an absolute or relative URL and exposes its contents to either the page, a String in 'var', or a Reader in 'varReader'.


Tag Information
Tag Classorg.apache.taglibs.standard.tag.rt.core.ImportTag
TagExtraInfo Classorg.apache.taglibs.standard.tei.ImportTEI
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
urltruetruejava.lang.StringThe URL of the resource to import.
varfalsefalsejava.lang.StringName of the exported scoped variable for the resource's content. The type of the scoped variable is String.
scopefalsefalsejava.lang.StringScope for var.
varReaderfalsefalsejava.lang.StringName of the exported scoped variable for the resource's content. The type of the scoped variable is Reader.
contextfalsetruejava.lang.StringName of the context when accessing a relative URL resource that belongs to a foreign context.
charEncodingfalsetruejava.lang.StringCharacter encoding of the content at the input resource.

Variables
No Variables Defined.


Copyright © 2018, 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.