org.apache.tiles.jsp.taglib.definition
Class InitContainerTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.tiles.jsp.taglib.TilesBodyTag
org.apache.tiles.jsp.taglib.definition.InitContainerTag
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally, PutAttributeTagParent
public class InitContainerTag
- extends TilesBodyTag
- implements PutAttributeTagParent
Init definitions impl.
- See Also:
- Serialized Form
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 |
Method Summary |
int |
doEndTag()
|
int |
doStartTag()
|
java.lang.String |
getContainerFactory()
Returns the container factory class name. |
java.lang.String |
getContainerKey()
Returns the key under which the container will be stored. |
void |
processNestedTag(PutAttributeTag nestedTag)
Process the nested tag. |
protected void |
reset()
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(java.lang.String containerFactory)
Sets the container factory class name. |
void |
setContainerKey(java.lang.String containerKey)
Sets the key under which the container will be stored. |
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 |
InitContainerTag
public InitContainerTag()
getContainerFactory
public java.lang.String getContainerFactory()
- Returns the container factory class name.
- Returns:
- The container factory class name.
setContainerFactory
public void setContainerFactory(java.lang.String containerFactory)
- Sets the container factory class name.
- Parameters:
containerFactory
- The container factory class name.
getContainerKey
public java.lang.String getContainerKey()
- Returns the key under which the container will be stored.
- Returns:
- the containerKey The container key.
- Since:
- 2.1.0
setContainerKey
public void setContainerKey(java.lang.String containerKey)
- Sets the key under which the container will be stored.
- Parameters:
containerKey
- the containerKey The container key.- Since:
- 2.1.0
processNestedTag
public void processNestedTag(PutAttributeTag nestedTag)
- Process the nested tag.
- Specified by:
processNestedTag
in interface PutAttributeTagParent
- Parameters:
nestedTag
- Nested tag to process.
reset
protected void reset()
- Release any per-invocation resources, resetting any resources or state
that should be cleared between successive invocations of
Tag.doEndTag()
and
Tag.doStartTag()
.
- Overrides:
reset
in class TilesBodyTag
doStartTag
public int doStartTag()
-
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
doEndTag
public int doEndTag()
-
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport