Uses of Interface
com.bankframe.fe.statemachine.base.connectors.IRequest

Packages that use IRequest
com.bankframe.fe.statemachine.base   
com.bankframe.fe.statemachine.ext.connectors   
com.bankframe.fe.statemachine.ext.connectors.servlet   
com.bankframe.fe.statemachine.ext.connectors.swing   
 

Uses of IRequest in com.bankframe.fe.statemachine.base
 

Methods in com.bankframe.fe.statemachine.base that return IRequest
 IRequest RequestContext.getRequest()
          Returns the IRequest for the current request.
 

Methods in com.bankframe.fe.statemachine.base with parameters of type IRequest
static IView RequestManager.manageRequest(IRequest request, IResponse response, java.util.Properties properties)
          This method calls buildDefaultRequestContext then RequestManager.manageRequest(RequestContext).
static IView RequestManager.manageRequest(IRequest request, IResponse response)
          Deprecated. use manageRequest(IRequest, IResponse, Properties)
static RequestContext RequestManager.buildDefaultRequestContext(IRequest request, IResponse response, java.util.Properties properties)
          This method creates a new RequestContext based on the values given.
 void RequestContext.setRequest(IRequest request)
          Sets the IRequest for the current request.
 

Uses of IRequest in com.bankframe.fe.statemachine.ext.connectors
 

Subinterfaces of IRequest in com.bankframe.fe.statemachine.ext.connectors
 interface IRequest
           
 

Uses of IRequest in com.bankframe.fe.statemachine.ext.connectors.servlet
 

Classes in com.bankframe.fe.statemachine.ext.connectors.servlet that implement IRequest
 class Request
           
 

Uses of IRequest in com.bankframe.fe.statemachine.ext.connectors.swing
 

Classes in com.bankframe.fe.statemachine.ext.connectors.swing that implement IRequest
 class StateMachineEvent
           
 



Copyright © 2005 Siebel Systems, Inc. All rights reserved.