|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBodyTagSupport
org.apache.tiles.jsp.taglib.TilesBodyTag
org.apache.tiles.jsp.taglib.definition.InitContainerTag
TilesInitializer
and the various ways to
initialize Tiles, like TilesServlet
.
@Deprecated public class InitContainerTag
Init definitions impl.
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 |
---|
public InitContainerTag()
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |