|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
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. |
| Field Summary |
|---|
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
|---|
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
|---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
InitContainerTag()
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.tiles.jsp.taglib.TilesBodyTag |
|---|
doCatch, doFinally, release |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
|---|
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
getParent, setPageContext, setParent |
| Constructor Detail |
|---|
public InitContainerTag()
| Method Detail |
|---|
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 TilesBodyTagpublic int doStartTag()
doStartTag in interface TagdoStartTag in class BodyTagSupportpublic int doEndTag()
doEndTag in interface TagdoEndTag in class BodyTagSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||