public abstract class ParamContainerTag
extends javax.servlet.jsp.tagext.TagSupport
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<String>> |
parametersMap |
protected List<String> |
removedParametersList |
Constructor and Description |
---|
ParamContainerTag() |
Modifier and Type | Method and Description |
---|---|
protected void |
addParameter(String key,
String value)
Adds a key,value pair to the parameter map.
|
protected void |
cleanup() |
int |
doStartTag() |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.