public class zEmbedded
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
destroy(String domId,
boolean skipError)
Destroy zk desktop in specific DOM id
|
static Promise |
load(String domId,
String zkSrc,
String zkHost)
Load zk source and replace the DOM
|
public static Promise load(String domId, String zkSrc, String zkHost)
domId
- the target DOM idzkSrc
- the target ZK source urlzkHost
- the target ZK host url, notice that it should not contains context pathpublic static void destroy(String domId, boolean skipError)
domId
- the target DOM idskipError
- whether to skip error message or notCopyright © 2005-2023 Potix Corporation. All Rights Reserved.