Package org.zkoss.zk.au
Class AuResponse.JSONDate
- java.lang.Object
-
- org.zkoss.zk.au.AuResponse.JSONDate
-
- All Implemented Interfaces:
JSONAware
- Enclosing class:
- AuResponse
protected static class AuResponse.JSONDate extends java.lang.Object implements JSONAware
-
-
Constructor Summary
Constructors Constructor Description JSONDate(java.util.Date d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toJSONString()
-
-
-
Method Detail
-
toJSONString
public java.lang.String toJSONString()
- Specified by:
toJSONString
in interfaceJSONAware
- Returns:
- JSON text
-
-