public class AnalyzedTag
extends java.lang.Object
Constructor and Description |
---|
AnalyzedTag() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAfterReturnsAgain()
Set true if the doAfterBody can return EVAL_BODY_AGAIN
|
boolean |
getDoAfter()
Set true if the tag implements doAfterBody
|
boolean |
getDoCatch()
Set true if the tag implements doCatch
|
boolean |
getDoEnd()
Set true if the tag implements doEndTag.
|
boolean |
getDoFinally()
Set true if the tag implements doFinally
|
boolean |
getDoInit()
Set true if the tag implements doInitBody.
|
boolean |
getDoStart()
Set true if the tag implements doStart.
|
boolean |
getEndReturnsEval()
Set true if the doEndTag can return EVAL_PAGE
|
boolean |
getEndReturnsSkip()
Set true if the doEndTag can return SKIP_PAGE
|
boolean |
getHasInjection()
True if the tag has a @Resource.
|
JavaClass |
getJavaClass() |
AnalyzedTag |
getParent() |
boolean |
getStartReturnsBuffered()
Set true if the doStart can return INCLUDE_BODY_BUFFERED
|
boolean |
getStartReturnsBufferedAsParent()
Set true if the doStart can return INCLUDE_BODY_BUFFERED
|
boolean |
getStartReturnsInclude()
Set true if the doStart can return INCLUDE_BODY
|
boolean |
getStartReturnsSkip()
Set true if the doStart can return SKIP_BODY
|
boolean |
isBodyTag()
Set true for a body tag.
|
void |
setAfterReturnsAgain(boolean again)
Set true if the doAfterBody can return EVAL_BODY_AGAIN
|
void |
setBodyTag(boolean isBodyTag)
Set true for a body tag.
|
void |
setDoAfter(boolean doAfter)
Set true if the tag implements doAfterBody
|
void |
setDoCatch(boolean doCatch)
Set true if the tag implements doCatch
|
void |
setDoEnd(boolean doEnd)
Set true if the tag implements doEndTag.
|
void |
setDoFinally(boolean doFinally)
Set true if the tag implements doFinally
|
void |
setDoInit(boolean doInit)
Set true if the tag implements doInitBody.
|
void |
setDoStart(boolean doStart)
Set true if the tag implements doStart.
|
void |
setEndReturnsEval(boolean eval)
Set true if the doEndTag can return EVAL_PAGE
|
void |
setEndReturnsSkip(boolean skip)
Set true if the doEndTag can return SKIP_PAGE
|
void |
setHasInjection(boolean hasInjection)
True if the tag has a @Resource.
|
void |
setJavaClass(JavaClass javaClass) |
void |
setParent(AnalyzedTag parent) |
void |
setStartReturnsBuffered(boolean buffered)
Set true if the doStart can return INCLUDE_BODY_BUFFERED
|
void |
setStartReturnsInclude(boolean include)
Set true if the doStart can return INCLUDE_BODY
|
void |
setStartReturnsSkip(boolean skip)
Set true if the doStart can return SKIP_BODY
|
java.lang.String |
toString() |
public AnalyzedTag getParent()
public void setParent(AnalyzedTag parent)
public void setBodyTag(boolean isBodyTag)
public boolean isBodyTag()
public boolean getDoStart()
public void setDoStart(boolean doStart)
public boolean getStartReturnsSkip()
public void setStartReturnsSkip(boolean skip)
public boolean getStartReturnsInclude()
public void setStartReturnsInclude(boolean include)
public boolean getStartReturnsBuffered()
public boolean getStartReturnsBufferedAsParent()
public void setStartReturnsBuffered(boolean buffered)
public boolean getDoEnd()
public void setDoEnd(boolean doEnd)
public boolean getEndReturnsSkip()
public void setEndReturnsSkip(boolean skip)
public boolean getEndReturnsEval()
public void setEndReturnsEval(boolean eval)
public boolean getDoAfter()
public void setDoAfter(boolean doAfter)
public boolean getAfterReturnsAgain()
public void setAfterReturnsAgain(boolean again)
public boolean getDoInit()
public void setDoInit(boolean doInit)
public boolean getDoCatch()
public void setDoCatch(boolean doCatch)
public boolean getDoFinally()
public void setDoFinally(boolean doFinally)
public boolean getHasInjection()
public void setHasInjection(boolean hasInjection)
public JavaClass getJavaClass()
public void setJavaClass(JavaClass javaClass)
public java.lang.String toString()
toString
in class java.lang.Object