Uses of Class
de.cuioss.test.jsf.config.decorator.RequestConfigDecorator
-
Packages that use RequestConfigDecorator Package Description de.cuioss.test.jsf.config de.cuioss.test.jsf.config.decorator Provides the decorator to be passed to the corresponding callback methodsde.cuioss.test.jsf.defaults Provides some default-implementations forApplicationConfiguratorde.cuioss.test.jsf.util -
-
Uses of RequestConfigDecorator in de.cuioss.test.jsf.config
Methods in de.cuioss.test.jsf.config with parameters of type RequestConfigDecorator Modifier and Type Method Description voidRequestConfigurator. configureRequest(RequestConfigDecorator decorator)Callback method for interacting with theRequestConfigDecoratorat the correct time. -
Uses of RequestConfigDecorator in de.cuioss.test.jsf.config.decorator
Methods in de.cuioss.test.jsf.config.decorator that return RequestConfigDecorator Modifier and Type Method Description RequestConfigDecoratorRequestConfigDecorator. addRequestCookie(Cookie... cookie)Registers one or more cookies the the contained requestRequestConfigDecoratorRequestConfigDecorator. setPostback(boolean postback)Sets the postback attribute toFacesContext.isPostback()RequestConfigDecoratorRequestConfigDecorator. setRequestAttribute(String key, Serializable value)Registers a concrete Request-attribute toServletRequest.setAttribute(String, Object)RequestConfigDecoratorRequestConfigDecorator. setRequestHeader(String key, String value)Registers a concrete RequestHeader toExternalContext.getRequestHeaderMap()RequestConfigDecoratorRequestConfigDecorator. setRequestLocale(Locale... requestLocale)Registers one or more requestLocale toExternalContext.getRequestLocales().RequestConfigDecoratorRequestConfigDecorator. setRequestParameter(String key, String value)Registers a concrete Request-parameter toExternalContext.getRequestParameterMap()RequestConfigDecoratorRequestConfigDecorator. setViewId(String viewId)Sets the viewId inUIViewRoot -
Uses of RequestConfigDecorator in de.cuioss.test.jsf.defaults
Methods in de.cuioss.test.jsf.defaults with parameters of type RequestConfigDecorator Modifier and Type Method Description voidBasicApplicationConfiguration. configureRequest(RequestConfigDecorator decorator) -
Uses of RequestConfigDecorator in de.cuioss.test.jsf.util
Methods in de.cuioss.test.jsf.util that return RequestConfigDecorator Modifier and Type Method Description RequestConfigDecoratorConfigurableFacesTest. getRequestConfigDecorator()default RequestConfigDecoratorJsfEnvironmentConsumer. getRequestConfigDecorator()RequestConfigDecoratorJsfEnvironmentHolder. getRequestConfigDecorator()Methods in de.cuioss.test.jsf.util with parameters of type RequestConfigDecorator Modifier and Type Method Description static voidConfigurationHelper. configureRequestConfig(Object testClass, RequestConfigDecorator registry, Collection<JsfTestConfiguration> configurations)Instantiates the givenRequestConfiguratorand calls them with the givenRequestConfigDecorator.
-