com.bankframe.fe.statemachine.ext.connectors.servlet
Class AutoView
java.lang.Object
com.bankframe.fe.statemachine.ext.connectors.servlet.AutoView
- All Implemented Interfaces:
- IView
public class AutoView
- extends Object
- implements IView
Constructor Summary |
AutoView()
Creates new AutoView |
AutoView
public AutoView()
- Creates new AutoView
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.