public class AuSetAttributes extends AuResponse
data[0]: the uuid of the component
data[1]: the array of attribute name and attribute value
AuSetAttributeAuResponse.JSONComponent, AuResponse.JSONDate_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE| Constructor and Description |
|---|
AuSetAttributes(Component comp,
AuSetAttribute... attrs)
Construct an instance for miscellaneous values, such as Boolean,
Integer and so on.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getEncodedData()
Returns the evaluated result of the associated data of
this response (might be null).
|
java.lang.String |
toString() |
equals, getCommand, getDepends, getOverrideKey, getRawData, hashCodepublic AuSetAttributes(Component comp, AuSetAttribute... attrs)
public java.util.List<java.lang.Object> getEncodedData()
AuResponseNote: when this method is called, DeferredValue
will be evaluated. Thus, don't call it until the rendering phase.
If you want to access it other than the render phase,
use AuResponse.getRawData() instead.
Note: it is a copy, so any modification to it won't affect the data of this response.
getEncodedData in class AuResponseAuResponse.getRawData()public java.lang.String toString()
toString in class AuResponseCopyright © 2005-2021 Potix Corporation. All Rights Reserved.