TilesInitializer
and the various ways to
initialize Tiles, like TilesServlet
.@Deprecated public class InitContainerTag extends TilesBodyTag
Modifier and Type | Class and Description |
---|---|
static class |
InitContainerTag.RuntimeConfiguredContext
Deprecated.
A servlet context created "on the fly" for container initialization.
|
Constructor and Description |
---|
InitContainerTag()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
doCatch, doFinally, release
public java.lang.String getContainerFactory()
public void setContainerFactory(java.lang.String containerFactory)
containerFactory
- The container factory class name.public java.lang.String getContainerKey()
public void setContainerKey(java.lang.String containerKey)
containerKey
- the containerKey The container key.protected void reset()
javax.servlet.jsp.tagext.Tag#doEndTag()
and
javax.servlet.jsp.tagext.Tag#doStartTag()
.reset
in class TilesBodyTag
public int doStartTag()
public int doEndTag()