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

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

Package class diagram package DestroyContainerTag
java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.tiles.jsp.taglib.TilesTag
          extended by 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

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
DestroyContainerTag()
           
 
Method Summary
 int doEndTag()
          
 String getContainerKey()
          Returns the key of the container to destroy.
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().
 void setContainerKey(String containerKey)
          Sets the key of the container to destroy.
 
Methods inherited from class org.apache.tiles.jsp.taglib.TilesTag
doCatch, doFinally, release
 
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
 

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

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.