railo.runtime.tag
Class Dump

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.tag.Dump
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public final class Dump
extends TagImpl

Outputs variables for debugging purposes. Using cfdump, you can display the contents of simple variables, queries, arrays, structures, and WDDX variables created with cfwddx. if no var attribute defined it dump the hole site information


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Dump()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void release()
           
 void setAbort(boolean abort)
           
 void setEval(Object eval)
          set the value eval Variable to display.
 void setExpand(boolean expand)
          set the value expand not supported at the moment
 void setFormat(String format)
           
 void setHide(String hide)
           
 void setKeys(double keys)
           
 void setLabel(String label)
          set the value label string; header for the dump output.
 void setMaxlevel(double maxlevel)
           
 void setMetainfo(boolean metainfo)
           
 void setOutput(String output)
           
 void setShow(String show)
           
 void setShowudfs(boolean showUDFs)
           
 void setTop(double top)
           
 void setType(String type)
           
 void setVar(Object var)
          set the value var Variable to display.
 
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
 

Constructor Detail

Dump

public Dump()
Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class TagImpl

setTop

public void setTop(double top)
Parameters:
top - the top to set

setHide

public void setHide(String hide)

setShow

public void setShow(String show)

setOutput

public void setOutput(String output)

setKeys

public void setKeys(double keys)

setMetainfo

public void setMetainfo(boolean metainfo)

setExpand

public void setExpand(boolean expand)
set the value expand not supported at the moment

Parameters:
expand - value to set

setVar

public void setVar(Object var)
set the value var Variable to display. Enclose a variable name in pound signs

Parameters:
var - value to set

setEval

public void setEval(Object eval)
set the value eval Variable to display. Enclose a variable name in pound signs

Parameters:
eval - value to set

setLabel

public void setLabel(String label)
set the value label string; header for the dump output.

Parameters:
label - value to set

setMaxlevel

public void setMaxlevel(double maxlevel)
Parameters:
maxlevel - the maxlevel to set

setType

public void setType(String type)
Parameters:
type - the type to set

setFormat

public void setFormat(String format)

doStartTag

public int doStartTag()
               throws PageException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class TagImpl
Throws:
PageException

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class TagImpl

setShowudfs

public void setShowudfs(boolean showUDFs)
Parameters:
showUDFs - the showUDFs to set

setAbort

public void setAbort(boolean abort)
Parameters:
abort - the abort to set


Copyright © 2012 Railo