railo.runtime.tag
Class Dump
java.lang.Object
railo.runtime.ext.tag.TagImpl
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
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary |
Dump()
|
Dump
public Dump()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
- See Also:
Tag.release()
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
- See Also:
Tag.doStartTag()
doEndTag
public int doEndTag()
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
- See Also:
Tag.doEndTag()
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