org.zkoss.bind.proxy.IgnoredProxyClasses"
From Documentation
(Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.bind.proxy.IgnoredProxyClasses Default: <i>java.util.Date, java.sql.Date, java.sql.Timestamp, java.math.BigDe...") |
Robertwenzel (talk | contribs) m |
||
Line 2: | Line 2: | ||
'''Property:''' | '''Property:''' | ||
org.zkoss.bind.proxy.IgnoredProxyClasses | org.zkoss.bind.proxy.IgnoredProxyClasses | ||
+ | |||
+ | {{GlobalLibraryProperty}} | ||
Default: <i>java.util.Date, java.sql.Date, java.sql.Timestamp, java.math.BigDecimal, java.math.BigInteger</i> | Default: <i>java.util.Date, java.sql.Date, java.sql.Timestamp, java.math.BigDecimal, java.math.BigInteger</i> |
Revision as of 11:28, 7 July 2016
Property:
org.zkoss.bind.proxy.IgnoredProxyClasses
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: java.util.Date, java.sql.Date, java.sql.Timestamp, java.math.BigDecimal, java.math.BigInteger [since 8.0.2] [EE version only]
It specifies the name of the classes which would not be proxied.
<library-property> <name>org.zkoss.bind.proxy.IgnoredProxyClasses</name> <appendable>true</appendable> <list> <value>java.util.Date</value> <value>java.sql.Date</value> <value>java.sql.Timestamp</value> <value>java.math.BigDecimal</value> <value>java.math.BigInteger</value> </list> </library-property>