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

java.lang.Object
  extended by BodyTagSupport
      extended by org.apache.tiles.jsp.taglib.TilesBodyTag
          extended by org.apache.tiles.jsp.taglib.definition.InitContainerTag

Deprecated. Don't use it, to initialize Tiles use TilesInitializer and the various ways to initialize Tiles, like TilesServlet.

@Deprecated
public class InitContainerTag
extends TilesBodyTag

Init definitions impl.

Version:
$Rev: 797765 $ $Date: 2009-07-25 15:20:26 +0200 (sab, 25 lug 2009) $

Nested Class Summary
static class InitContainerTag.RuntimeConfiguredContext
          Deprecated. A servlet context created "on the fly" for container initialization.
 
Constructor Summary
InitContainerTag()
          Deprecated.  
 
Method Summary
 int doEndTag()
          Deprecated. 
 int doStartTag()
          Deprecated. 
 java.lang.String getContainerFactory()
          Deprecated. Returns the container factory class name.
 java.lang.String getContainerKey()
          Deprecated. Returns the key under which the container will be stored.
protected  void reset()
          Deprecated. Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of javax.servlet.jsp.tagext.Tag#doEndTag() and javax.servlet.jsp.tagext.Tag#doStartTag().
 void setContainerFactory(java.lang.String containerFactory)
          Deprecated. Sets the container factory class name.
 void setContainerKey(java.lang.String containerKey)
          Deprecated. Sets the key under which the container will be stored.
 
Methods inherited from class org.apache.tiles.jsp.taglib.TilesBodyTag
doCatch, doFinally, release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitContainerTag

public InitContainerTag()
Deprecated. 
Method Detail

getContainerFactory

public java.lang.String getContainerFactory()
Deprecated. 
Returns the container factory class name.

Returns:
The container factory class name.

setContainerFactory

public void setContainerFactory(java.lang.String containerFactory)
Deprecated. 
Sets the container factory class name.

Parameters:
containerFactory - The container factory class name.

getContainerKey

public java.lang.String getContainerKey()
Deprecated. 
Returns the key under which the container will be stored.

Returns:
the containerKey The container key.
Since:
2.1.0

setContainerKey

public void setContainerKey(java.lang.String containerKey)
Deprecated. 
Sets the key under which the container will be stored.

Parameters:
containerKey - the containerKey The container key.
Since:
2.1.0

reset

protected void reset()
Deprecated. 
Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of javax.servlet.jsp.tagext.Tag#doEndTag() and javax.servlet.jsp.tagext.Tag#doStartTag().

Overrides:
reset in class TilesBodyTag

doStartTag

public int doStartTag()
Deprecated. 


doEndTag

public int doEndTag()
Deprecated.