Uses of Class
net.officefloor.activity.compose.CompositionConfiguration
Packages that use CompositionConfiguration
-
Uses of CompositionConfiguration in net.officefloor.activity.compose.section
Methods in net.officefloor.activity.compose.section with parameters of type CompositionConfigurationModifier and TypeMethodDescriptionstatic <F,H> void ComposeSectionSource.link(Map<String, String> configuration, CompositionConfiguration compositionConfiguration, F[] flowTypes, Function<F, String> getFlowName, Function<String, H> getHandler, BiConsumer<F, H> link, Consumer<F> nonConfiguredFlowHandler, BiConsumer<F, String> noHandlerAvailable, BiConsumer<String, String> extraConfiguredFlowHandler) Links flow to handler based on configuration.