Class DynamicTargetStateResolver

java.lang.Object
org.apereo.cas.web.flow.resolver.DynamicTargetStateResolver
All Implemented Interfaces:
org.springframework.webflow.engine.TargetStateResolver

public class DynamicTargetStateResolver extends Object implements org.springframework.webflow.engine.TargetStateResolver
Since:
7.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    DynamicTargetStateResolver(org.springframework.webflow.engine.Flow flow)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.webflow.engine.State
    resolveTargetState(org.springframework.webflow.engine.Transition transition, org.springframework.webflow.engine.State sourceState, org.springframework.webflow.execution.RequestContext context)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DynamicTargetStateResolver

      public DynamicTargetStateResolver(org.springframework.webflow.engine.Flow flow)
  • Method Details

    • resolveTargetState

      public org.springframework.webflow.engine.State resolveTargetState(org.springframework.webflow.engine.Transition transition, org.springframework.webflow.engine.State sourceState, org.springframework.webflow.execution.RequestContext context)
      Specified by:
      resolveTargetState in interface org.springframework.webflow.engine.TargetStateResolver