public class SetCurrentContainerTag
extends SimpleTagSupport
Constructor and Description |
---|
SetCurrentContainerTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag() |
java.lang.String |
getContainerKey()
Returns the key under which the container is stored.
|
void |
setContainerKey(java.lang.String containerKey)
Sets the key under which the container is stored.
|
public java.lang.String getContainerKey()
public void setContainerKey(java.lang.String containerKey)
containerKey
- the containerKey The container key.public void doTag() throws JspException
JspException