This project has retired. For details please refer to its Attic page.
DestroyContainerTag (Tiles 2 2.2.2 API)

org.apache.tiles.jsp.taglib.definition
Class DestroyContainerTag

Package class diagram package DestroyContainerTag
java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by org.apache.tiles.jsp.taglib.definition.DestroyContainerTag
All Implemented Interfaces:
JspTag, SimpleTag

public class DestroyContainerTag
extends SimpleTagSupport

Destroys the accessible container.

Version:
$Rev: 783101 $ $Date: 2009-06-09 21:27:26 +0200 (mar, 09 giu 2009) $

Constructor Summary
DestroyContainerTag()
           
 
Method Summary
 void doTag()
          
 String getContainerKey()
          Returns the key of the container to destroy.
 void setContainerKey(String containerKey)
          Sets the key of the container to destroy.
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestroyContainerTag

public DestroyContainerTag()
Method Detail

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

doTag

public void doTag()

Specified by:
doTag in interface SimpleTag
Overrides:
doTag in class SimpleTagSupport


Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.