org.apache.tiles.jsp.taglib.definition
Class SetCurrentContainerTag
java.lang.Object
SimpleTagSupport
org.apache.tiles.jsp.taglib.definition.SetCurrentContainerTag
public class SetCurrentContainerTag
- extends SimpleTagSupport
Sets the current container, to be used by Tiles tags.
- Since:
- 2.1.0
- Version:
- $Rev: 783101 $ $Date: 2009-06-09 21:27:26 +0200 (mar, 09 giu 2009) $
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetCurrentContainerTag
public SetCurrentContainerTag()
getContainerKey
public java.lang.String getContainerKey()
- Returns the key under which the container is stored.
- Returns:
- the containerKey The container key.
- Since:
- 2.1.0
setContainerKey
public void setContainerKey(java.lang.String containerKey)
- Sets the key under which the container is stored.
- Parameters:
containerKey
- the containerKey The container key.- Since:
- 2.1.0
doTag
public void doTag()
throws JspException
-
- Throws:
JspException