public class AuInsertBefore extends AuResponse
data[0]: the uuid of the component before which the HTML will insert
data[1]: the unparsed HTML (a.k.a., content)
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE| Constructor and Description |
|---|
AuInsertBefore(Component anchor,
java.util.Collection<java.lang.String> contents) |
equals, getCommand, getDepends, getEncodedData, getOverrideKey, getRawData, hashCode, toStringpublic AuInsertBefore(Component anchor, java.util.Collection<java.lang.String> contents)
contents - a collection of contents (in String objects).
Each content is the output of a component.Copyright © 2005-2011 Potix Corporation. All Rights Reserved.