public class ImportTag extends ImportSupport
A handler for <import> that accepts attributes as Strings and evaluates them as expressions at runtime.
charEncoding, context, DEFAULT_ENCODING, url, VALID_SCHEME_CHARS
Constructor and Description |
---|
ImportTag()
Constructs a new ImportTag.
|
Modifier and Type | Method and Description |
---|---|
int |
doStartTag() |
void |
release() |
void |
setCharEncoding(String charEncoding_) |
void |
setContext(String context_) |
void |
setUrl(String url_) |
addParameter, doCatch, doEndTag, doFinally, isAbsoluteUrl, setScope, setVar, setVarReader, stripSession
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public ImportTag()
public int doStartTag() throws jakarta.servlet.jsp.JspException
doStartTag
in interface jakarta.servlet.jsp.tagext.Tag
doStartTag
in class ImportSupport
jakarta.servlet.jsp.JspException
public void release()
release
in interface jakarta.servlet.jsp.tagext.Tag
release
in class ImportSupport
public void setUrl(String url_)
public void setContext(String context_)
public void setCharEncoding(String charEncoding_)
Copyright © 2019,2020 Eclipse Foundation. All rights reserved.