Interface WebworkClassLoaderSupplier
- All Known Implementing Classes:
DefaultWebworkClassLoaderSupplier
public interface WebworkClassLoaderSupplier
Responsible for providing a classloader instance to configure webwork.
- Since:
- v7.3.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionget()Retrieves the classloader instance to use for webwork configuration.voidset(ClassLoader classLoader) Sets the classloader instance to use for webwork configuration.
-
Method Details
-
get
ClassLoader get()Retrieves the classloader instance to use for webwork configuration.- Returns:
- A classloader instance to configure webwork with.
-
set
Sets the classloader instance to use for webwork configuration.
-