public final class Wddx extends TagImpl
Constructor and Description |
---|
Wddx() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setAction(String action)
set the value action
Specifies the action taken by the cfwddx tag.
|
void |
setInput(Object input)
set the value input
The value to be processed.
|
void |
setOutput(String output)
set the value output
The name of the variable to hold the output of the operation.
|
void |
setToplevelvariable(String toplevelvariable)
set the value toplevelvariable
The name of the top-level JavaScript object created by the deserialization process.
|
void |
setUsetimezoneinfo(boolean usetimezoneinfo)
set the value usetimezoneinfo
Indicates whether to output time-zone information when serializing CFML to WDDX.
|
void |
setValidate(boolean validate)
set the value validate
|
void |
setXmlconform(boolean xmlConform)
sets if generated code is xml or wddx conform
|
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public Wddx()
public void release()
public void setInput(Object input)
input
- value to setpublic void setAction(String action)
action
- value to setpublic void setOutput(String output)
output
- value to setpublic void setValidate(boolean validate)
validate
- value to setpublic void setToplevelvariable(String toplevelvariable)
toplevelvariable
- value to setpublic void setUsetimezoneinfo(boolean usetimezoneinfo)
usetimezoneinfo
- value to setpublic void setXmlconform(boolean xmlConform)
xmlConform
- public int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
Copyright © 2015 Lucee