org.zkoss.zk.scripting.bsh.method.serializable"

From Documentation
(Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zk.scripting.bsh.method.serializable Default: <i>true</i> [since 5.0.0] Disable the serialization of BeanSh...")
 
m ((via JWB))
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
'''Property:'''
 
'''Property:'''
 
  org.zkoss.zk.scripting.bsh.method.serializable
 
  org.zkoss.zk.scripting.bsh.method.serializable
 +
 +
{{GlobalLibraryProperty}}
  
 
  Default: <i>true</i>
 
  Default: <i>true</i>
[since 5.0.0]
+
{{versionSince|5.0.0}}
  
Disable the serialization of BeanShell methods.
+
To disable the serialization of BeanShell method(s).
  
 
<source lang="xml">
 
<source lang="xml">

Latest revision as of 09:30, 14 March 2022


DocumentationZK Configuration Referencezk.xmlThe Library Propertiesorg.zkoss.zk.scripting.bsh.method.serializable
org.zkoss.zk.scripting.bsh.method.serializable


Property:

org.zkoss.zk.scripting.bsh.method.serializable
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: true

Since 5.0.0

To disable the serialization of BeanShell method(s).

<library-property>
	<name>org.zkoss.zk.scripting.bsh.method.serializable</name>
	<value>false</value>
</library-property>

Version History

Last Update : 2022/03/14


Version Date Content
     


Last Update : 2022/03/14

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