railo.runtime.tag
Class Trace
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
railo.runtime.tag.Trace
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
public final class Trace
- extends BodyTagImpl
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary |
Trace()
|
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
Trace
public Trace()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class BodyTagImpl
setAbort
public void setAbort(boolean abort)
- Parameters:
abort
- the abort to set
setFollow
public void setFollow(boolean follow)
setCategory
public void setCategory(String category)
- Parameters:
category
- the category to set
setInline
public void setInline(boolean inline)
- Parameters:
inline
- the inline to set
setText
public void setText(String text)
- Parameters:
text
- the text to set
setType
public void setType(String strType)
throws ApplicationException
- Parameters:
type
- the type to set
- Throws:
ApplicationException
setVar
public void setVar(String var)
- Parameters:
var
- the var to set
setCaller
public void setCaller(Struct caller)
setVariable
public void setVariable(String var)
- Parameters:
var
- the var to set
doStartTag
public int doStartTag()
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
doEndTag
public int doEndTag()
throws PageException
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
- Throws:
PageException
_doEndTag
public void _doEndTag()
throws IOException,
PageException
- Throws:
IOException
PageException
doInitBody
public void doInitBody()
- Specified by:
doInitBody
in interface javax.servlet.jsp.tagext.BodyTag
- Overrides:
doInitBody
in class BodyTagImpl
doAfterBody
public int doAfterBody()
- Specified by:
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
- Overrides:
doAfterBody
in class BodyTagImpl
hasBody
public void hasBody(boolean hasBody)
- sets if has body or not
- Parameters:
hasBody
-
Copyright © 2012 Railo