Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


oracle.adf.view.rich.render
Class DeltaUtils

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


public final class DeltaUtils
extends java.lang.Object

Class responsible for decoding attribute deltas.


Method Summary
static java.util.Map getDeltas(javax.faces.context.FacesContext context, java.lang.String clientId)
          Load the attribute deltas for a single component.
static java.lang.Iterable<java.lang.String> getRemainingDeltas(javax.faces.context.FacesContext context)
          Retrieves an iterable 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

getRemainingDeltas

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

getDeltas

public static java.util.Map getDeltas(javax.faces.context.FacesContext context,
                                      java.lang.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
11g Release 1 (11.1.1)
E10684-05


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.