Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


oracle.adf.view.rich.render
Class DeltaUtils

java.lang.Object
  extended by oracle.adf.view.rich.render.DeltaUtils


public final class DeltaUtils
extends Object

Class responsible for decoding attribute deltas.


Method Summary
static Map<String,Object> getDeltas(javax.faces.context.FacesContext context, String clientId)
          Load the attribute deltas for a single component.
static Iterable<String> getRemainingDeltas(javax.faces.context.FacesContext context)
          Retrieves an iterable for all the attribute deltas that have not been set.
static Set<String> getRemainingDeltasSet(javax.faces.context.FacesContext context)
          Retrieves a Set for all the attribute deltas that have not been set.
static boolean hasPropertyDeltas(javax.faces.context.FacesContext context)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getRemainingDeltasSet

public static Set<String> getRemainingDeltasSet(javax.faces.context.FacesContext context)
Retrieves a Set for all the attribute deltas that have not been set.

getRemainingDeltas

public static Iterable<String> getRemainingDeltas(javax.faces.context.FacesContext context)
Retrieves an iterable for all the attribute deltas that have not been set.

getDeltas

public static Map<String,Object> getDeltas(javax.faces.context.FacesContext context,
                                           String clientId)
Load the attribute deltas for a single component.

hasPropertyDeltas

public static boolean hasPropertyDeltas(javax.faces.context.FacesContext context)
Parameters:
context - faces context
Returns:
true if property change deltas should be applied on this request

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.