|
||||||||||
| 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
@Deprecated public abstract class TilesBodyTag
An abstract common base class to extend for all Tiles JSP tag handlers which access body content. Defines useful life cycle extension points.
| Constructor Summary | |
|---|---|
TilesBodyTag()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
doCatch(Throwable throwable)
Deprecated. Default no-op implementation, but overrideable if needed. |
void |
doFinally()
Deprecated. Called after doEndTag(). |
void |
release()
Deprecated. Release any per-instance resources, releasing any resources or state before this tag instance is disposed. |
protected void |
reset()
Deprecated. Release any per-invocation resources, resetting any resources or state that should be cleared between successive invocations of Tag and
Tag. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TilesBodyTag()
| Method Detail |
|---|
public void doCatch(Throwable throwable)
throws Throwable
throwable - The throwable object.
Throwable - The throwable object itself, by default.TryCatchFinally#doCatch(Throwable)public void doFinally()
TryCatchFinally#doFinally()protected void reset()
Tag and
Tag.
public void release()
Tag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||