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
runHeaderState
void runHeaderState(ControllerRequest request,
ControllerResponse response)
throws ControllerException
- A special state call will execute this state.
- Parameters:
request
- the ControllerRequest
objectresponse
- the ControllerResponse
object
- Throws:
ControllerException
- upon error
Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.