Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.webapp.el
Class IterationScopedVariableProvider

java.lang.Object
  extended by oracle.jdeveloper.el.VariableProvider
      extended by oracle.jdeveloper.el.AbstractVariableProvider
          extended by oracle.jdeveloper.webapp.el.DefaultScopedVariableProvider
              extended by oracle.jdeveloper.webapp.el.IterationScopedVariableProvider

All Implemented Interfaces:
Displayable

public class IterationScopedVariableProvider
extends DefaultScopedVariableProvider

Constructor Summary
IterationScopedVariableProvider(java.lang.String var, java.util.List tokenizedExpression, java.lang.String varStatus)
           

 

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.webapp.el.DefaultScopedVariableProvider
getMethods, getProperties, getProperty, getReference, getVariables, ignoreChildren, propertyExists, supportsContext

 

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

 

Constructor Detail

IterationScopedVariableProvider

public IterationScopedVariableProvider(java.lang.String var,
                                       java.util.List tokenizedExpression,
                                       java.lang.String varStatus)

Method Detail

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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.