javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTagpublic class SetCurrentContainerTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
| Constructor | Description |
|---|---|
SetCurrentContainerTag() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
doTag() |
|
java.lang.String |
getContainerKey() |
Getter for containerKey property.
|
void |
setContainerKey(java.lang.String containerKey) |
Setter for containerKey property.
|
public java.lang.String getContainerKey()
null, the default one will be used.public void setContainerKey(java.lang.String containerKey)
containerKey - The key of the container to be used as "current". If
null, the default one will be used.public void doTag()
throws javax.servlet.jsp.JspException,
java.io.IOException
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportjavax.servlet.jsp.JspExceptionjava.io.IOExceptionCopyright © 2018. All rights reserved.