|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultTypeConfig | |
---|---|
com.opensymphony.xwork2.config.entities | Configuration entity classes. |
Uses of ResultTypeConfig in com.opensymphony.xwork2.config.entities |
---|
Fields in com.opensymphony.xwork2.config.entities with type parameters of type ResultTypeConfig | |
---|---|
private Map<String,ResultTypeConfig> |
PackageConfig.resultTypeConfigs
|
Methods in com.opensymphony.xwork2.config.entities that return types with arguments of type ResultTypeConfig | |
---|---|
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 |
Methods in com.opensymphony.xwork2.config.entities with parameters of type ResultTypeConfig | |
---|---|
void |
PackageConfig.addResultTypeConfig(ResultTypeConfig config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |