Package de.cuioss.test.jsf.config
Interface RequestConfigurator
-
- All Superinterfaces:
JsfTestContextConfigurator
- All Known Implementing Classes:
BasicApplicationConfiguration
public interface RequestConfigurator extends JsfTestContextConfigurator
Instances of this are to be called by the test framework after the initial setup is done.- Author:
- Oliver Wolff
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigureRequest(RequestConfigDecorator decorator)Callback method for interacting with theRequestConfigDecoratorat the correct time.
-
-
-
Method Detail
-
configureRequest
void configureRequest(RequestConfigDecorator decorator)
Callback method for interacting with theRequestConfigDecoratorat the correct time.- Parameters:
decorator- is never null
-
-