public class Init extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_CONVERTERS
Key of application converters, you set it by library-property in application zk.xml.
|
static String |
APP_VALIDATORS
Key of application validators, you set it by library-property in application zk.xml
The format is name=className, different validators are split by comma. |
| Constructor and Description |
|---|
Init() |
public static final String APP_CONVERTERS
<library-property>
<name>org.zkoss.bind.appConverters</name>
<value>foo=my.FooConverter,bar=my.BarConverter</value>
</library-property>
public static final String APP_VALIDATORS
<library-property>
<name>org.zkoss.bind.appValidators</name>
<value>foo=my.FooValidator,bar=my.BarValidator</value>
</library-property>
Copyright © 2026. All rights reserved.