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.
|
String |
getContainerFactory()
Deprecated.
Returns the container factory class name.
|
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
Tag.doEndTag() and
Tag.doStartTag(). |
void |
setContainerFactory(String containerFactory)
Deprecated.
Sets the container factory class name.
|
void |
setContainerKey(String containerKey)
Deprecated.
Sets the key under which the container will be stored.
|
doCatch, doFinally, releasedoAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic String getContainerFactory()
public void setContainerFactory(String containerFactory)
containerFactory - The container factory class name.public String getContainerKey()
public void setContainerKey(String containerKey)
containerKey - the containerKey The container key.protected void reset()
Tag.doEndTag() and
Tag.doStartTag().reset in class TilesBodyTagpublic int doStartTag()
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportpublic int doEndTag()
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportCopyright © 2025. All rights reserved.