Package org.zkoss.zk.au.out
Class AuUuid
- java.lang.Object
-
- org.zkoss.zk.au.AuResponse
-
- org.zkoss.zk.au.out.AuUuid
-
public class AuUuid extends AuResponse
Rename the UUID.- Since:
- 5.0.3
- Author:
- tomyeh
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.zkoss.zk.au.AuResponse
AuResponse.JSONComponent, AuResponse.JSONDate
-
-
Field Summary
-
Fields inherited from class org.zkoss.zk.au.AuResponse
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
-
-
Method Summary
-
Methods inherited from class org.zkoss.zk.au.AuResponse
equals, getCommand, getDepends, getEncodedData, getOverrideKey, getRawData, hashCode, toString
-
-
-
-
Constructor Detail
-
AuUuid
public AuUuid(Component comp, java.lang.String oldid)
- Parameters:
comp
- the component whose UUID has been changed.oldid
- the old UUID.
-
-