public abstract class ParamSupport
extends javax.servlet.jsp.tagext.BodyTagSupport
Support for tag handlers for <param>, the URL parameter subtag for <import> in JSTL 1.0.
ParamParent
,
ImportSupport
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
ParamSupport.ParamManager
Provides support for aggregating query parameters in URLs.
|
Modifier and Type | Field and Description |
---|---|
protected boolean |
encode
There used to be an 'encode' attribute; I've left this as a
vestige in case custom subclasses want to use our functionality
but NOT encode parameters.
|
protected java.lang.String |
name |
protected java.lang.String |
value |
Constructor and Description |
---|
ParamSupport() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
private void |
init() |
void |
release() |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
protected java.lang.String name
protected java.lang.String value
protected boolean encode
private void init()
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.BodyTagSupport