| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RequestContext in com.bankframe.fe.statemachine.base | 
|---|
| Methods in com.bankframe.fe.statemachine.base that return RequestContext | |
|---|---|
| static RequestContext | RequestManager.buildDefaultRequestContext(IRequest request,
                           IResponse response,
                           Properties properties)This method creates a new RequestContext based on the values given. | 
|  RequestContext | StateMachineProcessingEvent.getRequestContext() | 
| Methods in com.bankframe.fe.statemachine.base with parameters of type RequestContext | |
|---|---|
| static IView | RequestManager.manageRequest(RequestContext requestContext)This method is the core of the statemachine. | 
| Constructors in com.bankframe.fe.statemachine.base with parameters of type RequestContext | |
|---|---|
| StateMachineProcessingEvent(RequestContext source,
                            IState state,
                            IEvent event) | |
| StateMachineProcessingEvent(RequestContext source,
                            IState state,
                            IEvent event,
                            IController controller) | |
| StateMachineProcessingEvent(RequestContext source,
                            IState state,
                            IEvent event,
                            IStateTransition transition) | |
| StateMachineProcessingEvent(RequestContext source,
                            IState state,
                            IView view) | |
| Uses of RequestContext in com.bankframe.fe.statemachine.base.apps | 
|---|
| Methods in com.bankframe.fe.statemachine.base.apps with parameters of type RequestContext | |
|---|---|
|  void | IView.build(RequestContext requestContext,
      IState currentState)Updates the user interface. | 
|  void | IController.doSideEffects(RequestContext requestContext,
              IStateTransition transition)This method is called by the statemachine after it has determined that the transition to the new state can be made without any errors. | 
|  void | SimpleController.doSideEffects(RequestContext requestContext,
              IStateTransition transition)This is an empty method required by the IController interface. | 
|  void | AutoViewController.doSideEffects(RequestContext requestContext,
              IStateTransition transition) | 
|  IStateTransition | IController.getResult(RequestContext requestContext,
          IEvent event)Implement this method to choose between the possible state transitions from this event. | 
|  IStateTransition | SimpleController.getResult(RequestContext requestContext,
          IEvent event)This method returns the first StateTransition available from the given Event. | 
|  IStateTransition | AutoViewController.getResult(RequestContext requestContext,
          IEvent event)This method looks for a request parameter 'selectedTransition'. | 
| Uses of RequestContext in com.bankframe.fe.statemachine.base.sessionmanagers | 
|---|
| Methods in com.bankframe.fe.statemachine.base.sessionmanagers with parameters of type RequestContext | |
|---|---|
|  IUserSession | IUserSessionManager.getSession(RequestContext requestContext)Returns an IUserSession based on the contents of the requestContext. | 
| Uses of RequestContext in com.bankframe.fe.statemachine.ext.apploaders | 
|---|
| Methods in com.bankframe.fe.statemachine.ext.apploaders with parameters of type RequestContext | |
|---|---|
|  int | IStateTransition.checkGuardCondition(Inputs inputs,
                    Vector processExecutionRecords,
                    RequestContext requestContext) | 
|  int | NullGuardCondition.checkGuardCondition(Inputs inputs,
                    Vector processExecutionRecords,
                    RequestContext requestContext,
                    IStateTransition stateTransition) | 
|  int | IGuardCondition.checkGuardCondition(Inputs inputs,
                    Vector processExecutionRecords,
                    RequestContext requestContext,
                    IStateTransition stateTransition) | 
| Uses of RequestContext in com.bankframe.fe.statemachine.ext.apploaders.bean | 
|---|
| Methods in com.bankframe.fe.statemachine.ext.apploaders.bean with parameters of type RequestContext | |
|---|---|
|  int | StateTransition.checkGuardCondition(Inputs inputs,
                    Vector resultDataPackets,
                    RequestContext requestContext) | 
|  int | FixedValueGuardCondition.checkGuardCondition(Inputs inputs,
                    Vector processExecutionRecords,
                    RequestContext requestContext,
                    IStateTransition stateTransition) | 
|  int | InputBasedGuardCondition.checkGuardCondition(Inputs inputs,
                    Vector processExecutionRecords,
                    RequestContext requestContext,
                    IStateTransition stateTransition) | 
|  int | ResultBasedGuardCondition.checkGuardCondition(Inputs inputs,
                    Vector processExecutionRecords,
                    RequestContext requestContext,
                    IStateTransition stateTransition) | 
| Uses of RequestContext in com.bankframe.fe.statemachine.ext.apps | 
|---|
| Methods in com.bankframe.fe.statemachine.ext.apps with parameters of type RequestContext | |
|---|---|
|  void | IView.build(IState state,
      Inputs inputs,
      RequestContext requestContext) | 
|  void | View.build(RequestContext requestContext,
      IState currentState) | 
| static void | View.build(RequestContext requestContext,
      IState currentState,
      IView view)This is a convenience method for those classes that must implement IView but cannot extend this class. | 
|  void | Controller.doSideEffects(RequestContext requestContext,
              IStateTransition transition) | 
|  IStateTransition | Controller.getResult(RequestContext requestContext,
          IEvent event) | 
| Uses of RequestContext in com.bankframe.fe.statemachine.ext.connectors.servlet | 
|---|
| Methods in com.bankframe.fe.statemachine.ext.connectors.servlet with parameters of type RequestContext | |
|---|---|
|  void | XSLTView.build(IState state,
      Inputs inputs,
      RequestContext requestContext) | 
|  void | JSPView.build(IState state,
      Inputs inputs,
      RequestContext requestContext) | 
|  void | AutoView.build(RequestContext requestContext,
      IState currentState)Updates the user interface. | 
| Uses of RequestContext in com.bankframe.fe.statemachine.ext.connectors.swing | 
|---|
| Methods in com.bankframe.fe.statemachine.ext.connectors.swing with parameters of type RequestContext | |
|---|---|
|  void | SwingView.build(IState state,
      Inputs inputs,
      RequestContext requestContext) | 
|  void | AutoView.build(RequestContext requestContext,
      IState currentState)Updates the user interface. | 
|  void | SwingView.build(RequestContext requestContext,
      IState currentState) | 
| Uses of RequestContext in com.bankframe.fe.statemachine.ext.sessionmanagers.inmemory | 
|---|
| Methods in com.bankframe.fe.statemachine.ext.sessionmanagers.inmemory with parameters of type RequestContext | |
|---|---|
|  IUserSession | UserSessionManager.getSession(RequestContext requestContext)Returns an IUserSession based on the contents of the requestContext. | 
| Uses of RequestContext in com.bankframe.fe.statemachine.ext.sessionmanagers.servlet | 
|---|
| Methods in com.bankframe.fe.statemachine.ext.sessionmanagers.servlet with parameters of type RequestContext | |
|---|---|
|  IUserSession | UserSessionManager.getSession(RequestContext requestContext)Returns an IUserSession based on the contents of the requestContext. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||