Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


oracle.adf.view.rich.remote.task
Class RequestAttributes

java.lang.Object
  extended by oracle.adf.view.rich.remote.TaskHandler
      extended by oracle.adf.view.rich.remote.task.MapTaskHandler<java.lang.String,java.lang.Object>
          extended by oracle.adf.view.rich.remote.task.RequestAttributes


public class RequestAttributes
extends MapTaskHandler<java.lang.String,java.lang.Object>

This task handles the setting of request attributes. The received parameters are essentially a Map<String, Serializable> which will be set on the remote server during the beginExecute. The value returned should be another map of any values which have been updated since they were set.


Constructor Summary
RequestAttributes()
           

 

Method Summary
 void beginExecute(javax.faces.context.ExternalContext ec, java.util.Map<java.lang.String,java.lang.Object> map)
          Sets a series of request values
 java.io.Serializable endExecute(javax.faces.context.ExternalContext ec, java.util.Map<java.lang.String,java.lang.Object> map)
          Returns a map of all values that have changed over the lifetime of this request.

 

Methods inherited from class oracle.adf.view.rich.remote.task.MapTaskHandler
beginExecute, endExecute, invoke, invoke, validateExecution, validateExecution

 

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

 

Constructor Detail

RequestAttributes

public RequestAttributes()

Method Detail

endExecute

public java.io.Serializable endExecute(javax.faces.context.ExternalContext ec,
                                       java.util.Map<java.lang.String,java.lang.Object> map)
Returns a map of all values that have changed over the lifetime of this request.
Overrides:
endExecute in class MapTaskHandler<java.lang.String,java.lang.Object>
Parameters:
ec -
params -
Returns:

beginExecute

public void beginExecute(javax.faces.context.ExternalContext ec,
                         java.util.Map<java.lang.String,java.lang.Object> map)
Sets a series of request values
Overrides:
beginExecute in class MapTaskHandler<java.lang.String,java.lang.Object>
Parameters:
ec -
params -

Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


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