Skip navigation links
oracle.adf.view.rich.remote.task
Class RequestAttributes
java.lang.Object
oracle.adf.view.rich.remote.TaskHandler
oracle.adf.view.rich.remote.task.MapTaskHandler<java.lang.String,java.lang.Object>
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.
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestAttributes
public RequestAttributes()
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
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.