@Deprecated public abstract class TilesBodyTag extends javax.servlet.jsp.tagext.BodyTagSupport implements javax.servlet.jsp.tagext.TryCatchFinally
Constructor and Description |
---|
TilesBodyTag()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.doEndTag() and
Tag.doStartTag() . |
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public void doCatch(Throwable throwable) throws Throwable
doCatch
in interface javax.servlet.jsp.tagext.TryCatchFinally
throwable
- The throwable object.Throwable
- The throwable object itself, by default.TryCatchFinally.doCatch(Throwable)
public void doFinally()
doFinally
in interface javax.servlet.jsp.tagext.TryCatchFinally
TryCatchFinally.doFinally()
protected void reset()
Tag.doEndTag()
and
Tag.doStartTag()
.public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.BodyTagSupport
Tag.release()
Copyright © 2016. All rights reserved.