Package org.apereo.cas.web.flow.actions
Class GroovyScriptWebflowAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.web.flow.actions.GroovyScriptWebflowAction
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
This is
GroovyScriptWebflowAction.- Since:
- 6.6.0
-
Constructor Summary
ConstructorsConstructorDescriptionGroovyScriptWebflowAction(org.apereo.cas.util.scripting.ExecutableCompiledScript script, org.springframework.context.ApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties) -
Method Summary
Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, execute, getEventFactorySupport
-
Constructor Details
-
GroovyScriptWebflowAction
public GroovyScriptWebflowAction(org.apereo.cas.util.scripting.ExecutableCompiledScript script, org.springframework.context.ApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-