Uses of Interface
org.apache.struts2.dispatcher.InternalDestroyable
Packages that use InternalDestroyable
Package
Description
This package contains a reimagining of the traditional Struts filter dispatchers.
-
Uses of InternalDestroyable in org.apache.struts2.dispatcher
Subinterfaces of InternalDestroyable in org.apache.struts2.dispatcherModifier and TypeInterfaceDescriptioninterfaceExtension ofInternalDestroyablefor components that requireServletContextduring cleanup (e.g. clearing servlet-scoped caches).Classes in org.apache.struts2.dispatcher that implement InternalDestroyableModifier and TypeClassDescriptionclassClearsComponent's static standard attributes cache to prevent classloader leaks on hot redeploy.classClearsDebugUtils's static logged-keys cache to prevent memory leaks during hot redeployment.classAdapter that exposesFinalizableReferenceQueue.stopAndClear()as anInternalDestroyablebean.classWW-5537: Clears FreeMarker's template and class introspection caches stored inServletContextduring application undeploy, preventing classloader leaks.classClears OGNL runtime caches and JDK introspection caches that holdClass<?>references, preventing classloader leaks on hot redeploy.classClearsScopeInterceptor's static locks map to prevent classloader leaks on hot redeploy. -
Uses of InternalDestroyable in org.apache.struts2.ognl.accessor
Classes in org.apache.struts2.ognl.accessor that implement InternalDestroyableModifier and TypeClassDescriptionclassA stack that is able to call methods on objects in the stack. -
Uses of InternalDestroyable in org.apache.struts2.util.fs
Classes in org.apache.struts2.util.fs that implement InternalDestroyableModifier and TypeClassDescriptionclassDefault implementation ofFileManagerclassFileManager implementation used with JBoss AS