com.sri.common.controller
Interface IHeaderStateHandler

All Known Implementing Classes:
EmoAction, SelectionWizardManager, WizardStepController

public interface IHeaderStateHandler

Provides contract method for adding common header to all pages.

Author:
Larry Hamel

Method Summary
 void runHeaderState(ControllerRequest request, ControllerResponse response)
          A special state call will execute this state.
 

Method Detail

runHeaderState

void runHeaderState(ControllerRequest request,
                    ControllerResponse response)
                    throws ControllerException
A special state call will execute this state.

Parameters:
request - the ControllerRequest object
response - the ControllerResponse object
Throws:
ControllerException - upon error


Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.