Skip navigation links 
 
oracle.jdeveloper.webapp.el
Class IterationScopedVariableProvider
java.lang.Object
  
oracle.jdeveloper.el.VariableProvider
      
oracle.jdeveloper.el.AbstractVariableProvider
          
oracle.jdeveloper.webapp.el.DefaultScopedVariableProvider
              
oracle.jdeveloper.webapp.el.IterationScopedVariableProvider
- All Implemented Interfaces:
 
- Displayable
 
- 
public class IterationScopedVariableProvider
 
- extends DefaultScopedVariableProvider
 
 
  
 
| Method Summary | 
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. | 
 
 
| Methods inherited from class oracle.jdeveloper.el.AbstractVariableProvider | 
getProperties, getProperty, getVariables | 
 
| Methods inherited from class oracle.jdeveloper.el.VariableProvider | 
areChildrenWellKnown, getDescription, getIcon, getLongLabel, getShortLabel, getToolTipText, isSegregatedInUI, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
IterationScopedVariableProvider
public IterationScopedVariableProvider(java.lang.String var,
                                       java.util.List tokenizedExpression,
                                       java.lang.String varStatus)
initializeVariables
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)
- Description copied from class: 
DefaultScopedVariableProvider 
- Subclasses should override this method to add variables to both varToPropertyMap & variables. This method is called once in a lazy initialization.
 
- 
- Overrides:
 
initializeVariables in class DefaultScopedVariableProvider 
 
- 
varToPropertyMap - A map from name of a variable to a Property 
variables - A list of the variables 
 
Skip navigation links 
 
Copyright © 1997, 2012, Oracle. All rights reserved.