public static final class ScriptedParamBuilder.ScriptUtil extends Object
| Constructor and Description | 
|---|
| ScriptedParamBuilder.ScriptUtil() | 
| Modifier and Type | Method and Description | 
|---|---|
| static HttpUtil | getHttp()Get the HTTP utility object; see  HttpUtilfor available methods. | 
| static org.apache.commons.logging.Log | getLog()Get the Log utility object; see the Apache Commons-Logging Log class documentation
 for available methods. | 
| static MapUtil | getMap()Get tje Map utility object; see  MapUtilfor available methods. | 
| static RegExUtil | getRegex()Get the RegEx utility object; see  RegExUtilfor available methods. | 
public static HttpUtil getHttp()
HttpUtil for available methods.
 From within scripts, you will usually only use the String-based methods.public static RegExUtil getRegex()
RegExUtil for available methods.
 From within scripts, you will usually only use the String-based methods.public static org.apache.commons.logging.Log getLog()
Copyright © 2013. All rights reserved.