Uses of Class
org.oa4mp.delegation.client.request.UIRequest
-
Packages that use UIRequest Package Description org.oa4mp.delegation.client.server This package contains classes that represent the server to the client.org.oa4mp.delegation.server.client -
-
Uses of UIRequest in org.oa4mp.delegation.client.server
Methods in org.oa4mp.delegation.client.server with parameters of type UIRequest Modifier and Type Method Description UIResponse
UIServer. processUIRequest(UIRequest uiRequest)
-
Uses of UIRequest in org.oa4mp.delegation.server.client
Methods in org.oa4mp.delegation.server.client with parameters of type UIRequest Modifier and Type Method Description UIResponse
DS2. getUserInfo(UIRequest uiRequest)
UIResponse
UIServer2. processUIRequest(UIRequest uiRequest)
Processes UserInfo request
-