public class AuAppendChild extends AuResponse
data[0]: the uuid of the component/page as the parent
data[1]: the unparsed HTML (a.k.a., content)
AuResponse.JSONComponent, AuResponse.JSONDate
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
Constructor and Description |
---|
AuAppendChild(Component comp,
java.util.Collection<java.lang.String> contents) |
AuAppendChild(Page page,
java.util.Collection<java.lang.String> contents) |
equals, getCommand, getDepends, getEncodedData, getOverrideKey, getRawData, hashCode, toString
public AuAppendChild(Component comp, java.util.Collection<java.lang.String> contents)
contents
- a collection of contents (in String objects).
Each content is the output of a component.public AuAppendChild(Page page, java.util.Collection<java.lang.String> contents)
contents
- a collection of contents (in String objects).
Each content is the output of a component or a page.Copyright © 2005-2023 Potix Corporation. All Rights Reserved.