|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.ext.tag.TagImpl
railo.runtime.tag.Wddx
public final class Wddx
Serializes and de-serializes CFML data structures to the XML-based WDDX format. Generates JavaScript statements to instantiate JavaScript objects equivalent to the contents of a WDDX packet or some CFML data structures.
Field Summary |
---|
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
Wddx()
|
Method Summary | |
---|---|
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 |
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 |
---|
public Wddx()
Method Detail |
---|
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class TagImpl
Tag.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
Tag.doStartTag()
public int doEndTag()
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
Tag.doEndTag()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |