public class AuSetAttributes extends AuResponse
data[0]: the uuid of the component
data[1]: the array of attribute name and attribute value
AuSetAttribute
AuResponse.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, hashCode
public AuSetAttributes(Component comp, AuSetAttribute... attrs)
public java.util.List<java.lang.Object> getEncodedData()
AuResponse
Note: 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 AuResponse
AuResponse.getRawData()
public java.lang.String toString()
toString
in class AuResponse
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.