public class IterationScopedVariableProvider extends DefaultScopedVariableProvider
| Constructor and Description | 
|---|
IterationScopedVariableProvider(java.lang.String var,
                               java.util.List tokenizedExpression,
                               java.lang.String varStatus)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
initializeVariables(Context context,
                   java.lang.Object location,
                   oracle.jdeveloper.el.ELType type,
                   java.util.Map cache,
                   java.util.Map<java.lang.String,oracle.jdeveloper.el.Property> varToPropertyMap,
                   java.util.Set<oracle.jdeveloper.el.Property> variables)
Subclasses should override this method to add variables to both varToPropertyMap & variables. 
 | 
getMethods, getProperties, getProperty, getReference, getVariables, ignoreChildren, propertyExists, supportsContextgetProperties, getProperty, getVariablespublic IterationScopedVariableProvider(java.lang.String var,
                               java.util.List tokenizedExpression,
                               java.lang.String varStatus)
protected void initializeVariables(Context context, java.lang.Object location, oracle.jdeveloper.el.ELType type, java.util.Map cache, java.util.Map<java.lang.String,oracle.jdeveloper.el.Property> varToPropertyMap, java.util.Set<oracle.jdeveloper.el.Property> variables)
DefaultScopedVariableProviderinitializeVariables in class DefaultScopedVariableProvidervarToPropertyMap - A map from name of a variable to a Propertyvariables - A list of the variables