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, release
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public 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 TilesBodyTag
public int doStartTag()
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
public int doEndTag()
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
Copyright © 2017. All rights reserved.