Interface ScreenNameResolver

All Known Implementing Classes:
ScreenNameResolverImpl

@Internal public interface ScreenNameResolver
Utility class for extracting the screen name for a transition from that transition's ActionDescriptor.
  • Method Summary

    Modifier and Type
    Method
    Description
    getScreenName(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
    Extract the name of a screen from a transition
  • Method Details

    • getScreenName

      @Nullable String getScreenName(@Nonnull com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
      Extract the name of a screen from a transition
      Parameters:
      actionDescriptor - should be an action descriptor for a transition
      Returns:
      the name of the associated screen, null if unavailable