Class ImportTag
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.TagSupport
-
- jakarta.servlet.jsp.tagext.BodyTagSupport
-
- org.apache.taglibs.standard.tag.common.core.ImportSupport
-
- org.apache.taglibs.standard.tag.el.core.ImportTag
-
- All Implemented Interfaces:
jakarta.servlet.jsp.tagext.BodyTag,jakarta.servlet.jsp.tagext.IterationTag,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.Tag,jakarta.servlet.jsp.tagext.TryCatchFinally,Serializable,ParamParent
public class ImportTag extends ImportSupport
A handler for <import> that accepts attributes as Strings and evaluates them as expressions at runtime.
- Author:
- Shawn Bayern
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.taglibs.standard.tag.common.core.ImportSupport
charEncoding, context, DEFAULT_ENCODING, url, VALID_SCHEME_CHARS
-
-
Constructor Summary
Constructors Constructor Description ImportTag()Constructs a new ImportTag.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoStartTag()voidrelease()voidsetCharEncoding(String charEncoding_)voidsetContext(String context_)voidsetUrl(String url_)-
Methods inherited from class org.apache.taglibs.standard.tag.common.core.ImportSupport
addParameter, doCatch, doEndTag, doFinally, isAbsoluteUrl, setScope, setVar, setVarReader, stripSession
-
Methods inherited from class jakarta.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
-
Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
doStartTag
public int doStartTag() throws jakarta.servlet.jsp.JspException- Specified by:
doStartTagin interfacejakarta.servlet.jsp.tagext.Tag- Overrides:
doStartTagin classImportSupport- Throws:
jakarta.servlet.jsp.JspException
-
release
public void release()
- Specified by:
releasein interfacejakarta.servlet.jsp.tagext.Tag- Overrides:
releasein classImportSupport
-
setUrl
public void setUrl(String url_)
-
setContext
public void setContext(String context_)
-
setCharEncoding
public void setCharEncoding(String charEncoding_)
-
-