org.zkoss.bind.proxy.IgnoredProxyClasses"

From Documentation
m ((via JWB))
 
Line 6: Line 6:
  
 
  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>
[since 8.0.2]
+
{{versionSince|8.0.2}}
  
 
It specifies the name of the classes which would not be proxied.
 
It specifies the name of the classes which would not be proxied.

Latest revision as of 09:29, 14 March 2022


org.zkoss.bind.proxy.IgnoredProxyClasses


Property:

org.zkoss.bind.proxy.IgnoredProxyClasses
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: java.util.Date, java.sql.Date, java.sql.Timestamp, java.math.BigDecimal, java.math.BigInteger

Since 8.0.2

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>


Last Update : 2022/03/14

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.