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

java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.tiles.jsp.taglib.TilesTag
public abstract class TilesTag
An abstract common base class to extend for all Tiles JSP tag handlers which do not access body content. Defines useful life cycle extension points.
| Field Summary |
|---|
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
id, pageContext |
| 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 | |
|---|---|
TilesTag()
|
|
| Method Summary | |
|---|---|
void |
doCatch(Throwable throwable)
Default no-op implementation, but overrideable if needed. |
void |
doFinally()
Called after doEndTag(). |
void |
release()
Release any per-instance resources, releasing any resources or state before this tag instance is disposed. |
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(). |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
doAfterBody, doEndTag, doStartTag, 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 |
| Constructor Detail |
|---|
public TilesTag()
| Method Detail |
|---|
public void doCatch(Throwable throwable)
throws Throwable
doCatch in interface TryCatchFinallythrowable - The throwable object.
Throwable - The throwable object itself, by default.TryCatchFinally.doCatch(Throwable)public void doFinally()
doFinally in interface TryCatchFinallyTryCatchFinally.doFinally()protected void reset()
Tag.doEndTag() and
Tag.doStartTag().
public void release()
release in interface Tagrelease in class TagSupportTag.release()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||