org.mmbase.bridge.jsp.taglib
Class ParamTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.mmbase.bridge.jsp.taglib.ContextReferrerTag
org.mmbase.bridge.jsp.taglib.ParamTag
- All Implemented Interfaces:
- BodyTag, IterationTag, ParamHandler, Serializable, Tag
- public class ParamTag
- extends ContextReferrerTag
- implements ParamHandler
Adds an extra parameter to the parent URL tag.
- Version:
- $Id: ParamTag.java,v 1.12 2006/06/23 15:33:00 michiel Exp $
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form
| Methods inherited from class org.mmbase.bridge.jsp.taglib.ContextReferrerTag |
fillStandardParameters, findLoopOrQuery, findParentTag, findParentTag, findParentTag, findParentTag, findWriter, findWriter, getAttribute, getAttributeBoolean, getAttributeInteger, getAttributeInteger, getAttributeValue, getContentTag, getContextProvider, getContextTag, getDefaultLocale, getEscapedValue, getId, getLocale, getObject, getObjectConditional, getPageContext, getPageContextTag, getReferid, getString, getTaglibVersion, getTimeZone, getWriterValue, haveBody, setContext, setEscape, setId, setJspvar, setListdelimiter, setPageContext, setVartype, setWrite, setWriter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entries
protected List entries
ParamTag
public ParamTag()
setName
public void setName(String n)
throws JspTagException
- Throws:
JspTagException
setValue
public void setValue(String v)
throws JspTagException
- Throws:
JspTagException
setReferid
public void setReferid(String r)
throws JspTagException
- Description copied from class:
ContextReferrerTag
- ContextReferrers normally can have the attribute 'referid'. If
a ContextReferrer has the 'id' attribute it registers its
output in the surrounding Context. With 'referid' you can 'repeat' a
tag which had the 'id' attribute.
- Overrides:
setReferid in class ContextReferrerTag
- Throws:
JspTagException- Since:
- MMBase-1.8
addParameter
public void addParameter(String key,
Object value)
throws JspTagException
- Specified by:
addParameter in interface ParamHandler
- Throws:
JspTagException
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag in interface Tag
- Throws:
JspException
doAfterBody
public int doAfterBody()
throws JspException
- Specified by:
doAfterBody in interface IterationTag
- Throws:
JspException
doEndTag
public int doEndTag()
throws JspTagException
- Specified by:
doEndTag in interface Tag- Overrides:
doEndTag in class ContextReferrerTag
- Throws:
JspTagException
release
public void release()
- Description copied from class:
ContextReferrerTag
- Release all allocated resources.
- Specified by:
release in interface Tag- Overrides:
release in class ContextReferrerTag
MMBase build 1.8.1.20060716