com.sri.common.controller
Interface IFooterStateHandler
- All Known Implementing Classes:
- EmoAction, SelectionWizardManager, WizardStepController
public interface IFooterStateHandler
Provide contract method for adding common footer to all pages.
- Author:
- Larry Hamel
runFooterState
void runFooterState(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.