org.apache.taglibs.standard.tag.rt.core
Class ImportTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.taglibs.standard.tag.common.core.ImportSupport
org.apache.taglibs.standard.tag.rt.core.ImportTag
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag, TryCatchFinally, ParamParent
public class ImportTag
- extends ImportSupport
A handler for <import> that supports rtexprvalue-based
attributes.
- Author:
- Shawn Bayern
- See Also:
- Serialized Form
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportTag
public ImportTag()
setUrl
public void setUrl(String url)
throws JspTagException
- Throws:
JspTagException
setContext
public void setContext(String context)
throws JspTagException
- Throws:
JspTagException
setCharEncoding
public void setCharEncoding(String charEncoding)
throws JspTagException
- Throws:
JspTagException
Copyright © 2008 Mort Bay Consulting. All Rights Reserved.