|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork2.config.ConfigurationUtil
public class ConfigurationUtil
ConfigurationUtil
| Method Summary | |
|---|---|
static List<String> |
buildParentListFromString(String parent)
Splits the string into a list using a comma as the token separator. |
static List<PackageConfig> |
buildParentsFromString(Configuration configuration,
String parent)
Get the PackageConfig elements with the specified names. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static List<PackageConfig> buildParentsFromString(Configuration configuration,
String parent)
PackageConfig elements with the specified names.
configuration - Configuration from which to find the package elementsparent - Comma separated list of parent package names
parent parameter.public static List<String> buildParentListFromString(String parent)
parent - The comma separated string.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||