Package | Description |
---|---|
com.opensymphony.xwork2.config.entities |
Configuration entity classes.
|
com.opensymphony.xwork2.config.providers |
Configuration provider classes.
|
Modifier and Type | Field and Description |
---|---|
protected ResultTypeConfig |
ResultTypeConfig.Builder.target |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ResultTypeConfig> |
PackageConfig.resultTypeConfigs |
Modifier and Type | Method and Description |
---|---|
ResultTypeConfig |
ResultTypeConfig.Builder.build() |
ResultTypeConfig |
PackageConfig.Builder.getResultType(String type) |
Modifier and Type | Method and Description |
---|---|
Map<String,ResultTypeConfig> |
PackageConfig.getAllResultTypeConfigs()
returns the Map of all the ResultTypeConfigs available in the current package.
|
Map<String,ResultTypeConfig> |
PackageConfig.getResultTypeConfigs()
gets the ResultTypeConfigs local to this package
|
Modifier and Type | Method and Description |
---|---|
PackageConfig.Builder |
PackageConfig.Builder.addResultTypeConfig(ResultTypeConfig config) |
Constructor and Description |
---|
Builder(ResultTypeConfig orig) |
ResultTypeConfig(ResultTypeConfig orig) |
Modifier and Type | Method and Description |
---|---|
protected ResultTypeConfig |
XmlDocConfigurationProvider.buildResultTypeConfig(Element resultTypeElement,
Location location,
String paramName) |
Modifier and Type | Method and Description |
---|---|
protected ResultConfig |
XmlDocConfigurationProvider.buildResultConfig(String name,
ResultTypeConfig config,
Location location,
Map<String,String> params) |
protected Map<String,String> |
XmlDocConfigurationProvider.buildResultParams(Element resultElement,
ResultTypeConfig config) |
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.