com.bankframe.fe.statemachine.ext.connectors.servlet
Class AutoView

java.lang.Object
  extended bycom.bankframe.fe.statemachine.ext.connectors.servlet.AutoView
All Implemented Interfaces:
IView

public class AutoView
extends java.lang.Object
implements IView


Constructor Summary
AutoView()
          Creates new AutoView
 
Method Summary
 void build(RequestContext requestContext, IState currentState)
          Updates the user interface.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoView

public AutoView()
Creates new AutoView

Method Detail

build

public void build(RequestContext requestContext,
                  IState currentState)
           throws StateMachineUserException
Updates the user interface. This method is called by the statemachine to render the user interface for a given state.

Specified by:
build in interface IView
Parameters:
requestContext - the request context for the current request.
currentState - the state to be built.
Throws:
StateMachineUserException - can be thrown if an application exception occurs.


Copyright © 2005, 2007, Oracle. All rights reserved.