org.zkoss.lang.contextClassLoader.class"
From Documentation
Jumperchen (talk | contribs) (Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.lang.contextClassLoader.class Default: <i>none</i> (it implies ''Thread.currentThread().getContextClassLoader...") |
m ((via JWB)) |
||
(One intermediate revision by one other user not shown) | |||
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()'') | ||
− | + | {{versionSince|8.0.2}} | |
It specifies the name of the class used to provide the customized context class loader. The class must implement the <javadoc type="interface">org.zkoss.lang.ContextClassLoaderFactory</javadoc> interface. | It specifies the name of the class used to provide the customized context class loader. The class must implement the <javadoc type="interface">org.zkoss.lang.ContextClassLoaderFactory</javadoc> interface. | ||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Latest revision as of 09:30, 14 March 2022
Property:
org.zkoss.lang.contextClassLoader.class
Applicable: globally in zk.xml via <library-property> 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.