|
|||||||||
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(java.lang.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 javax.servlet.jsp.tagext.Tag#doEndTag() and
javax.servlet.jsp.tagext.Tag#doStartTag() . |
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(java.lang.Throwable throwable) throws java.lang.Throwable
throwable
- The throwable object.
java.lang.Throwable
- The throwable object itself, by default.TryCatchFinally#doCatch(Throwable)
public void doFinally()
TryCatchFinally#doFinally()
protected void reset()
javax.servlet.jsp.tagext.Tag#doEndTag()
and
javax.servlet.jsp.tagext.Tag#doStartTag()
.
public void release()
javax.servlet.jsp.tagext.Tag#release()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |