org.zkoss.lang.contextClassLoader.class"

From Documentation
(Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.lang.contextClassLoader.class Default: <i>none</i> (it implies ''Thread.currentThread().getContextClassLoader...")
 
m
Line 2: Line 2:
 
'''Property:'''
 
'''Property:'''
 
  org.zkoss.lang.contextClassLoader.class
 
  org.zkoss.lang.contextClassLoader.class
 +
 +
{{GlobalLibraryProperty}}
  
 
  Default: <i>none</i> (it implies ''Thread.currentThread().getContextClassLoader()'')
 
  Default: <i>none</i> (it implies ''Thread.currentThread().getContextClassLoader()'')

Revision as of 06:35, 7 July 2016


org.zkoss.lang.contextClassLoader.class


Property:

org.zkoss.lang.contextClassLoader.class
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: none (it implies Thread.currentThread().getContextClassLoader())
[since 8.0.2]

It specifies the name of the class used to provide the customized context class loader. The class must implement the ContextClassLoaderFactory interface.



Last Update : 2016/07/07

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