public class SetCurrentContainerTag
extends javax.servlet.jsp.tagext.SimpleTagSupport
Constructor and Description |
---|
SetCurrentContainerTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag() |
String |
getContainerKey()
Getter for containerKey property.
|
void |
setContainerKey(String containerKey)
Setter for containerKey property.
|
public String getContainerKey()
public void setContainerKey(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, IOException
doTag
in interface javax.servlet.jsp.tagext.SimpleTag
doTag
in class javax.servlet.jsp.tagext.SimpleTagSupport
javax.servlet.jsp.JspException
IOException
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.