| Package | Description | 
|---|---|
| com.opensymphony.xwork2 | Main XWork interfaces and classes. | 
| com.opensymphony.xwork2.config | Configuration core classes. | 
| com.opensymphony.xwork2.config.providers | Configuration provider classes. | 
| com.opensymphony.xwork2.test | |
| com.opensymphony.xwork2.util | XWork util classes. | 
| org.apache.struts2.config | Classes for Struts configuration and property handling. | 
| org.apache.struts2.ognl | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | XWorkJUnit4TestCase. loadConfigurationProviders(ConfigurationProvider... providers) | 
| protected void | XWorkTestCase. loadConfigurationProviders(ConfigurationProvider... providers) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BeanSelectionProviderWhen implemented allows to alias already existing beans | 
| interface  | ServletContextAwareConfigurationProviderDedicated interface to allow inject  ServletContextand perform initialisation based in it | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StrutsDefaultConfigurationProvider | 
| class  | XmlConfigurationProviderLooks in the classpath for an XML file, "struts.xml" by default,
 and uses it for the XWork configuration. | 
| class  | XmlDocConfigurationProviderThis is a base XWork2  ConfigurationProviderfor loading configuration from a parsedXML document. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StubConfigurationProvider | 
| Modifier and Type | Method and Description | 
|---|---|
| static ConfigurationManager | XWorkTestCaseHelper. loadConfigurationProviders(ConfigurationManager configurationManager,
                          ConfigurationProvider... providers) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBeanSelectionProviderTODO lukaszlenart: write a JavaDoc | 
| class  | DefaultPropertiesProviderLoads the default properties, separate from the usual struts.properties loading | 
| class  | PropertiesConfigurationProvider | 
| class  | StrutsBeanSelectionProviderSelects the implementations of key framework extension points, using the loaded
 property constants. | 
| class  | StrutsJavaConfigurationProvider | 
| class  | StrutsXmlConfigurationProviderOverride Xwork class so we can use an arbitrary config file | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProviderAllowlist. clearAllowlist(ConfigurationProvider configurationProvider)Deprecated. 
 since 6.6.0, use  ProviderAllowlist.clearAllowlist(Object) | 
| void | ProviderAllowlist. registerAllowlist(ConfigurationProvider configurationProvider,
                 Set<Class<?>> allowlist)Deprecated. 
 since 6.6.0, use  ProviderAllowlist.registerAllowlist(Object, Set) | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.