railo.runtime.tag
Class Trace

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.ext.tag.BodyTagImpl
          extended by 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


Field Summary
 
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()
           
 
Method Summary
 void _doEndTag()
           
 int doAfterBody()
           
 int doEndTag()
           
 void doInitBody()
           
 int doStartTag()
           
 void hasBody(boolean hasBody)
          sets if has body or not
 void release()
           
 void setAbort(boolean abort)
           
 void setCaller(Struct caller)
           
 void setCategory(String category)
           
 void setFollow(boolean follow)
           
 void setInline(boolean inline)
           
 void setText(String text)
           
 void setType(String strType)
           
 void setVar(String var)
           
 void setVariable(String var)
           
 
Methods inherited from class railo.runtime.ext.tag.BodyTagImpl
setBodyContent
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

Trace

public Trace()
Method Detail

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