public class RequestAttributes extends MapTaskHandler<String,Object>
| Constructor and Description |
|---|
RequestAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginExecute(javax.faces.context.ExternalContext ec, Map<String,Object> map)
Sets a series of request values
|
Serializable |
endExecute(javax.faces.context.ExternalContext ec, Map<String,Object> map)
Returns a map of all values that have changed over the lifetime of this request.
|
beginExecute, endExecute, invoke, invoke, validateExecution, validateExecutionpublic Serializable endExecute(javax.faces.context.ExternalContext ec, Map<String,Object> map)
endExecute in class MapTaskHandler<String,Object>ec -map -
public void beginExecute(javax.faces.context.ExternalContext ec,
Map<String,Object> map)
beginExecute in class MapTaskHandler<String,Object>ec -map -