Package org.apereo.cas.web.flow.actions
Class WebflowActionBeanSupplier.WebflowActionBeanSupplierBuilder<C extends WebflowActionBeanSupplier,B extends WebflowActionBeanSupplier.WebflowActionBeanSupplierBuilder<C,B>>
java.lang.Object
org.apereo.cas.web.flow.actions.WebflowActionBeanSupplier.WebflowActionBeanSupplierBuilder<C,B>
- Enclosing class:
WebflowActionBeanSupplier
public abstract static class WebflowActionBeanSupplier.WebflowActionBeanSupplierBuilder<C extends WebflowActionBeanSupplier,B extends WebflowActionBeanSupplier.WebflowActionBeanSupplierBuilder<C,B>>
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Cbuild()toString()withAction(Supplier<org.springframework.webflow.execution.Action> action) withApplicationContext(org.springframework.context.ApplicationContext applicationContext) withCondition(org.apereo.cas.util.spring.beans.BeanCondition condition) withProperties(org.apereo.cas.configuration.CasConfigurationProperties properties)
-
Constructor Details
-
WebflowActionBeanSupplierBuilder
public WebflowActionBeanSupplierBuilder()
-
-
Method Details