Package org.nuxeo.runtime.tomcat.dev
Interface WebResourcesCacheFlusher
-
- All Known Implementing Classes:
NuxeoDevWebappClassLoader
@MXBean public interface WebResourcesCacheFlusher
Flush resources in web-app class loader, needed for resetting the i18n.A runtime event listener propagates the same flush to the tomcat context, see WebResourcesReloadHandler and SeamHotReloadHelper#flush().
- Since:
- 5.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flushWebResources()
-