Skip navigation links

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


Uses of Class
oracle.adf.view.rich.remote.RemoteApplicationRequest

Packages that use RemoteApplicationRequest
oracle.adf.view.rich.model   
oracle.adf.view.rich.remote A package for making a connection to a remote application server to retrieve data. 

 

Uses of RemoteApplicationRequest in oracle.adf.view.rich.model

 

Methods in oracle.adf.view.rich.model with parameters of type RemoteApplicationRequest
 void RemoteRegionListener.beforeRequest(RemoteApplicationRequest req, java.util.Map<java.lang.String,java.lang.Object> stateMap)
          Executed before the request is sent to the remote server.
abstract  void RemoteRegionModel.beforeRequest(RemoteApplicationRequest req, java.util.Map<java.lang.String,java.lang.Object> stateMap)
          Executed before the request to the remote region.

 

Uses of RemoteApplicationRequest in oracle.adf.view.rich.remote

 

Methods in oracle.adf.view.rich.remote that return RemoteApplicationRequest
abstract  RemoteApplicationRequest RemoteApplicationContext.getApplicationRequest()
          Returns the RemoteApplicationRequest that was used to make this request.

 

Methods in oracle.adf.view.rich.remote with parameters of type RemoteApplicationRequest
 boolean AuthorizationProvider.addAuthorization(RemoteApplicationRequest request)
          Instructs the provider to add its own authorization to the req.
static RemoteApplicationResponse RemoteApplicationUtils.run(RemoteApplicationRequest req)
          Executes a RemoteApplicationRequest on a remote server and returns a RemoteApplicationResponse.

 


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.