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.rt.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 supports rtexprvalue-based attributes.
- 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()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, doStartTag, isAbsoluteUrl, release, 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
-
setUrl
public void setUrl(String url) throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
setContext
public void setContext(String context) throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
setCharEncoding
public void setCharEncoding(String charEncoding) throws jakarta.servlet.jsp.JspTagException
- Throws:
jakarta.servlet.jsp.JspTagException
-
-