Package org.apache.struts2.dispatcher
Class ScopeInterceptorCacheDestroyable
java.lang.Object
org.apache.struts2.dispatcher.ScopeInterceptorCacheDestroyable
- All Implemented Interfaces:
InternalDestroyable
Clears
ScopeInterceptor's static locks map to prevent classloader
leaks on hot redeploy.- Since:
- 7.2.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScopeInterceptorCacheDestroyable
public ScopeInterceptorCacheDestroyable()
-
-
Method Details
-
destroy
public void destroy()Description copied from interface:InternalDestroyableReleases static state held by this component. Called once duringDispatcher.cleanup().- Specified by:
destroyin interfaceInternalDestroyable
-