org.apache.tiles.jsp.taglib.definition
Class DestroyContainerTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.tiles.jsp.taglib.TilesTag
org.apache.tiles.jsp.taglib.definition.DestroyContainerTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag, TryCatchFinally
public class DestroyContainerTag
- extends TilesTag
Destroys the accessible container.
- Version:
- $Rev: 734110 $ $Date: 2009-01-13 12:49:19 +0100 (mar, 13 gen 2009) $
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DestroyContainerTag
public DestroyContainerTag()
getContainerKey
public String getContainerKey()
- Returns the key of the container to destroy.
- Returns:
- the containerKey The container key.
- Since:
- 2.1.0
setContainerKey
public void setContainerKey(String containerKey)
- Sets the key of the container to destroy.
- Parameters:
containerKey
- the containerKey The container key.- Since:
- 2.1.0
reset
protected void reset()
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- Overrides:
reset
in class TilesTag
doEndTag
public int doEndTag()
-
- Specified by:
doEndTag
in interface Tag
- Overrides:
doEndTag
in class TagSupport
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.