public class SecureIdGenerator extends Object implements org.zkoss.zk.ui.sys.IdGenerator
UUID.randomUUID().
UUIDs for new components and pages are generated by ZK's default algorithm.| Constructor and Description |
|---|
SecureIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextComponentUuid(org.zkoss.zk.ui.Desktop desktop,
org.zkoss.zk.ui.Component comp,
org.zkoss.zk.ui.metainfo.ComponentInfo compInfo) |
String |
nextDesktopId(org.zkoss.zk.ui.Desktop desktop) |
String |
nextPageUuid(org.zkoss.zk.ui.Page page) |
public String nextComponentUuid(org.zkoss.zk.ui.Desktop desktop, org.zkoss.zk.ui.Component comp, org.zkoss.zk.ui.metainfo.ComponentInfo compInfo)
nextComponentUuid in interface org.zkoss.zk.ui.sys.IdGeneratorpublic String nextPageUuid(org.zkoss.zk.ui.Page page)
nextPageUuid in interface org.zkoss.zk.ui.sys.IdGeneratorpublic String nextDesktopId(org.zkoss.zk.ui.Desktop desktop)
nextDesktopId in interface org.zkoss.zk.ui.sys.IdGeneratorCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.