|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adfinternal.model.adapter.utils.Utility
public class Utility
This class contains various utilities used across the adapter data control. The major utility methods included here are -
1. Get the the parameter list from the string containing params 2. Substitute the param values in the string containing params
| Constructor Summary | |
|---|---|
Utility() |
|
| Method Summary | |
|---|---|
static java.util.List |
getParamList(java.lang.String inStr)Get the list of parameters from a string containing params marked between ## marks. |
static java.lang.String |
substituteParamValue(java.lang.String inStr, java.util.Map params)Substitute the parameters with the values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Utility()
| Method Detail |
|---|
public static java.util.List getParamList(java.lang.String inStr)
inStr - Input string to search for pameters.
public static java.lang.String substituteParamValue(java.lang.String inStr,
java.util.Map params)
inStr - String that may contain parameters.params - Parameter name value pairs.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||