Uses of Class
de.cuioss.test.jsf.config.decorator.BeanConfigDecorator
-
Packages that use BeanConfigDecorator 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.util -
-
Uses of BeanConfigDecorator in de.cuioss.test.jsf.config
Methods in de.cuioss.test.jsf.config with parameters of type BeanConfigDecorator Modifier and Type Method Description voidBeanConfigurator. configureBeans(BeanConfigDecorator decorator)Callback method for interacting with theBeanConfigDecoratorat the correct time. -
Uses of BeanConfigDecorator in de.cuioss.test.jsf.config.decorator
Methods in de.cuioss.test.jsf.config.decorator that return BeanConfigDecorator Modifier and Type Method Description BeanConfigDecoratorBeanConfigDecorator. register(Object managedBean)Registers a given Object as jsf-managed bean.BeanConfigDecoratorBeanConfigDecorator. register(Object managedBean, String name)Registers a given Object as jsf-managed bean for the given key -
Uses of BeanConfigDecorator in de.cuioss.test.jsf.util
Methods in de.cuioss.test.jsf.util that return BeanConfigDecorator Modifier and Type Method Description protected BeanConfigDecoratorConfigurableFacesTest. getBeanConfigDecorator()default BeanConfigDecoratorJsfEnvironmentConsumer. getBeanConfigDecorator()BeanConfigDecoratorJsfEnvironmentHolder. getBeanConfigDecorator()Methods in de.cuioss.test.jsf.util with parameters of type BeanConfigDecorator Modifier and Type Method Description static voidConfigurationHelper. configureManagedBeans(Object testClass, BeanConfigDecorator registry, Collection<JsfTestConfiguration> configurations)Instantiates the givenBeanConfiguratorand calls them with the givenBeanConfigDecorator.
-