Uses of Interface
com.bankframe.fe.statemachine.base.apps.IView

Packages that use IView
com.bankframe.fe.statemachine.base   
com.bankframe.fe.statemachine.base.apploaders   
com.bankframe.fe.statemachine.ext.apploaders.bean   
com.bankframe.fe.statemachine.ext.apploaders.sax   
com.bankframe.fe.statemachine.ext.apps   
com.bankframe.fe.statemachine.ext.connectors.servlet   
com.bankframe.fe.statemachine.ext.connectors.swing   
 

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

Methods in com.bankframe.fe.statemachine.base that return IView
 IView StateMachineProcessingEvent.getView()
          Returns the view.
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 IView RequestManager.manageRequest(RequestContext requestContext)
          This method is the core of the statemachine.
 

Constructors in com.bankframe.fe.statemachine.base with parameters of type IView
StateMachineProcessingEvent(RequestContext source, IState state, IView view)
           
 

Uses of IView in com.bankframe.fe.statemachine.base.apploaders
 

Methods in com.bankframe.fe.statemachine.base.apploaders that return IView
 IView State.getView(java.util.Locale locale)
           
 IView State.getView()
           
 IView IState.getView()
          Returns the IView implementor for this state.
 

Uses of IView in com.bankframe.fe.statemachine.ext.apploaders.bean
 

Methods in com.bankframe.fe.statemachine.ext.apploaders.bean that return IView
 IView State.getView()
           
 IView FinalState.getView()
           
 

Uses of IView in com.bankframe.fe.statemachine.ext.apploaders.sax
 

Methods in com.bankframe.fe.statemachine.ext.apploaders.sax that return IView
 IView State.getView()
          This method returns the view class for this state
 

Uses of IView in com.bankframe.fe.statemachine.ext.apps
 

Subinterfaces of IView in com.bankframe.fe.statemachine.ext.apps
 interface IView
           
 

Classes in com.bankframe.fe.statemachine.ext.apps that implement IView
 class View
           
 

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

Classes in com.bankframe.fe.statemachine.ext.connectors.servlet that implement IView
 class AutoView
           
 class JSPView
           
 class XSLTAutoView
           
 class XSLTView
           
 

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

Classes in com.bankframe.fe.statemachine.ext.connectors.swing that implement IView
 class SwingView
           
 class XSLTSwingView
           
 

Methods in com.bankframe.fe.statemachine.ext.connectors.swing that return IView
 IView StateMachineApplet.getCurrentView()
          Returns the currentView.
 

Methods in com.bankframe.fe.statemachine.ext.connectors.swing with parameters of type IView
 void ViewContainer.displayView(IView view)
          Display the given View in this container.
 void StateMachineApplet.displayView(IView view)
          This method sets the current view on the viewportComponent panel.
 void StateMachineApplet.setCurrentView(IView currentView)
          Sets the currentView.
 



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