| Package | Description | 
|---|---|
| com.opensymphony.xwork2.config | Configuration core classes. | 
| com.opensymphony.xwork2.config.entities | 
Configuration entity classes. | 
| com.opensymphony.xwork2.config.impl | Configuration implementation classes. | 
| com.opensymphony.xwork2.config.providers | Configuration provider classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| PackageConfig | Configuration. getPackageConfig(String name) | 
| PackageConfig | Configuration. removePackageConfig(String packageName)Removes a package from the the list of packages. | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<PackageConfig> | ConfigurationUtil. buildParentsFromString(Configuration configuration,
                      String parent)Get the  PackageConfigelements with the specified names. | 
| Map<String,PackageConfig> | Configuration. getPackageConfigs() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Configuration. addPackageConfig(String name,
                PackageConfig packageConfig) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected PackageConfig | PackageConfig.Builder. target | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<PackageConfig> | PackageConfig. parents | 
| Modifier and Type | Method and Description | 
|---|---|
| PackageConfig | PackageConfig.Builder. build() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<PackageConfig> | PackageConfig. getParents() | 
| Modifier and Type | Method and Description | 
|---|---|
| PackageConfig.Builder | PackageConfig.Builder. addParent(PackageConfig parent) | 
| int | PackageConfig. compareTo(PackageConfig other) | 
| Modifier and Type | Method and Description | 
|---|---|
| PackageConfig.Builder | PackageConfig.Builder. addParents(List<PackageConfig> parents) | 
| Set<String> | PackageConfig.Builder. getParentsAllowedMethods(List<PackageConfig> parents) | 
| Constructor and Description | 
|---|
| Builder(PackageConfig config) | 
| PackageConfig(PackageConfig orig) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<String,PackageConfig> | DefaultConfiguration. packageContexts | 
| Modifier and Type | Method and Description | 
|---|---|
| PackageConfig | MockConfiguration. getPackageConfig(String name) | 
| PackageConfig | DefaultConfiguration. getPackageConfig(String name) | 
| PackageConfig | MockConfiguration. removePackageConfig(String name) | 
| PackageConfig | DefaultConfiguration. removePackageConfig(String packageName) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,PackageConfig> | MockConfiguration. getPackageConfigs() | 
| Map<String,PackageConfig> | DefaultConfiguration. getPackageConfigs() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MockConfiguration. addPackageConfig(String name,
                PackageConfig packageContext) | 
| void | DefaultConfiguration. addPackageConfig(String name,
                PackageConfig packageContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PackageConfig | XmlDocConfigurationProvider. addPackage(Element packageElement)Create a PackageConfig from an XML element representing it. | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.