org.mmbase.bridge.jsp.taglib
Interface ParamHandler
- All Known Subinterfaces:
- FunctionContainer
- All Known Implementing Classes:
- CloudTag, ComponentTag, EditTag, EscaperTag, FormatterTag, FunctionContainerTag, IncludeTag, LeafFileTag, LeafIncludeTag, ParamTag, RedirectTag, TreeFileTag, TreeIncludeTag, UrlTag, UrlWriterTag
public interface ParamHandler
ParamHandlers can have the <mm:param> (ParamTag) tag as subtag.
- Since:
- MMBase-1.7
- Version:
- $Id: ParamHandler.java 35335 2009-05-21 08:14:41Z michiel $
- Author:
- Michiel Meeuwissen
- See Also:
UrlTag
KEY
static final String KEY
- Since:
- MMBase-1.9
- See Also:
- Constant Field Values
SCOPE
static final int SCOPE
- Since:
- MMBase-1.9
- See Also:
- Constant Field Values
addParameter
void addParameter(String key,
Object value)
throws JspTagException
- Throws:
JspTagException
MMBase 2.0-SNAPSHOT - null