| Package | Description |
|---|---|
| com.opensymphony.xwork2.ognl.accessor | |
| com.opensymphony.xwork2.util.fs | |
| org.apache.struts2.dispatcher |
This package contains a reimagining of the traditional Struts filter dispatchers.
|
| org.apache.struts2.util.fs |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundRootAccessor
A stack that is able to call methods on objects in the stack.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFileManager
Default implementation of
FileManager |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContextAwareDestroyable
Extension of
InternalDestroyable for components that require
ServletContext during cleanup (e.g. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentCacheDestroyable
Clears
Component's static standard attributes cache to prevent
classloader leaks on hot redeploy. |
class |
FinalizableReferenceQueueDestroyable
Adapter that exposes
FinalizableReferenceQueue.stopAndClear() as an
InternalDestroyable bean, since FinalizableReferenceQueue
has a private constructor and cannot be directly registered in the container. |
class |
FreemarkerCacheDestroyable
WW-5537: Clears FreeMarker's template and class introspection caches
stored in
ServletContext during application undeploy, preventing
classloader leaks. |
class |
OgnlCacheDestroyable
Clears OGNL runtime caches and JDK introspection caches that hold
Class<?> references, preventing classloader leaks on hot redeploy. |
class |
ScopeInterceptorCacheDestroyable
Clears
ScopeInterceptor's static locks map to prevent classloader
leaks on hot redeploy. |
| Modifier and Type | Class and Description |
|---|---|
class |
JBossFileManager
FileManager implementation used with JBoss AS
|
Copyright © 2000–2026 Apache Software Foundation. All rights reserved.