public abstract class RequestContextAwareTag extends TagSupport implements TryCatchFinally
EVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
RequestContextAwareTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
doCatch(Throwable throwable) |
void |
doFinally() |
int |
doStartTag() |
protected abstract int |
doStartTagInternal()
Called by doStartTag to perform the actual work.
|
protected RequestContext |
getRequestContext()
Return the current RequestContext.
|
doAfterBody, doEndTag, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValuepublic final int doStartTag()
throws JspException
doStartTag in interface TagdoStartTag in class TagSupportJspExceptionprotected final RequestContext getRequestContext()
protected abstract int doStartTagInternal()
throws Exception
Exception - any exception, any checked one other than
a JspException gets wrapped in a JspException by doStartTagTagSupport.doStartTag()public void doCatch(Throwable throwable) throws Throwable
doCatch in interface TryCatchFinallyThrowablepublic void doFinally()
doFinally in interface TryCatchFinallyCopyright © 2022. All rights reserved.