public class WebUtilities extends Object
Constructor and Description |
---|
WebUtilities() |
Modifier and Type | Method and Description |
---|---|
static boolean |
matchesPattern(String value,
String pattern)
Determines if the given value matches the given pattern
|
static String |
renamePropertyForMaintenanceFramework(String propertyName)
Converts a property name so that it is correct for the purposes of populating a business object
in the maintenance framework - basically by changing "document.oldMaintainableObject.businessObject" to
"document.oldMaintainableObject" and doing a similar operation for "document.newMaintainableObject.businessObject"
|
public WebUtilities()
public static String renamePropertyForMaintenanceFramework(String propertyName)
propertyName
- the property name to fixpublic static boolean matchesPattern(String value, String pattern)
value
- the value which is matching the patternpattern
- the Java regular expression pattern to match againstPattern
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.